Uses of Class
org.apache.juneau.http.header.BasicHeader
Packages that use BasicHeader
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Client API
-
Uses of BasicHeader in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicHeaderModifier and TypeMethodDescriptionstatic final BasicHeader
HttpHeaders.basicHeader
(String name, Object value) Creates a newBasicHeader
header.static final BasicHeader
HttpHeaders.basicHeader
(String name, Supplier<?> value) Creates a newBasicHeader
header with a delayed value. -
Uses of BasicHeader in org.apache.juneau.http.header
Subclasses of BasicHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclass
Represents a parsedAccept HTTP request header.class
Represents a parsedAccept-Charset HTTP request header.class
Represents a parsedAccept-Encoding HTTP request header.class
Represents a parsedAccept-Language HTTP request header.class
Represents a parsedAccept-Range HTTP response header.class
Represents a parsedAge HTTP response header.class
Represents a parsedAllow HTTP response header.class
Represents a parsedAuthorization HTTP request header.class
Category of headers that consist of a single boolean value.class
Category of headers that consist of a comma-delimited list of string values.class
Category of headers that consist of a single HTTP-date.class
Category of headers that consist of a single entity validator value.class
Category of headers that consist of a comma-delimited list of entity validator values.class
Category of headers that consist of a single integer value.class
Category of headers that consist of a single long value.class
Category of headers that consist of multiple parameterized string values.class
Category of headers that consist of a single parameterized string value.class
Category of headers that consist of a single string value.class
Category of headers that consist of simple comma-delimited lists of strings with q-values.class
Category of headers that consist of a single URL value.class
Represents a parsedCache-Control HTTP request header.class
Represents a parsedClient-Version HTTP request header.class
Represents a parsedConnection HTTP request header.class
Represents a parsedContent-Disposition HTTP request header.class
Represents a parsedContent-Encoding HTTP response header.class
Represents a parsedContent-Language HTTP response header.class
Represents a parsedContent-Length HTTP request/response header.class
Represents a parsedContent-Location HTTP response header.class
Represents a parsedContent-Range HTTP response header.class
Represents a parsedContent-Type HTTP request/response header.class
Represents a parsedDate HTTP request/response header.class
Represents a parsedDebug HTTP request/response header.class
Represents a parsedETag HTTP response header.class
Represents a parsedExpect HTTP request header.class
Represents a parsedExpires HTTP response header.class
Represents a parsedForwarded HTTP request header.class
Represents a parsedFrom HTTP request header.class
Represents a parsedHost HTTP request header.class
Represents a parsedIf-Match HTTP request header.class
Represents a parsedIf-Modified-Since HTTP request header.class
Represents a parsedIf-None-Match HTTP request header.class
Represents a parsedIf-Range HTTP request header.class
Represents a parsedIf-Unmodified-Since HTTP request header.class
Represents a parsedLast-Modified HTTP response header.class
Represents a parsedLocation HTTP response header.class
Represents a parsedMax-Forwards HTTP request header.class
Represents a parsedNo-Trace HTTP request header.class
Represents a parsedOrigin HTTP request header.class
Represents a parsedPragma HTTP request/response header.class
Represents a parsedProxy-Authenticate HTTP response header.class
Represents a parsedProxy-Authorization HTTP request header.class
Represents a parsedRange HTTP request header.class
Represents a parsedReferer HTTP request header.class
Represents a parsedRetry-After HTTP response header.class
TODOclass
Represents a parsedServer HTTP response header.class
Represents a parsedTE HTTP request header.class
Represents a parsedThrown HTTP response header.class
Represents a parsedTrailer HTTP response header.class
Represents a parsedTransfer-Encoding HTTP response header.class
Represents a parsedUpgrade HTTP request header.class
Represents a parsedUser-Agent HTTP request header.class
Represents a parsedVary HTTP response header.class
Represents a parsedVia HTTP response header.class
Represents a parsedWarning HTTP request/response header.class
Represents a parsedWWW-Authenticate HTTP response header.Methods in org.apache.juneau.http.header that return BasicHeaderModifier and TypeMethodDescriptionstatic BasicHeader
Static creator.static BasicHeader
BasicHeader.of
(NameValuePair o) Static creator.Methods in org.apache.juneau.http.header that return types with arguments of type BasicHeaderModifier and TypeMethodDescriptionBasicHeader.assertName()
Provides an object for performing assertions against the name of this header.BasicHeader.assertStringValue()
Provides an object for performing assertions against the value of this header.Constructors in org.apache.juneau.http.header with parameters of type BasicHeader -
Uses of BasicHeader in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicHeader -
Uses of BasicHeader in org.apache.juneau.rest.client
Subclasses of BasicHeader in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclass
Represents a single header on an HTTP response.Methods in org.apache.juneau.rest.client with type parameters of type BasicHeaderModifier and TypeMethodDescription<T extends BasicHeader>
TReturns the value of this header as aBasicHeader
.