| java.lang.Object | |
| ↳ | com.google.code.javax.mail.Header |
Known Direct Subclasses
|
The Header class stores a name/value pair to represent headers.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | The name of the header. | ||||||||||
| value | The value of the header. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a Header object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of this header.
| |||||||||||
Returns the value of this header.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The name of the header.
The value of the header.
Construct a Header object.
| name | Name of the header |
|---|---|
| value | Value of the header |
Returns the name of this header.
Returns the value of this header.