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.httpMethods in org.apache.juneau.http that return BasicIntegerHeaderModifier and TypeMethodDescriptionstatic final BasicIntegerHeaderHttpHeaders.integerHeader(String name, Integer value) Creates a newBasicIntegerHeaderheader.static final BasicIntegerHeaderHttpHeaders.integerHeader(String name, String value) Creates a newBasicIntegerHeaderheader.static final BasicIntegerHeaderHttpHeaders.integerHeader(String name, Supplier<Integer> value) Creates a newBasicIntegerHeaderheader with a delayed value.
- 
Uses of BasicIntegerHeader in org.apache.juneau.http.headerSubclasses of BasicIntegerHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedAge HTTP response header.classRepresents a parsedMax-Forwards HTTP request header.Methods in org.apache.juneau.http.header that return BasicIntegerHeaderModifier and TypeMethodDescriptionstatic BasicIntegerHeaderStatic creator.static BasicIntegerHeaderStatic creator.static BasicIntegerHeaderStatic 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.clientMethods 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicIntegerHeaderModifier and TypeMethodDescriptionRequestHeader.asIntegerHeader()Returns the value of this header as aBasicIntegerHeader.