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.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 private void
AuthenticationProtocolHandler.AuthenticationListener. copyIfAbsent(HttpRequest oldRequest, Request newRequest, HttpHeader header)
Request
HttpRequest. header(HttpHeader header, java.lang.String value)
private java.util.List<Authentication.HeaderInfo>
AuthenticationProtocolHandler.AuthenticationListener. parseAuthenticateHeader(Response response, HttpHeader header)
-
Uses of HttpHeader in org.eclipse.jetty.client.api
Fields in org.eclipse.jetty.client.api declared as HttpHeader Modifier and Type Field Description private HttpHeader
Authentication.HeaderInfo. header
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
Fields in org.eclipse.jetty.client.util declared as HttpHeader Modifier and Type Field Description private HttpHeader
BasicAuthentication.BasicResult. header
private HttpHeader
DigestAuthentication.DigestResult. header
private HttpHeader
SPNEGOAuthentication.SPNEGOResult. header
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)
DigestResult(HttpHeader header, byte[] content, java.lang.String realm, java.lang.String user, java.lang.String password, java.lang.String algorithm, java.lang.String nonce, java.lang.String qop, java.lang.String opaque)
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 declared as HttpHeader Modifier and Type Field Description private HttpHeader
HttpField. _header
private HttpHeader
HttpParser. _header
Fields in org.eclipse.jetty.http with type parameters of type HttpHeader Modifier and Type Field Description private static java.util.EnumSet<HttpHeader>
HttpHeaderValue. __known
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.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)
-