Uses of Class
org.apache.mina.http.api.HttpMethod
-
Packages that use HttpMethod Package Description org.apache.mina.http org.apache.mina.http.api -
-
Uses of HttpMethod in org.apache.mina.http
Fields in org.apache.mina.http declared as HttpMethod Modifier and Type Field Description private HttpMethodHttpRequestImpl. methodThe HTTP methodMethods in org.apache.mina.http that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequestImpl. getMethod()Return the HTTP method used for this messageHttpMethodConstructors in org.apache.mina.http with parameters of type HttpMethod Constructor Description HttpRequestImpl(HttpVersion version, HttpMethod method, java.lang.String requestedPath, java.lang.String queryString, java.util.Map<java.lang.String,java.lang.String> headers)Creates a new HttpRequestImpl instance -
Uses of HttpMethod in org.apache.mina.http.api
Methods in org.apache.mina.http.api that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getMethod()Return the HTTP method used for this messageHttpMethodstatic HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-