Uses of Class
org.apache.juneau.http.part.BasicPart
Packages that use BasicPart
- 
Uses of BasicPart in org.apache.juneau.httpMethods in org.apache.juneau.http that return BasicPart
- 
Uses of BasicPart in org.apache.juneau.http.partSubclasses of BasicPart in org.apache.juneau.http.partModifier and TypeClassDescriptionclassANameValuePairthat consists of a single boolean value.classANameValuePairthat consists of a comma-delimited list of string values.classANameValuePairthat consist of a single HTTP-date.classANameValuePairthat consists of a single integer value.classANameValuePairthat consists of a single long value.classANameValuePairthat consists of a single string value.classANameValuePairthat consists of a single URL value.classSubclass ofNameValuePairfor serializing POJOs as URL-encoded form post entries using theclass.Methods in org.apache.juneau.http.part that return BasicPartModifier and TypeMethodDescriptionstatic BasicPartStatic creator.static BasicPartCreates aNameValuePairfrom 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