Uses of Enum Class
org.eclipse.jetty.http.HttpHeaderValue
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpHeaderValue in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic HttpHeaderValue
Returns the enum constant of this class with the specified name.static HttpHeaderValue[]
HttpHeaderValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault HttpFields.Mutable
HttpFields.Mutable.add
(HttpHeader header, HttpHeaderValue value) Adds a newHttpField
with the given name and value.default HttpFields.Mutable
HttpFields.Mutable.put
(HttpHeader header, HttpHeaderValue value) This method behaves likeHttpFields.Mutable.remove(HttpHeader)
when the givenvalue
isnull
, otherwise behaves likeHttpFields.Mutable.put(HttpField)
.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.ModifierConstructorDescriptionHttpField
(HttpHeader header, HttpHeaderValue value) Creates a newHttpField
with the givenHttpHeader
and value. -
Uses of HttpHeaderValue in org.eclipse.jetty.websocket.core.server.internal
Modifier and TypeMethodDescriptionWebSocketHttpFieldsWrapper.put
(HttpHeader header, HttpHeaderValue value)