Uses of Class
org.apache.juneau.http.part.BasicPart
Packages that use BasicPart
-
Uses of BasicPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicPart -
Uses of BasicPart in org.apache.juneau.http.part
Subclasses of BasicPart in org.apache.juneau.http.partModifier and TypeClassDescriptionclass
ANameValuePair
that consists of a single boolean value.class
ANameValuePair
that consists of a comma-delimited list of string values.class
ANameValuePair
that consist of a single HTTP-date.class
ANameValuePair
that consists of a single integer value.class
ANameValuePair
that consists of a single long value.class
ANameValuePair
that consists of a single string value.class
ANameValuePair
that consists of a single URL value.class
Subclass ofNameValuePair
for serializing POJOs as URL-encoded form post entries using theclass
.Methods in org.apache.juneau.http.part that return BasicPartModifier and TypeMethodDescriptionstatic BasicPart
Static creator.static BasicPart
Creates aNameValuePair
from a name/value pair string (e.g.Methods in org.apache.juneau.http.part that return types with arguments of type BasicPartModifier and TypeMethodDescriptionBasicPart.assertName()
Provides an object for performing assertions against the name of this pair.BasicPart.assertValue()
Provides an object for performing assertions against the value of this pair.Constructors in org.apache.juneau.http.part with parameters of type BasicPart