Package org.apache.juneau.http.header
package org.apache.juneau.http.header
HTTP Header Beans
-
ClassDescriptionRepresents a parsed
Accept HTTP request header.Represents a parsedAccept-Charset HTTP request header.Represents a parsedAccept-Encoding HTTP request header.Represents a parsedAccept-Language HTTP request header.Represents a parsedAccept-Range HTTP response header.Represents a parsedAge HTTP response header.Represents a parsedAllow HTTP response header.Represents a parsedAuthorization HTTP request header.Category of headers that consist of a single boolean value.Category of headers that consist of a comma-delimited list of string values.Category of headers that consist of a single HTTP-date.Category of headers that consist of a single entity validator value.Category of headers that consist of a comma-delimited list of entity validator values.Superclass of all headers defined in this package.Basic implementation of aHeaderIterator
.Category of headers that consist of a single integer value.Category of headers that consist of a single long value.Category of headers that consist of multiple parameterized string values.Category of headers that consist of a single parameterized string value.Category of headers that consist of a single string value.Category of headers that consist of simple comma-delimited lists of strings with q-values.Category of headers that consist of a single URL value.Represents a parsedCache-Control HTTP request header.Represents a parsedClient-Version HTTP request header.Represents a parsedConnection HTTP request header.Represents a parsedContent-Disposition HTTP request header.Represents a parsedContent-Encoding HTTP response header.Represents a parsedContent-Language HTTP response header.Represents a parsedContent-Length HTTP request/response header.Represents a parsedContent-Location HTTP response header.Represents a parsedContent-Range HTTP response header.Represents a parsedContent-Type HTTP request/response header.Represents a parsedDate HTTP request/response header.Represents a parsedDebug HTTP request/response header.Represents a validator value.A list ofEntityTag
beans.Represents a parsedETag HTTP response header.Represents a parsedExpect HTTP request header.Represents a parsedExpires HTTP response header.Represents a parsedForwarded HTTP request header.Represents a parsedFrom HTTP request header.Identifies a class that can be converted to aHeader
object.Holds metadata about header beans (POJOs that get serialized as HTTP headers).A simple list of HTTP headers with various convenience methods.Represents no header list in annotations.Represents a parsedHost HTTP request header.Represents a parsedIf-Match HTTP request header.Represents a parsedIf-Modified-Since HTTP request header.Represents a parsedIf-None-Match HTTP request header.Represents a parsedIf-Range HTTP request header.Represents a parsedIf-Unmodified-Since HTTP request header.Represents a parsedLast-Modified HTTP response header.Represents a parsedLocation HTTP response header.Represents a parsedMax-Forwards HTTP request header.Represents a parsedNo-Trace HTTP request header.Represents a parsedOrigin HTTP request header.Represents a parsedPragma HTTP request/response header.Represents a parsedProxy-Authenticate HTTP response header.Represents a parsedProxy-Authorization HTTP request header.Represents a parsedRange HTTP request header.Represents a parsedReferer HTTP request header.Represents a parsedRetry-After HTTP response header.TODORepresents a parsedServer HTTP response header.Represents a parsedTE HTTP request header.Represents a parsedThrown HTTP response header.Represents a single entry in this header.Represents a parsedTrailer HTTP response header.Represents a parsedTransfer-Encoding HTTP response header.Represents a parsedUpgrade HTTP request header.Represents a parsedUser-Agent HTTP request header.Represents a parsedVary HTTP response header.Represents a parsedVia HTTP response header.Represents a parsedWarning HTTP request/response header.Represents a parsedWWW-Authenticate HTTP response header.