Class Header

    • Constructor Detail

      • Header

        public Header()
        Instantiates a new header.
      • Header

        public Header​(String name,
                      String value)
        Instantiates a new header.
        Parameters:
        name - the name
        value - the value
      • Header

        public Header​(Header header)
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value