Class HttpHeader


  • public class HttpHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Name of the header.
      java.lang.String value
      Value of the header.
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpHeader()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Name of the header.
      • value

        public java.lang.String value
        Value of the header.
    • Constructor Detail

      • HttpHeader

        public HttpHeader()