-
-
Constructor Summary
Constructors
| Constructor |
Description |
MimeHeader(String name,
String value) |
Constructs a MimeHeader object initialized with the given
name and value.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MimeHeader
public MimeHeader(String name,
String value)
Constructs a MimeHeader object initialized with the given
name and value.
- Parameters:
name - a String giving the name of the header
value - a String giving the value of the header