Uses of Class
org.apache.juneau.http.part.BasicLongPart
Packages that use BasicLongPart
Package
Description
RFC2616 HTTP Headers
HTTP Part Beans
REST HTTP Parts
-
Uses of BasicLongPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicLongPartModifier and TypeMethodDescriptionstatic final BasicLongPartCreates a newBasicLongPartpart.static final BasicLongPartCreates a newBasicLongPartpart with a delayed value. -
Uses of BasicLongPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicLongPartModifier and TypeMethodDescriptionstatic BasicLongPartStatic creator.static BasicLongPartStatic creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicLongPartModifier and TypeMethodDescriptionBasicLongPart.assertLong()Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicLongPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicLongPartModifier and TypeMethodDescriptionRequestHttpPart.asLongPart()Returns the value of this parameter as aBasicLongPart.