Uses of Class
org.apache.juneau.http.part.BasicLongPart
Packages that use BasicLongPart
Package
Description
HTTP Part Beans
- 
Uses of BasicLongPart in org.apache.juneau.httpMethods 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.partMethods 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicLongPartModifier and TypeMethodDescriptionRequestHttpPart.asLongPart()Returns the value of this parameter as aBasicLongPart.