Uses of Interface
org.apache.juneau.http.header.Headerable
Packages that use Headerable
-
Uses of Headerable in org.apache.juneau.http.part
Classes in org.apache.juneau.http.part that implement HeaderableModifier 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
Implementation ofNameValuePair
for serializing POJOs as URL-encoded form post entries.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
.