Uses of Class
org.apache.sshd.common.io.nio2.Nio2CompletionHandler
-
Packages that use Nio2CompletionHandler Package Description org.apache.sshd.common.io.nio2 -
-
Uses of Nio2CompletionHandler in org.apache.sshd.common.io.nio2
Subclasses of Nio2CompletionHandler in org.apache.sshd.common.io.nio2 Modifier and Type Class Description protected classNio2Acceptor.AcceptCompletionHandlerprotected classNio2Connector.ConnectionCompletionHandlerMethods in org.apache.sshd.common.io.nio2 that return Nio2CompletionHandler Modifier and Type Method Description protected Nio2CompletionHandler<java.lang.Void,java.lang.Object>Nio2Connector. createConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler)protected Nio2CompletionHandler<java.lang.Integer,java.lang.Object>Nio2Session. createReadCycleCompletionHandler(java.nio.ByteBuffer buffer, Readable bufReader)protected Nio2CompletionHandler<java.lang.Integer,java.lang.Object>Nio2Session. createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket, java.nio.ByteBuffer buffer)Methods in org.apache.sshd.common.io.nio2 with parameters of type Nio2CompletionHandler Modifier and Type Method Description protected voidNio2Session. doReadCycle(java.nio.ByteBuffer buffer, Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completion)protected voidNio2Session. doWriteCycle(java.nio.ByteBuffer buffer, Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completion)protected voidNio2Session. 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 voidNio2Session. handleReadCycleCompletion(java.nio.ByteBuffer buffer, Readable bufReader, Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completionHandler, java.lang.Integer result, java.lang.Object attachment)
-