com.ibm.websphere.http.headers

Interface HTTPHeaders


  1. public interface HTTPHeaders
A representation of the model object 'HTTP Headers'.

The following features are supported:

See Also:
HeadersPackage.getHTTPHeaders()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getHeader()
Returns the value of the 'Header' containment reference list.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getHeader

  1. 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.
See Also:
HeadersPackage.getHTTPHeaders_Header()