Uses of Enum Class
ca.uqac.lif.cep.apache.HttpRequest.Method
Packages that use HttpRequest.Method
-
Uses of HttpRequest.Method in ca.uqac.lif.cep.apache
Fields in ca.uqac.lif.cep.apache declared as HttpRequest.MethodModifier and TypeFieldDescriptionprotected final HttpRequest.MethodHttpRequest.m_methodThe method used for the request (GET, POST)Methods in ca.uqac.lif.cep.apache that return HttpRequest.MethodModifier and TypeMethodDescriptionHttpRequest.getMethod()Gets the method of this HTTP requeststatic HttpRequest.MethodParseCommonLog.stringToMethod(String s) static HttpRequest.MethodReturns the enum constant of this class with the specified name.static HttpRequest.Method[]HttpRequest.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uqac.lif.cep.apache with parameters of type HttpRequest.MethodModifier and TypeMethodDescriptionstatic final StringParseCommonLog.methodToString(HttpRequest.Method m) Creates a string out of a methodParseCommonLog.queryToMap(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.MethodModifierConstructorDescriptionHttpRequest(String source_ip, String identd, String userid, long unix_time, HttpRequest.Method method, String path, Map<String, String> parameters, int response_code, int size) Creates a new HTTP request event