Uses of Class
org.eclipse.jetty.http.HttpHeaderValue
-
Packages that use HttpHeaderValue Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpHeaderValue in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpHeaderValue Modifier and Type Field Description static Trie<HttpHeaderValue>
HttpHeaderValue. CACHE
Methods in org.eclipse.jetty.http that return HttpHeaderValue Modifier and Type Method Description static HttpHeaderValue
HttpHeaderValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpHeaderValue[]
HttpHeaderValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpHeaderValue Modifier and Type Method Description void
HttpFields. add(HttpHeader header, HttpHeaderValue value)
void
HttpFields. put(HttpHeader header, HttpHeaderValue value)
Constructors in org.eclipse.jetty.http with parameters of type HttpHeaderValue Constructor Description HttpField(HttpHeader header, HttpHeaderValue value)
-