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.httpClassDescriptionA
NameValuePair
that consists of a single boolean value.ANameValuePair
that consists of a comma-delimited list of string values.ANameValuePair
that consist of a single HTTP-date.ANameValuePair
that consists of a single integer value.ANameValuePair
that consists of a single long value.Implementation ofNameValuePair
for serializing POJOs as URL-encoded form post entries.ANameValuePair
that consists of a single string value.ANameValuePair
that consists of a single URL value.An simple list of HTTP parts (form-data, query-parameters, path-parameters).Subclass ofNameValuePair
for serializing POJOs as URL-encoded form post entries using theclass
. -
Classes in org.apache.juneau.http.part used by org.apache.juneau.http.partClassDescriptionA
NameValuePair
that consists of a single boolean value.ANameValuePair
that consists of a comma-delimited list of string values.ANameValuePair
that consist of a single HTTP-date.ANameValuePair
that consists of a single integer value.ANameValuePair
that consists of a single long value.Implementation ofNameValuePair
for serializing POJOs as URL-encoded form post entries.ANameValuePair
that consists of a single string value.ANameValuePair
that 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 forNameValuePair
objects.An simple list of HTTP parts (form-data, query-parameters, path-parameters).Subclass ofNameValuePair
for 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.httppartClassDescriptionA
NameValuePair
that consists of a single boolean value.ANameValuePair
that consists of a comma-delimited list of string values.ANameValuePair
that consist of a single HTTP-date.ANameValuePair
that consists of a single integer value.ANameValuePair
that consists of a single long value.ANameValuePair
that consists of a single string value.ANameValuePair
that consists of a single URL value.