Uses of Class
org.apache.juneau.http.header.BasicIntegerHeader
Packages that use BasicIntegerHeader
Package
Description
HTTP Header Beans
REST Client API
-
Uses of BasicIntegerHeader in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicIntegerHeaderModifier and TypeMethodDescriptionstatic final BasicIntegerHeader
HttpHeaders.integerHeader
(String name, Integer value) Creates a newBasicIntegerHeader
header.static final BasicIntegerHeader
HttpHeaders.integerHeader
(String name, String value) Creates a newBasicIntegerHeader
header.static final BasicIntegerHeader
HttpHeaders.integerHeader
(String name, Supplier<Integer> value) Creates a newBasicIntegerHeader
header with a delayed value. -
Uses of BasicIntegerHeader in org.apache.juneau.http.header
Subclasses of BasicIntegerHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclass
Represents a parsedAge HTTP response header.class
Represents a parsedMax-Forwards HTTP request header.Methods in org.apache.juneau.http.header that return BasicIntegerHeaderModifier and TypeMethodDescriptionstatic BasicIntegerHeader
Static creator.static BasicIntegerHeader
Static creator.static BasicIntegerHeader
Static creator with delayed value.Methods in org.apache.juneau.http.header that return types with arguments of type BasicIntegerHeaderModifier and TypeMethodDescriptionBasicIntegerHeader.assertInteger()
Provides the ability to perform fluent-style assertions on this header. -
Uses of BasicIntegerHeader in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return BasicIntegerHeaderModifier and TypeMethodDescriptionResponseHeader.asIntegerHeader()
Returns the value of this header as an integer header. -
Uses of BasicIntegerHeader in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicIntegerHeaderModifier and TypeMethodDescriptionRequestHeader.asIntegerHeader()
Returns the value of this header as aBasicIntegerHeader
.