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 org.eclipse.jetty.util.Index<HttpHeaderValue>HttpHeaderValue. CACHEMethods in org.eclipse.jetty.http that return HttpHeaderValue Modifier and Type Method Description static HttpHeaderValueHttpHeaderValue. 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 HttpFields.MutableHttpFields.Mutable. add(HttpHeader header, HttpHeaderValue value)HttpFields.MutableHttpFields.Mutable. put(HttpHeader header, HttpHeaderValue value)Method parameters in org.eclipse.jetty.http with type arguments of type HttpHeaderValue Modifier and Type Method Description static booleanHttpHeaderValue. parseCsvIndex(java.lang.String value, java.util.function.Function<HttpHeaderValue,java.lang.Boolean> found)Parse an unquoted comma separated list of index keys.static booleanHttpHeaderValue. parseCsvIndex(java.lang.String value, java.util.function.Function<HttpHeaderValue,java.lang.Boolean> found, java.util.function.Function<java.lang.String,java.lang.Boolean> unknown)Parse an unquoted comma separated list of index keys.Constructors in org.eclipse.jetty.http with parameters of type HttpHeaderValue Constructor Description HttpField(HttpHeader header, HttpHeaderValue value)
-