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.httpMethods in org.apache.juneau.http that return BasicLongHeaderModifier and TypeMethodDescriptionstatic final BasicLongHeaderHttpHeaders.longHeader(String name, Long value) Creates a newBasicLongHeaderheader.static final BasicLongHeaderHttpHeaders.longHeader(String name, String value) Creates a newBasicLongHeaderheader.static final BasicLongHeaderHttpHeaders.longHeader(String name, Supplier<Long> value) Creates a newBasicLongHeaderheader with a delayed value.
- 
Uses of BasicLongHeader in org.apache.juneau.http.headerSubclasses of BasicLongHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedContent-Length HTTP request/response header.Methods in org.apache.juneau.http.header that return BasicLongHeaderModifier and TypeMethodDescriptionstatic BasicLongHeaderStatic creator.static BasicLongHeaderStatic creator.static BasicLongHeaderStatic 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.clientMethods 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicLongHeaderModifier and TypeMethodDescriptionRequestHeader.asLongHeader()Returns the value of this header as aBasicLongHeader.