com.ibm.websphere.http.headers
Interface HTTPHeaders
public interface HTTPHeaders
A representation of the model object 'HTTP Headers'.
The following features are supported:
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.util.List |
getHeader()
Returns the value of the 'Header' containment reference list. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getHeader
java.util.List getHeader()
- Returns the value of the 'Header' containment reference list.
The list contents are of type
HTTPHeader
.
- Returns:
- the value of the 'Header' containment reference list.