Uses of Enum
org.eclipse.jetty.http.HttpMethod
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Http : Tools for Http processing
-
Uses of HttpMethod in org.eclipse.jetty.client
-
Uses of HttpMethod in org.eclipse.jetty.client.api
-
Uses of HttpMethod in org.eclipse.jetty.http
Modifier and TypeFieldDescriptionstatic final Index<HttpMethod>
HttpMethod.CACHE
static final Index<HttpMethod>
HttpMethod.INSENSITIVE_CACHE
static final Index<HttpMethod>
HttpMethod.LOOK_AHEAD
Modifier and TypeMethodDescriptionstatic HttpMethod
HttpMethod.fromString
(String method) Converts the given String parameter to an HttpMethod.static HttpMethod
HttpMethod.lookAheadGet
(byte[] bytes, int position, int limit) Deprecated.Not usedstatic 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 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.