javax.mail
Class Header
public class Header
extends java.lang.Object
Class representing a header field.
Header(String name, String value) - Constructor initializing all immutable fields.
|
String | getName() - Return the name of this header.
|
String | getValue() - Return the value of this header.
|
Header
public Header(String name,
String value)
Constructor initializing all immutable fields.
name
- the name of this headervalue
- the value of this header
getName
public String getName()
Return the name of this header.
getValue
public String getValue()
Return the value of this header.