This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.mail.internet
class InternetHeaders.InternetHeader

javax.mail.Header extended by javax.mail.internet.InternetHeaders.InternetHeader
Enclosing class:
InternetHeaders

protected static final class InternetHeaders.InternetHeader
extends Header

An individual internet header. This class is only used by subclasses of InternetHeaders.

An InternetHeader object with a null value is used as a placeholder for headers of that name, to preserve the order of headers. A placeholder InternetHeader object with a name of ":" marks the location in the list of headers where new headers are added by default.


Field Summary
 
Fields inherited from class javax.mail.Header
name, value
 
Constructor Summary

          Constructor that takes a line and splits out the header name.

          Constructor that takes a header name and value.
 
Method Summary
 String

          Return the "value" part of the header line.
 
Methods inherited from class javax.mail.Header
getName, getValue
 

Constructor Detail

InternetHeaders.InternetHeader

public InternetHeaders.InternetHeader(String l)
Constructor that takes a line and splits out the header name.

Parameters:
l

InternetHeaders.InternetHeader

public InternetHeaders.InternetHeader(String n,
                                      String v)
Constructor that takes a header name and value.

Parameters:
n
v
Method Detail

getValue

public String getValue()
Return the "value" part of the header line.

Overrides:
getValue in class Header


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.