MimeHeader
MimeHeaders
(Omit source code)
Constructs a MimeHeader object initialized with the given name and value.paramname a String giving the name of the headerparamvalue a String giving the value of the header this.name = name; this.value = value;
String
this.name = name; this.value = value;
Returns the name of this MimeHeader object.returnthe name of the header as a String return name;
return name;
Returns the value of this MimeHeader object.returnthe value of the header as a String return value;
return value;