Uses of Class
org.apache.juneau.http.header.BasicStringHeader
Packages that use BasicStringHeader
Package
Description
HTTP Header Beans
REST Client API
- 
Uses of BasicStringHeader in org.apache.juneau.httpMethods in org.apache.juneau.http that return BasicStringHeaderModifier and TypeMethodDescriptionstatic final BasicStringHeaderHttpHeaders.stringHeader(String pair) Creates aBasicHeaderfrom a name/value pair string (e.g.static final BasicStringHeaderHttpHeaders.stringHeader(String name, String value) Creates a newBasicStringHeaderheader.static final BasicStringHeaderHttpHeaders.stringHeader(String name, Supplier<String> value) Creates a newBasicStringHeaderheader with a delayed value.
- 
Uses of BasicStringHeader in org.apache.juneau.http.headerSubclasses of BasicStringHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedAccept HTTP request header.classRepresents a parsedAccept-Range HTTP response header.classRepresents a parsedAuthorization HTTP request header.classCategory of headers that consist of multiple parameterized string values.classCategory of headers that consist of a single parameterized string value.classRepresents a parsedCache-Control HTTP request header.classRepresents a parsedClient-Version HTTP request header.classRepresents a parsedConnection HTTP request header.classRepresents a parsedContent-Encoding HTTP response header.classRepresents a parsedContent-Range HTTP response header.classRepresents a parsedContent-Type HTTP request/response header.classRepresents a parsedExpect HTTP request header.classRepresents a parsedForwarded HTTP request header.classRepresents a parsedFrom HTTP request header.classRepresents a parsedHost 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 parsedServer HTTP response header.classRepresents a parsedTrailer HTTP response header.classRepresents a parsedTransfer-Encoding HTTP response header.classRepresents a parsedUser-Agent HTTP request header.classRepresents a parsedVary 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 BasicStringHeaderModifier and TypeMethodDescriptionstatic BasicStringHeaderStatic creator.static BasicStringHeaderStatic creator with delayed value.static BasicStringHeaderCreates aHeaderfrom a name/value pair string (e.g.Methods in org.apache.juneau.http.header that return types with arguments of type BasicStringHeaderModifier and TypeMethodDescriptionBasicStringHeader.assertString()Provides the ability to perform fluent-style assertions on this header.
- 
Uses of BasicStringHeader in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return BasicStringHeaderModifier and TypeMethodDescriptionResponseHeader.asStringHeader()Returns the value of this header as a string header.
- 
Uses of BasicStringHeader in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return BasicStringHeaderModifier and TypeMethodDescriptionRequestHeader.asStringHeader()Returns the value of this header as aBasicStringHeader.