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.httpMethods in org.apache.juneau.http that return BasicHeaderModifier and TypeMethodDescriptionstatic final BasicHeaderHttpHeaders.basicHeader(String name, Object value) Creates a newBasicHeaderheader.static final BasicHeaderHttpHeaders.basicHeader(String name, Supplier<?> value) Creates a newBasicHeaderheader with a delayed value.
- 
Uses of BasicHeader in org.apache.juneau.http.headerSubclasses of BasicHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedAccept HTTP request header.classRepresents a parsedAccept-Charset HTTP request header.classRepresents a parsedAccept-Encoding HTTP request header.classRepresents a parsedAccept-Language HTTP request header.classRepresents a parsedAccept-Range HTTP response header.classRepresents a parsedAge HTTP response header.classRepresents a parsedAllow HTTP response header.classRepresents a parsedAuthorization HTTP request header.classCategory of headers that consist of a single boolean value.classCategory of headers that consist of a comma-delimited list of string values.classCategory of headers that consist of a single HTTP-date.classCategory of headers that consist of a single entity validator value.classCategory of headers that consist of a comma-delimited list of entity validator values.classCategory of headers that consist of a single integer value.classCategory of headers that consist of a single long value.classCategory of headers that consist of multiple parameterized string values.classCategory of headers that consist of a single parameterized string value.classCategory of headers that consist of a single string value.classCategory of headers that consist of simple comma-delimited lists of strings with q-values.classCategory of headers that consist of a single URL value.classRepresents a parsedCache-Control HTTP request header.classRepresents a parsedClient-Version HTTP request header.classRepresents a parsedConnection HTTP request header.classRepresents a parsedContent-Disposition HTTP request header.classRepresents a parsedContent-Encoding HTTP response header.classRepresents a parsedContent-Language HTTP response header.classRepresents a parsedContent-Length HTTP request/response header.classRepresents a parsedContent-Location HTTP response header.classRepresents a parsedContent-Range HTTP response header.classRepresents a parsedContent-Type HTTP request/response header.classRepresents a parsedDate HTTP request/response header.classRepresents a parsedDebug HTTP request/response header.classRepresents a parsedETag HTTP response header.classRepresents a parsedExpect HTTP request header.classRepresents a parsedExpires HTTP response header.classRepresents a parsedForwarded HTTP request header.classRepresents a parsedFrom HTTP request header.classRepresents a parsedHost HTTP request header.classRepresents a parsedIf-Match HTTP request header.classRepresents a parsedIf-Modified-Since HTTP request header.classRepresents a parsedIf-None-Match HTTP request header.classRepresents a parsedIf-Range HTTP request header.classRepresents a parsedIf-Unmodified-Since HTTP request header.classRepresents a parsedLast-Modified HTTP response header.classRepresents a parsedLocation HTTP response header.classRepresents a parsedMax-Forwards HTTP request header.classRepresents a parsedNo-Trace HTTP request header.classRepresents a parsedOrigin HTTP request header.classRepresents a parsedPragma HTTP request/response header.classRepresents a parsedProxy-Authenticate HTTP response header.classRepresents a parsedProxy-Authorization HTTP request header.classRepresents a parsedRange HTTP request header.classRepresents a parsedReferer HTTP request header.classRepresents a parsedRetry-After HTTP response header.classTODOclassRepresents a parsedServer HTTP response header.classRepresents a parsedTE HTTP request header.classRepresents a parsedThrown HTTP response header.classRepresents a parsedTrailer HTTP response header.classRepresents a parsedTransfer-Encoding HTTP response header.classRepresents a parsedUpgrade HTTP request header.classRepresents a parsedUser-Agent HTTP request header.classRepresents a parsedVary HTTP response header.classRepresents a parsedVia HTTP response header.classRepresents a parsedWarning HTTP request/response header.classRepresents a parsedWWW-Authenticate HTTP response header.Methods in org.apache.juneau.http.header that return BasicHeaderModifier and TypeMethodDescriptionstatic BasicHeaderStatic creator.static BasicHeaderBasicHeader.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.partMethods in org.apache.juneau.http.part that return BasicHeader
- 
Uses of BasicHeader in org.apache.juneau.rest.clientSubclasses of BasicHeader in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclassRepresents 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.