protected class MimeHeaders.MimeHeaderField extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MessageBytes |
nameB |
protected MessageBytes |
valueB |
| Constructor and Description |
|---|
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 MimeHeaderField()
public void recycle()
public MessageBytes getName()
public MessageBytes getValue()
Copyright © 2016 JBoss by Red Hat. All rights reserved.