Uses of Class
org.apache.sshd.common.io.nio2.Nio2CompletionHandler
Packages that use Nio2CompletionHandler
-
Uses of Nio2CompletionHandler in org.apache.sshd.common.io.nio2
Subclasses of Nio2CompletionHandler in org.apache.sshd.common.io.nio2Modifier and TypeClassDescriptionprotected classprotected classMethods in org.apache.sshd.common.io.nio2 that return Nio2CompletionHandlerModifier and TypeMethodDescriptionprotected Nio2CompletionHandler<Void, Object> Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler) protected Nio2CompletionHandler<Integer, Object> Nio2Session.createReadCycleCompletionHandler(ByteBuffer buffer, Readable bufReader) protected Nio2CompletionHandler<Integer, Object> Nio2Session.createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer) Methods in org.apache.sshd.common.io.nio2 with parameters of type Nio2CompletionHandlerModifier and TypeMethodDescriptionprotected voidNio2Session.doReadCycle(ByteBuffer buffer, Nio2CompletionHandler<Integer, Object> completion) protected voidNio2Session.doWriteCycle(ByteBuffer buffer, Nio2CompletionHandler<Integer, Object> completion) protected voidNio2Session.handleCompletedWriteCycle(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer, int writeLen, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment) protected voidNio2Session.handleReadCycleCompletion(ByteBuffer buffer, Readable bufReader, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment)