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 HttpHeaderValueMethods in org.eclipse.jetty.http that return HttpHeaderValueModifier 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.Methods in org.eclipse.jetty.http with parameters of type HttpHeaderValueModifier and TypeMethodDescriptionvoid
HttpFields.add
(HttpHeader header, HttpHeaderValue value) void
HttpFields.put
(HttpHeader header, HttpHeaderValue value) Constructors in org.eclipse.jetty.http with parameters of type HttpHeaderValue