Uses of Package
org.apache.juneau.http.part
Packages that use org.apache.juneau.http.part
Package
Description
HTTP Part Beans
REST Server API
REST Client API
- 
Classes in org.apache.juneau.http.part used by org.apache.juneau.httpClassDescriptionANameValuePairthat consists of a single boolean value.ANameValuePairthat consists of a comma-delimited list of string values.ANameValuePairthat consist of a single HTTP-date.ANameValuePairthat consists of a single integer value.ANameValuePairthat consists of a single long value.Implementation ofNameValuePairfor serializing POJOs as URL-encoded form post entries.ANameValuePairthat consists of a single string value.ANameValuePairthat consists of a single URL value.An simple list of HTTP parts (form-data, query-parameters, path-parameters).Subclass ofNameValuePairfor serializing POJOs as URL-encoded form post entries using theclass.
- 
Classes in org.apache.juneau.http.part used by org.apache.juneau.http.partClassDescriptionANameValuePairthat consists of a single boolean value.ANameValuePairthat consists of a comma-delimited list of string values.ANameValuePairthat consist of a single HTTP-date.ANameValuePairthat consists of a single integer value.ANameValuePairthat consists of a single long value.Implementation ofNameValuePairfor serializing POJOs as URL-encoded form post entries.ANameValuePairthat consists of a single string value.ANameValuePairthat consists of a single URL value.Holds metadata about http part beans (POJOs that get serialized as HTTP parts such as form data or query parameters).A type-safe iterator forNameValuePairobjects.An simple list of HTTP parts (form-data, query-parameters, path-parameters).Subclass ofNameValuePairfor serializing POJOs as URL-encoded form post entries using theclass.
- 
Classes in org.apache.juneau.http.part used by org.apache.juneau.restClassDescriptionAn simple list of HTTP parts (form-data, query-parameters, path-parameters).
- 
Classes in org.apache.juneau.http.part used by org.apache.juneau.rest.clientClassDescriptionAn simple list of HTTP parts (form-data, query-parameters, path-parameters).
- 
Classes in org.apache.juneau.http.part used by org.apache.juneau.rest.httppartClassDescriptionANameValuePairthat consists of a single boolean value.ANameValuePairthat consists of a comma-delimited list of string values.ANameValuePairthat consist of a single HTTP-date.ANameValuePairthat consists of a single integer value.ANameValuePairthat consists of a single long value.ANameValuePairthat consists of a single string value.ANameValuePairthat consists of a single URL value.