Uses of Enum Class
org.eclipse.jetty.http.HttpHeaderValue
Packages that use HttpHeaderValue
-
Uses of HttpHeaderValue in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpHeaderValueModifier and TypeFieldDescriptionstatic final org.eclipse.jetty.util.Index<HttpHeaderValue> HttpHeaderValue.CACHEMethods in org.eclipse.jetty.http that return HttpHeaderValueModifier and TypeMethodDescriptionstatic HttpHeaderValueReturns 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.Methods in org.eclipse.jetty.http with parameters of type HttpHeaderValueModifier and TypeMethodDescriptiondefault HttpFields.MutableHttpFields.Mutable.add(HttpHeader header, HttpHeaderValue value) Adds a newHttpFieldwith the given name and value.default HttpFields.MutableHttpFields.Mutable.put(HttpHeader header, HttpHeaderValue value) This method behaves likeHttpFields.Mutable.remove(HttpHeader)when the givenvalueisnull, otherwise behaves likeHttpFields.Mutable.put(HttpField).Method parameters in org.eclipse.jetty.http with type arguments of type HttpHeaderValueModifier and TypeMethodDescriptionstatic booleanHttpHeaderValue.parseCsvIndex(String value, Function<HttpHeaderValue, Boolean> found) Parse an unquoted comma separated list of index keys.static booleanHttpHeaderValue.parseCsvIndex(String value, Function<HttpHeaderValue, Boolean> found, Function<String, Boolean> unknown) Parse an unquoted comma separated list of index keys.Constructors in org.eclipse.jetty.http with parameters of type HttpHeaderValueModifierConstructorDescriptionHttpField(HttpHeader header, HttpHeaderValue value) Creates a newHttpFieldwith the givenHttpHeaderand value.