Class CustomHeader

    • Constructor Detail

      • CustomHeader

        public CustomHeader()
    • Method Detail

      • name

        public abstract java.lang.String name()
        Description copied from class: HttpHeader
        Returns the name of the header.
        Specified by:
        name in class HttpHeader
      • value

        public abstract java.lang.String value()
        Description copied from class: HttpHeader
        Returns the String representation of the value of the header.
        Specified by:
        value in class HttpHeader