Package org.apache.juneau.http.header
Interface Headerable
- All Known Implementing Classes:
BasicBooleanPart,BasicCsvArrayPart,BasicDatePart,BasicIntegerPart,BasicLongPart,BasicPart,BasicStringPart,BasicUriPart,SerializedPart
public interface Headerable
Identifies a class that can be converted to a
Header object.
Typically used on NameValuePair classes to allow them to be easily converted to Header
objects in a controlled way.
See Also:
-
Method Summary