Uses of Class
org.apache.juneau.http.header.BasicLongHeader
Packages that use BasicLongHeader
Package
Description
HTTP Header Beans
REST Client API
-
Uses of BasicLongHeader in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicLongHeaderModifier and TypeMethodDescriptionstatic final BasicLongHeader
HttpHeaders.longHeader
(String name, Long value) Creates a newBasicLongHeader
header.static final BasicLongHeader
HttpHeaders.longHeader
(String name, String value) Creates a newBasicLongHeader
header.static final BasicLongHeader
HttpHeaders.longHeader
(String name, Supplier<Long> value) Creates a newBasicLongHeader
header with a delayed value. -
Uses of BasicLongHeader in org.apache.juneau.http.header
Subclasses of BasicLongHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclass
Represents a parsedContent-Length HTTP request/response header.Methods in org.apache.juneau.http.header that return BasicLongHeaderModifier and TypeMethodDescriptionstatic BasicLongHeader
Static creator.static BasicLongHeader
Static creator.static BasicLongHeader
Static creator with delayed value.Methods in org.apache.juneau.http.header that return types with arguments of type BasicLongHeaderModifier and TypeMethodDescriptionBasicLongHeader.assertLong()
Provides the ability to perform fluent-style assertions on this header. -
Uses of BasicLongHeader in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return BasicLongHeaderModifier and TypeMethodDescriptionResponseHeader.asLongHeader()
Returns the value of this header as a long header. -
Uses of BasicLongHeader in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicLongHeaderModifier and TypeMethodDescriptionRequestHeader.asLongHeader()
Returns the value of this header as aBasicLongHeader
.