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 javadocFields in org.apache.sshd.common.io.nio2 declared as Nio2Service Modifier and Type Field Description private Nio2Service
Nio2Session. service
Methods 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, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket, java.net.SocketAddress acceptanceAddress)
-