Module id.ICE

Class MessageSender

Object
MessageSender
All Implemented Interfaces:
CompletionHandler<Integer,AsynchronousSocketChannel>

public class MessageSender extends Object implements CompletionHandler<Integer,AsynchronousSocketChannel>
Async sends the message and notifies the caller thru the CompletableFuture. This handler is not thread safe and designed to serve only one send request at a time.