public interface MessageAppender
| Modifier and Type | Method and Description |
|---|---|
void |
appendMessage(ByteBuffer payload)
Append the payload to the message.
|
void |
messageComplete()
Notification that message is to be considered complete.
|
void appendMessage(ByteBuffer payload) throws IOException
payload - the payload to append.IOException - if unable to append the payloadvoid messageComplete()
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.