JavaScript is disabled on your browser.
javax.mail

Class Header

  • Direct Known Subclasses:
    InternetHeaders.InternetHeader


    public class Header
    extends java.lang.Object
    A header is a name/value pair containing metadata about a message's content and/or routing information.
    • Constructor Summary

      Constructors
      Constructor and Description
      Header (java.lang.String name, java.lang.String value)
      Construct a header.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.lang.String getName ()
      Returns the name of this header.
      java.lang.String getValue ()
      Returns the value of this header.
      • Methods inherited from class java.lang.Object

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

      • Header

        public Header(java.lang.String name,
         java.lang.String value)
        Construct a header.
        Parameters:
        name - name of the header
        value - value of the header
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of this header.
      • getValue

        public java.lang.String getValue()
        Returns the value of this header.

AltStyle によって変換されたページ (->オリジナル) /