Class Header


  • public final class Header
    extends Object
    A MIME header.
    • Constructor Detail

      • Header

        public Header​(String name,
                      String value)
        Constructor.
        Parameters:
        name - the name of the header
        value - the value of the header
    • Method Detail

      • getName

        public String getName()
        Get the name of this header.
        Returns:
        the name of this header
      • getValue

        public String getValue()
        Get the value of this header.
        Returns:
        the value of this header