Uses of Class
org.eclipse.jetty.http.HttpHeader
-
Packages that use HttpHeader Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http2.hpack org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpHeader in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpHeader Modifier and Type Method Description protected 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 HttpHeader Modifier and Type Method Description Request
HttpRequest. header(HttpHeader header, java.lang.String value)
-
Uses of HttpHeader in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return HttpHeader Modifier and Type Method Description HttpHeader
Authentication.HeaderInfo. getHeader()
Methods in org.eclipse.jetty.client.api with parameters of type HttpHeader Modifier and Type Method Description Request
Request. header(HttpHeader header, java.lang.String value)
Adds the givenvalue
to the specifiedheader
.Constructors in org.eclipse.jetty.client.api with parameters of type HttpHeader Constructor Description HeaderInfo(HttpHeader header, java.lang.String type, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of HttpHeader in org.eclipse.jetty.client.util
Constructors in org.eclipse.jetty.client.util with parameters of type HttpHeader Constructor Description BasicResult(java.net.URI uri, HttpHeader header, java.lang.String user, java.lang.String password)
BasicResult(java.net.URI uri, HttpHeader header, java.lang.String user, java.lang.String password, java.nio.charset.Charset charset)
SPNEGOResult(java.net.URI uri, HttpHeader header, java.lang.String token)
-
Uses of HttpHeader in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpHeader Modifier and Type Field Description static Trie<HttpHeader>
HttpHeader. CACHE
Methods in org.eclipse.jetty.http that return HttpHeader Modifier and Type Method Description HttpHeader
HttpField. getHeader()
static HttpHeader
HttpHeader. valueOf(java.lang.String name)
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 HttpHeader Modifier and Type Method Description void
HttpFields. add(HttpHeader header, java.lang.String value)
Add to or set a field.void
HttpFields. add(HttpHeader header, HttpHeaderValue value)
boolean
HttpFields. addCSV(HttpHeader header, java.lang.String... values)
Add comma separated values, but only if not already present.void
HttpFields. computeField(HttpHeader header, java.util.function.BiFunction<HttpHeader,java.util.List<HttpField>,HttpField> computeFn)
Computes a single field for the given HttpHeader and for existing fields with the same header.boolean
HttpFields. contains(HttpHeader header)
boolean
HttpFields. contains(HttpHeader header, java.lang.String value)
java.lang.String
HttpFields. get(HttpHeader header)
java.util.List<java.lang.String>
HttpFields. getCSV(HttpHeader header, boolean keepQuotes)
Get multiple field values of the same name, split as aQuotedCSV
byte[]
Http1FieldPreEncoder. getEncodedField(HttpHeader header, java.lang.String headerString, java.lang.String value)
byte[]
HttpFieldPreEncoder. getEncodedField(HttpHeader header, java.lang.String headerString, java.lang.String value)
HttpField
HttpFields. getField(HttpHeader header)
java.util.List<HttpField>
HttpFields. getFields(HttpHeader header)
java.util.List<java.lang.String>
HttpFields. getQualityCSV(HttpHeader header)
Get multiple field values of the same name, split and sorted as aQuotedQualityCSV
java.util.List<java.lang.String>
HttpFields. getQualityCSV(HttpHeader header, java.util.function.ToIntFunction<java.lang.String> secondaryOrdering)
Get multiple field values of the same name, split and sorted as aQuotedQualityCSV
java.lang.String
HttpFields. getStringField(HttpHeader header)
Deprecated.java.util.List<java.lang.String>
HttpFields. getValuesList(HttpHeader header)
Get multiple header of the same namestatic boolean
HttpHeaderValue. hasKnownValues(HttpHeader header)
void
HttpFields. put(HttpHeader header, java.lang.String value)
Set a field.void
HttpFields. put(HttpHeader header, HttpHeaderValue value)
void
HttpFields. putDateField(HttpHeader name, long date)
Sets the value of a date field.void
HttpFields. putLongField(HttpHeader name, long value)
Sets the value of an long field.HttpField
HttpFields. remove(HttpHeader name)
Remove a field.Method parameters in org.eclipse.jetty.http with type arguments of type HttpHeader Modifier and Type Method Description void
HttpFields. computeField(HttpHeader header, java.util.function.BiFunction<HttpHeader,java.util.List<HttpField>,HttpField> computeFn)
Computes a single field for the given HttpHeader and for existing fields with the same header.Constructors in org.eclipse.jetty.http with parameters of type HttpHeader Constructor Description HostPortHttpField(HttpHeader header, java.lang.String name, java.lang.String authority)
HttpField(HttpHeader header, java.lang.String value)
HttpField(HttpHeader header, java.lang.String name, java.lang.String value)
HttpField(HttpHeader header, HttpHeaderValue value)
IntValueHttpField(HttpHeader header, int value)
IntValueHttpField(HttpHeader header, java.lang.String name, int intValue)
IntValueHttpField(HttpHeader header, java.lang.String name, java.lang.String value)
IntValueHttpField(HttpHeader header, java.lang.String name, java.lang.String value, int intValue)
LongValueHttpField(HttpHeader header, long value)
LongValueHttpField(HttpHeader header, java.lang.String name, long value)
LongValueHttpField(HttpHeader header, java.lang.String name, java.lang.String value)
LongValueHttpField(HttpHeader header, java.lang.String name, java.lang.String value, long longValue)
PreEncodedHttpField(HttpHeader header, java.lang.String value)
PreEncodedHttpField(HttpHeader header, java.lang.String name, java.lang.String value)
-
Uses of HttpHeader in org.eclipse.jetty.http2.hpack
Methods in org.eclipse.jetty.http2.hpack with parameters of type HttpHeader Modifier and Type Method Description protected boolean
MetaDataBuilder. checkPseudoHeader(HttpHeader header, java.lang.Object value)
HpackContext.Entry
HpackContext. get(HttpHeader header)
byte[]
HpackFieldPreEncoder. getEncodedField(HttpHeader header, java.lang.String name, java.lang.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 HttpHeader Constructor Description StaticTableHttpField(HttpHeader header, java.lang.String valueString, java.lang.Object value)
StaticTableHttpField(HttpHeader header, java.lang.String name, java.lang.String valueString, java.lang.Object value)
-
Uses of HttpHeader in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type HttpHeader Modifier and Type Method Description void
Response. setHeader(HttpHeader name, java.lang.String value)
-