Package org.apache.juneau.http.part
package org.apache.juneau.http.part
HTTP Part Beans
-
ClassDescriptionA
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.Basic implementation of aPartIterator
.ANameValuePair
that consists of a single string value.ANameValuePair
that consists of a single URL value.Identifies a class that can be converted to aNameValuePair
object.PartBeanMeta<T>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).Represents no part list in annotations.Subclass ofNameValuePair
for serializing POJOs as URL-encoded form post entries using theclass
.