protected class MimeHeaders.MimeHeaderField
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MessageBytes |
nameB |
protected MessageBytes |
valueB |
| Constructor and Description |
|---|
MimeHeaders.MimeHeaderField()
Creates a new, uninitialized header field.
|
| Modifier and Type | Method and Description |
|---|---|
MessageBytes |
getName() |
MessageBytes |
getValue() |
void |
recycle() |
protected final MessageBytes nameB
protected final MessageBytes valueB
public MimeHeaders.MimeHeaderField()
public void recycle()
public MessageBytes getName()
public MessageBytes getValue()