Uses of Enum
org.apache.mina.http.api.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.apache.mina.http
Fields in org.apache.mina.http declared as HttpMethodMethods in org.apache.mina.http that return HttpMethodModifier and TypeMethodDescriptionHttpRequestImpl.getMethod()Return the HTTP method used for this messageHttpMethodConstructors in org.apache.mina.http with parameters of type HttpMethodModifierConstructorDescriptionHttpRequestImpl(HttpVersion version, HttpMethod method, String requestedPath, String queryString, Map<String, String> headers) Creates a new HttpRequestImpl instance -
Uses of HttpMethod in org.apache.mina.http.api
Subclasses with type arguments of type HttpMethod in org.apache.mina.http.apiModifier and TypeClassDescriptionenumThe HTTP method, one of GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, CONNECTMethods in org.apache.mina.http.api that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.getMethod()Return the HTTP method used for this messageHttpMethodstatic HttpMethodReturns 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.