Uses of Class
org.apache.juneau.http.header.BasicLongHeader
Packages that use BasicLongHeader
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
REST Client API
REST HTTP Parts
-
Uses of BasicLongHeader in org.apache.juneau.http
Methods 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.header
Subclasses 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.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.