Uses of Enum Class
org.eclipse.jetty.http.HttpMethod
Packages that use HttpMethod
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpMethod in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type HttpMethod -
Uses of HttpMethod in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type HttpMethod -
Uses of HttpMethod in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic final Index<HttpMethod>
HttpMethod.CACHE
static final Index<HttpMethod>
HttpMethod.INSENSITIVE_CACHE
static final Index<HttpMethod>
HttpMethod.LOOK_AHEAD
Methods in org.eclipse.jetty.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
HttpMethod.fromString
(String method) Converts the given String parameter to an HttpMethod.static HttpMethod
HttpMethod.lookAheadGet
(ByteBuffer buffer) Optimized lookup to find a method name and trailing space in a byte array.static HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.