Uses of Enum
org.eclipse.jetty.http.HttpMethod
Packages that use 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
Methods in org.eclipse.jetty.client with parameters of type HttpMethod -
Uses of HttpMethod in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type HttpMethod -
Uses of HttpMethod in org.eclipse.jetty.http
Subclasses with type arguments of type HttpMethod in org.eclipse.jetty.httpFields in org.eclipse.jetty.http declared as HttpMethodFields in org.eclipse.jetty.http with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic final Trie<HttpMethod> HttpMethod.CACHEstatic final Trie<HttpMethod> HttpMethod.INSENSITIVE_CACHEstatic final Trie<HttpMethod> HttpMethod.LOOK_AHEADMethods in org.eclipse.jetty.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String method) Converts the given String parameter to an HttpMethod.static HttpMethodHttpMethod.lookAheadGet(byte[] bytes, int position, int limit) Deprecated.Not usedstatic HttpMethodHttpMethod.lookAheadGet(ByteBuffer buffer) Optimized lookup to find a method name and trailing space in a byte array.(package private) static HttpMethodHttpMethod.lookAheadGet(ByteBuffer buffer, int lookAhead) Optimized lookup to find a method name and trailing space in a byte array.static 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.