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 HttpHeaderAuthenticationProtocolHandler. getAuthenticateHeader()protected HttpHeaderProxyAuthenticationProtocolHandler. getAuthenticateHeader()protected HttpHeaderWWWAuthenticationProtocolHandler. getAuthenticateHeader()protected abstract HttpHeaderAuthenticationProtocolHandler. getAuthorizationHeader()protected HttpHeaderProxyAuthenticationProtocolHandler. getAuthorizationHeader()protected HttpHeaderWWWAuthenticationProtocolHandler. getAuthorizationHeader()Methods in org.eclipse.jetty.client with parameters of type HttpHeader Modifier and Type Method Description private voidAuthenticationProtocolHandler.AuthenticationListener. copyIfAbsent(HttpRequest oldRequest, Request newRequest, HttpHeader header)RequestHttpRequest. 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 HttpHeaderAuthentication.HeaderInfo. headerMethods in org.eclipse.jetty.client.api that return HttpHeader Modifier and Type Method Description HttpHeaderAuthentication.HeaderInfo. getHeader()Methods in org.eclipse.jetty.client.api with parameters of type HttpHeader Modifier and Type Method Description RequestRequest. header(HttpHeader header, java.lang.String value)Adds the givenvalueto 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 HttpHeaderBasicAuthentication.BasicResult. headerprivate HttpHeaderDigestAuthentication.DigestResult. headerprivate HttpHeaderSPNEGOAuthentication.SPNEGOResult. headerConstructors 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 HttpHeaderHttpField. _headerprivate HttpHeaderHttpParser. _headerFields in org.eclipse.jetty.http with type parameters of type HttpHeader Modifier and Type Field Description private static java.util.EnumSet<HttpHeader>HttpHeaderValue. __knownstatic Trie<HttpHeader>HttpHeader. CACHEMethods in org.eclipse.jetty.http that return HttpHeader Modifier and Type Method Description HttpHeaderHttpField. getHeader()static HttpHeaderHttpHeader. 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 voidHttpFields. add(HttpHeader header, java.lang.String value)Add to or set a field.voidHttpFields. add(HttpHeader header, HttpHeaderValue value)booleanHttpFields. addCSV(HttpHeader header, java.lang.String... values)Add comma separated values, but only if not already present.voidHttpFields. 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.booleanHttpFields. contains(HttpHeader header)booleanHttpFields. contains(HttpHeader header, java.lang.String value)java.lang.StringHttpFields. 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 aQuotedCSVbyte[]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)HttpFieldHttpFields. 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 aQuotedQualityCSVjava.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 aQuotedQualityCSVjava.lang.StringHttpFields. getStringField(HttpHeader header)Deprecated.java.util.List<java.lang.String>HttpFields. getValuesList(HttpHeader header)Get multiple header of the same namestatic booleanHttpHeaderValue. hasKnownValues(HttpHeader header)voidHttpFields. put(HttpHeader header, java.lang.String value)Set a field.voidHttpFields. put(HttpHeader header, HttpHeaderValue value)voidHttpFields. putDateField(HttpHeader name, long date)Sets the value of a date field.voidHttpFields. putLongField(HttpHeader name, long value)Sets the value of an long field.HttpFieldHttpFields. remove(HttpHeader name)Remove a field.Method parameters in org.eclipse.jetty.http with type arguments of type HttpHeader Modifier and Type Method Description voidHttpFields. 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 voidResponse. setHeader(HttpHeader name, java.lang.String value)
-