public interface RawDataReply
| Modifier and Type | Method and Description |
|---|---|
Buffer |
reply(PeerAddress sender,
Buffer requestBuffer,
boolean complete)
Replies to a direct message from a peer.
|
Buffer reply(PeerAddress sender, Buffer requestBuffer, boolean complete) throws Exception
sender - The sender to from which the request camerequestBuffer - The incoming buffercomplete - Indication if the request buffer is completeException - In case of an exception, a stacktrack will be printed to System.err and a log output will be
generatedCopyright © 2014. All rights reserved.