Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » [javadoc | source]
javax.mail
public class: Header [javadoc | source]
java.lang.Object
   javax.mail.Header

Direct Known Subclasses:
    InternetHeader

Class representing a header field.
Constructor:
 public Header(String name,
    String value) 
    Constructor initializing all immutable fields.
    Parameters:
    name - the name of this header
    value - the value of this header
Method from javax.mail.Header Summary:
getName,   getValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.Header Detail:
 public String getName() 
    Return the name of this header.
 public String getValue() 
    Return the value of this header.