Package | Description |
---|---|
org.apache.james.mime4j.message |
Modifier and Type | Method and Description |
---|---|
Header |
Entity.getHeader()
Gets the entity header.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SimpleContentHandler.headers(Header header)
Called after headers are parsed.
|
void |
Entity.setHeader(Header header)
Sets the entity header.
|
void |
MessageWriter.writeHeader(Header header,
java.io.OutputStream out)
Write the specified
Header to the specified
OutputStream . |
Constructor and Description |
---|
Header(Header other)
Creates a new
Header from the specified
Header . |
Copyright © 2004-2016. All Rights Reserved.