@StampyLibrary(libraryName="stampy-core") public class AbstractBodyMessageHeader extends AbstractMessageHeader
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_TYPE
The Constant CONTENT_TYPE.
|
CONTENT_LENGTH| Constructor and Description |
|---|
AbstractBodyMessageHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Gets the content type.
|
void |
setContentType(java.lang.String mimeType)
Sets the content type.
|
addHeader, equals, getContentLength, getHeaders, getHeaderValue, hashCode, hasHeader, removeHeader, setContentLength, toMessageHeader, toStringpublic static final java.lang.String CONTENT_TYPE