Uses of Class
ca.uqac.lif.cep.apache.HttpRequest.Method
-
Packages that use HttpRequest.Method Package Description ca.uqac.lif.cep.apache A palette for processing Apache log files -
-
Uses of HttpRequest.Method in ca.uqac.lif.cep.apache
Fields in ca.uqac.lif.cep.apache declared as HttpRequest.Method Modifier and Type Field Description protected HttpRequest.Method
HttpRequest. m_method
The method used for the request (GET, POST)Methods in ca.uqac.lif.cep.apache that return HttpRequest.Method Modifier and Type Method Description HttpRequest.Method
HttpRequest. getMethod()
Gets the method of this HTTP requeststatic HttpRequest.Method
ParseCommonLog. stringToMethod(java.lang.String s)
static HttpRequest.Method
HttpRequest.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpRequest.Method[]
HttpRequest.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uqac.lif.cep.apache with parameters of type HttpRequest.Method Modifier and Type Method Description static java.lang.String
ParseCommonLog. methodToString(HttpRequest.Method m)
Creates a string out of a methodstatic java.util.Map<java.lang.String,java.lang.String>
ParseCommonLog. queryToMap(java.lang.String query, HttpRequest.Method m)
Convenience method to transform a GET query into a map of attribute-value pairs.Constructors in ca.uqac.lif.cep.apache with parameters of type HttpRequest.Method Constructor Description HttpRequest(java.lang.String source_ip, java.lang.String identd, java.lang.String userid, long unix_time, HttpRequest.Method method, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> parameters, int response_code, int size)
Creates a new HTTP request event
-