Uses of Class
org.apache.sshd.common.io.nio2.Nio2Service
-
Packages that use Nio2Service Package Description org.apache.sshd.common.io.nio2 -
-
Uses of Nio2Service in org.apache.sshd.common.io.nio2
Subclasses of Nio2Service in org.apache.sshd.common.io.nio2 Modifier and Type Class Description class
Nio2Acceptor
class
Nio2Connector
TODO Add javadocMethods in org.apache.sshd.common.io.nio2 that return Nio2Service Modifier and Type Method Description Nio2Service
Nio2Session. getService()
Constructors in org.apache.sshd.common.io.nio2 with parameters of type Nio2Service Constructor Description Nio2Session(Nio2Service service, FactoryManager manager, IoHandler handler, AsynchronousSocketChannel socket, SocketAddress acceptanceAddress)
-