public interface QueuedSender extends Sender
Sender
that queues its messages.Modifier and Type | Method and Description |
---|---|
void |
flush()
Send any pending messages queued with
Sender.send(net.grinder.communication.Message) . |
void flush() throws CommunicationException
Sender.send(net.grinder.communication.Message)
.CommunicationException
- If an error occurs.Copyright © 2000-2014. All Rights Reserved.