Uses of Class
org.eclipse.jetty.http.HttpMethod
-
Packages that use HttpMethod Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
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 org.eclipse.jetty.util.Trie<HttpMethod>HttpMethod. CACHEstatic org.eclipse.jetty.util.Trie<HttpMethod>HttpMethod. INSENSITIVE_CACHEMethods in org.eclipse.jetty.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. fromString(java.lang.String method)Converts the given String parameter to an HttpMethodstatic HttpMethodHttpMethod. lookAheadGet(byte[] bytes, int position, int limit)Optimized lookup to find a method name and trailing space in a byte array.static HttpMethodHttpMethod. lookAheadGet(java.nio.ByteBuffer buffer)Optimized lookup to find a method name and trailing space in a byte array.static HttpMethodHttpMethod. 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.
-