Uses of Class
org.apache.juneau.http.part.BasicIntegerPart
Packages that use BasicIntegerPart
Package
Description
RFC2616 HTTP Headers
HTTP Part Beans
REST HTTP Parts
-
Uses of BasicIntegerPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicIntegerPartModifier and TypeMethodDescriptionstatic final BasicIntegerPartHttpParts.integerPart(String name, Integer value) Creates a newBasicIntegerPartpart.static final BasicIntegerPartHttpParts.integerPart(String name, Supplier<Integer> value) Creates a newBasicIntegerPartpart with a delayed value. -
Uses of BasicIntegerPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicIntegerPartModifier and TypeMethodDescriptionstatic BasicIntegerPartStatic creator.static BasicIntegerPartStatic creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicIntegerPartModifier and TypeMethodDescriptionBasicIntegerPart.assertInteger()Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicIntegerPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicIntegerPartModifier and TypeMethodDescriptionRequestHttpPart.asIntegerPart()Returns the value of this parameter as aBasicIntegerPart.