protected Nio2CompletionHandler<java.lang.Integer,java.lang.Object> |
Nio2Session.createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture future,
java.nio.channels.AsynchronousSocketChannel socket,
java.nio.ByteBuffer buffer) |
protected void |
Nio2Session.finishWrite(Nio2DefaultIoWriteFuture future) |
protected void |
Nio2Session.handleCompletedWriteCycle(Nio2DefaultIoWriteFuture future,
java.nio.channels.AsynchronousSocketChannel socket,
java.nio.ByteBuffer buffer,
int writeLen,
Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completionHandler,
java.lang.Integer result,
java.lang.Object attachment) |
protected void |
Nio2Session.handleWriteCycleFailure(Nio2DefaultIoWriteFuture future,
java.nio.channels.AsynchronousSocketChannel socket,
java.nio.ByteBuffer buffer,
int writeLen,
java.lang.Throwable exc,
java.lang.Object attachment) |