Class MessageHeader.Series
java.lang.Object
org.simpleframework.http.message.MessageHeader.Series
- Enclosing class:
MessageHeader
The
Series object is used to represent a list of
HTTP header value for a given name. It allows multiple values
to exist for a given header, such as the Cookie header. Most
entries will contain a single value.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Series
public Series()Constructor for theEntryobject. The entry is created using the name of the HTTP header. Values can be added to the entry list in order to build up the header.
-
-
Method Details
-
getValues
-