| java.lang.Object | ||
| ↳ | com.google.code.javax.mail.Header | |
| ↳ | com.google.code.javax.mail.internet.InternetHeaders.InternetHeader | |
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| line | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.Header
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor that takes a line and splits out
the header name.
| |||||||||||
Constructor that takes a header name and value.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the "value" part of the header line.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.Header
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor that takes a line and splits out the header name.
| l |
|---|
Constructor that takes a header name and value.
| n | |
|---|---|
| v |
Return the "value" part of the header line.