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.http
Methods in org.apache.juneau.http that return BasicLongPartModifier and TypeMethodDescriptionstatic final BasicLongPart
Creates a newBasicLongPart
part.static final BasicLongPart
Creates a newBasicLongPart
part 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 BasicLongPart
Static creator.static BasicLongPart
Static 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
.