com.ibm.cics.server
Class HttpHeader

java.lang.Object
  extended by com.ibm.cics.server.NameValueData
      extended by com.ibm.cics.server.HttpHeader

public class HttpHeader
extends NameValueData

Usage:
This Class extends the NameValueData class and the class returned from HttpRequest methods:

Since CICS TS version:
2.3
Since package version:
1.0

Method Summary
 java.lang.String getHeader()
          Deprecated. Use getName() to return HttpHeader name and getValue() to return the value of HttpHeader-value pair.
 
Methods inherited from class com.ibm.cics.server.NameValueData
getName, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeader

@Deprecated
public java.lang.String getHeader()
Deprecated. Use getName() to return HttpHeader name and getValue() to return the value of HttpHeader-value pair.

Usage:
Returns the name of a HttpHeader-value pair.

Returns:
The HttpHeader-value pair name
Since CICS TS version:
2.3
Since package version:
1.0