Uses of Enum
org.eclipse.jetty.http.HttpHeaderValue
-
Uses of HttpHeaderValue in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic HttpHeaderValue
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.Modifier and TypeMethodDescriptionHttpFields.Mutable.add
(HttpHeader header, HttpHeaderValue value) HttpFields.Mutable.put
(HttpHeader header, HttpHeaderValue value) Modifier and TypeMethodDescriptionstatic boolean
HttpHeaderValue.parseCsvIndex
(String value, Function<HttpHeaderValue, Boolean> found) Parse an unquoted comma separated list of index keys.static boolean
HttpHeaderValue.parseCsvIndex
(String value, Function<HttpHeaderValue, Boolean> found, Function<String, Boolean> unknown) Parse an unquoted comma separated list of index keys.