public class BufferedMessageHandler extends Object
| Constructor and Description |
|---|
BufferedMessageHandler(Peer peer,
ConnectionConfiguration connectionConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBufferResponse(Message bufferResponse,
FutureDone<Void> futureDone)
Takes the message containing the buffered messages.
|
public BufferedMessageHandler(Peer peer, ConnectionConfiguration connectionConfig)
public void handleBufferResponse(Message bufferResponse, FutureDone<Void> futureDone)
bufferResponse - the response of the relay peerfutureDone - done when all messages are passed to their handlers. Responses are not necessary sent
before this future is done.Copyright © 2014. All rights reserved.