MimeHeader
objects may be contained in a MimeHeaders
object.
MimeHeaders
Access | Constructor and Description |
---|---|
public | MimeHeader(String
a name, String String giving the name of the headera value)String giving the value of the headerConstructs a |
MimeHeader | back to summary |
---|---|
public MimeHeader(String name, String value) Constructs a |
getName | back to summary |
---|---|
public String getName() Returns the name of this
|
getValue | back to summary |
---|---|
public String getValue() Returns the value of this
|