Uses of Enum
org.eclipse.jetty.http.HttpHeader
Packages that use HttpHeader
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpHeader in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpHeaderModifier and TypeMethodDescriptionprotected abstract HttpHeader
AuthenticationProtocolHandler.getAuthenticateHeader()
protected HttpHeader
ProxyAuthenticationProtocolHandler.getAuthenticateHeader()
protected HttpHeader
WWWAuthenticationProtocolHandler.getAuthenticateHeader()
protected abstract HttpHeader
AuthenticationProtocolHandler.getAuthorizationHeader()
protected HttpHeader
ProxyAuthenticationProtocolHandler.getAuthorizationHeader()
protected HttpHeader
WWWAuthenticationProtocolHandler.getAuthorizationHeader()
Methods in org.eclipse.jetty.client with parameters of type HttpHeaderModifier and TypeMethodDescriptionHttpRequest.header
(HttpHeader header, String value) Deprecated. -
Uses of HttpHeader in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return HttpHeaderMethods in org.eclipse.jetty.client.api with parameters of type HttpHeaderConstructors in org.eclipse.jetty.client.api with parameters of type HttpHeaderModifierConstructorDescriptionHeaderInfo
(HttpHeader header, String type, Map<String, String> params) -
Uses of HttpHeader in org.eclipse.jetty.client.util
Constructors in org.eclipse.jetty.client.util with parameters of type HttpHeaderModifierConstructorDescriptionBasicResult
(URI uri, HttpHeader header, String user, String password) BasicResult
(URI uri, HttpHeader header, String user, String password, Charset charset) SPNEGOResult
(URI uri, HttpHeader header, String token) -
Uses of HttpHeader in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpHeaderMethods in org.eclipse.jetty.http that return HttpHeaderModifier and TypeMethodDescriptionHttpField.getHeader()
static HttpHeader
Returns the enum constant of this type with the specified name.static HttpHeader[]
HttpHeader.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 HttpHeaderModifier and TypeMethodDescriptionHttpFields.Mutable.add
(HttpHeader header, String value) Add to or set a field.HttpFields.Mutable.add
(HttpHeader header, HttpHeaderValue value) HttpFields.Mutable.addCSV
(HttpHeader header, String... values) Add comma separated values, but only if not already present.void
HttpFields.Mutable.computeField
(HttpHeader header, BiFunction<HttpHeader, List<HttpField>, HttpField> computeFn) Computes a single field for the given HttpHeader and for existing fields with the same header.default boolean
HttpFields.contains
(HttpHeader header) default boolean
HttpFields.contains
(HttpHeader header, String value) default String
HttpFields.get
(HttpHeader header) HttpFields.Immutable.get
(HttpHeader header) HttpFields.getCSV
(HttpHeader header, boolean keepQuotes) Get multiple field values of the same name, split as aQuotedCSV
byte[]
Http1FieldPreEncoder.getEncodedField
(HttpHeader header, String headerString, String value) byte[]
HttpFieldPreEncoder.getEncodedField
(HttpHeader header, String headerString, String value) default HttpField
HttpFields.getField
(HttpHeader header) HttpFields.Immutable.getField
(HttpHeader header) HttpFields.getFields
(HttpHeader header) Get multiple fields of the same headerdefault long
HttpFields.getLongField
(HttpHeader header) Get a header as an long value.HttpFields.getQualityCSV
(HttpHeader header) Get multiple field values of the same name, split and sorted as aQuotedQualityCSV
HttpFields.getQualityCSV
(HttpHeader header, ToIntFunction<String> secondaryOrdering) Get multiple field values of the same name, split and sorted as aQuotedQualityCSV
HttpFields.getValuesList
(HttpHeader header) Get multiple field values of the same namestatic boolean
HttpHeaderValue.hasKnownValues
(HttpHeader header) HttpFields.Mutable.put
(HttpHeader header, String value) Set a field.HttpFields.Mutable.put
(HttpHeader header, HttpHeaderValue value) HttpFields.Mutable.putDateField
(HttpHeader name, long date) Sets the value of a date field.HttpFields.Mutable.putLongField
(HttpHeader name, long value) Sets the value of an long field.HttpFields.Mutable.remove
(HttpHeader name) Remove a field.Method parameters in org.eclipse.jetty.http with type arguments of type HttpHeaderModifier and TypeMethodDescriptionstatic HttpFields.Mutable
HttpFields.build
(HttpFields fields, EnumSet<HttpHeader> removeFields) void
HttpFields.Mutable.computeField
(HttpHeader header, BiFunction<HttpHeader, List<HttpField>, HttpField> computeFn) Computes a single field for the given HttpHeader and for existing fields with the same header.default boolean
HttpFields.contains
(EnumSet<HttpHeader> headers) HttpFields.Mutable.remove
(EnumSet<HttpHeader> fields) Constructors in org.eclipse.jetty.http with parameters of type HttpHeaderModifierConstructorDescriptionprotected
HostPortHttpField
(HttpHeader header, String name, String authority) HostPortHttpField
(HttpHeader header, String headerString, HostPort hostport) HttpField
(HttpHeader header, String value) HttpField
(HttpHeader header, String name, String value) HttpField
(HttpHeader header, HttpHeaderValue value) IntValueHttpField
(HttpHeader header, int value) IntValueHttpField
(HttpHeader header, String name, int intValue) IntValueHttpField
(HttpHeader header, String name, String value) IntValueHttpField
(HttpHeader header, String name, String value, int intValue) LongValueHttpField
(HttpHeader header, long value) LongValueHttpField
(HttpHeader header, String name, long value) LongValueHttpField
(HttpHeader header, String name, String value) LongValueHttpField
(HttpHeader header, String name, String value, long longValue) PreEncodedHttpField
(HttpHeader header, String value) PreEncodedHttpField
(HttpHeader header, String name, String value) -
Uses of HttpHeader in org.eclipse.jetty.http2.hpack
Methods in org.eclipse.jetty.http2.hpack with parameters of type HttpHeaderModifier and TypeMethodDescriptionprotected boolean
MetaDataBuilder.checkPseudoHeader
(HttpHeader header, Object value) HpackContext.get
(HttpHeader header) byte[]
HpackFieldPreEncoder.getEncodedField
(HttpHeader header, String name, String value) static HpackContext.Entry
HpackContext.getStatic
(HttpHeader header) static int
HpackContext.staticIndex
(HttpHeader header) Constructors in org.eclipse.jetty.http2.hpack with parameters of type HttpHeaderModifierConstructorDescriptionStaticTableHttpField
(HttpHeader header, String valueString, Object value) StaticTableHttpField
(HttpHeader header, String name, String valueString, Object value) -
Uses of HttpHeader in org.eclipse.jetty.http3.qpack
Fields in org.eclipse.jetty.http3.qpack with type parameters of type HttpHeaderModifier and TypeFieldDescriptionstatic final EnumSet<HttpHeader>
QpackEncoder.DO_NOT_HUFFMAN
static final EnumSet<HttpHeader>
QpackEncoder.DO_NOT_INDEX
static final EnumSet<HttpHeader>
QpackEncoder.NEVER_INDEX
Methods in org.eclipse.jetty.http3.qpack with parameters of type HttpHeaderModifier and TypeMethodDescriptionbyte[]
QpackFieldPreEncoder.getEncodedField
(HttpHeader header, String name, String value) -
Uses of HttpHeader in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type HttpHeader -
Uses of HttpHeader in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip with type parameters of type HttpHeader
Request.headers(Consumer)
instead