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.http
Methods in org.apache.juneau.http that return BasicStringHeaderModifier and TypeMethodDescriptionstatic final BasicStringHeader
HttpHeaders.stringHeader
(String pair) Creates aBasicHeader
from a name/value pair string (e.g.static final BasicStringHeader
HttpHeaders.stringHeader
(String name, String value) Creates a newBasicStringHeader
header.static final BasicStringHeader
HttpHeaders.stringHeader
(String name, Supplier<String> value) Creates a newBasicStringHeader
header with a delayed value. -
Uses of BasicStringHeader in org.apache.juneau.http.header
Subclasses of BasicStringHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclass
Represents a parsedAccept HTTP request header.class
Represents a parsedAccept-Range HTTP response header.class
Represents a parsedAuthorization HTTP request header.class
Category of headers that consist of multiple parameterized string values.class
Category of headers that consist of a single parameterized string 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-Encoding HTTP response header.class
Represents a parsedContent-Range HTTP response header.class
Represents a parsedContent-Type HTTP request/response header.class
Represents a parsedExpect HTTP request 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 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 parsedServer HTTP response header.class
Represents a parsedTrailer HTTP response header.class
Represents a parsedTransfer-Encoding HTTP response header.class
Represents a parsedUser-Agent HTTP request header.class
Represents a parsedVary 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 BasicStringHeaderModifier and TypeMethodDescriptionstatic BasicStringHeader
Static creator.static BasicStringHeader
Static creator with delayed value.static BasicStringHeader
Creates aHeader
from 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.client
Methods 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.httppart
Methods in org.apache.juneau.rest.httppart that return BasicStringHeaderModifier and TypeMethodDescriptionRequestHeader.asStringHeader()
Returns the value of this header as aBasicStringHeader
.