Uses of Class
org.eclipse.jetty.http.HttpMethod
-
Packages that use HttpMethod Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http.jmh -
-
Uses of HttpMethod in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type HttpMethod Modifier and Type Method Description Request
HttpRequest. method(HttpMethod method)
-
Uses of HttpMethod in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type HttpMethod Modifier and Type Method Description Request
Request. method(HttpMethod method)
-
Uses of HttpMethod in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpMethod Modifier and Type Field Description static Trie<HttpMethod>
HttpMethod. CACHE
static Trie<HttpMethod>
HttpMethod. INSENSITIVE_CACHE
static Trie<HttpMethod>
HttpMethod. LOOK_AHEAD
Methods in org.eclipse.jetty.http that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. fromString(java.lang.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(java.nio.ByteBuffer buffer)
Optimized lookup to find a method name and trailing space in a byte array.static HttpMethod
HttpMethod. 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. -
Uses of HttpMethod in org.eclipse.jetty.http.jmh
Methods in org.eclipse.jetty.http.jmh that return HttpMethod Modifier and Type Method Description HttpMethod
HttpMethodBenchmark. testHttpMethodMove()
HttpMethod
HttpMethodBenchmark. testHttpMethodPost()
HttpMethod
HttpMethodBenchmark. testIntSwitch()
HttpMethod
HttpMethodBenchmark. testMapGet()
HttpMethod
HttpMethodBenchmark. testTrieGetBest()
-