com.ibm.cics.server

Class HttpHeader



  • public class HttpHeader
    extends NameValueData
    This Class extends the NameValueData class and the class returned from HttpRequest methods:
    • getHeader()
    • getNextHeader()
    Since CICS TS version:
    2.3
    Since package version:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      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 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