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