Uses of Class
org.apache.sshd.common.io.nio2.Nio2Service
Packages that use Nio2Service
-
Uses of Nio2Service in org.apache.sshd.common.io.nio2
Subclasses of Nio2Service in org.apache.sshd.common.io.nio2Methods in org.apache.sshd.common.io.nio2 that return Nio2ServiceMethods in org.apache.sshd.common.io.nio2 with parameters of type Nio2ServiceModifier and TypeMethodDescriptionNio2ServiceFactory.createSession(Nio2Service service, org.apache.sshd.common.io.IoHandler handler, AsynchronousSocketChannel socket, SocketAddress address) Constructors in org.apache.sshd.common.io.nio2 with parameters of type Nio2ServiceModifierConstructorDescriptionNio2Session(Nio2Service service, org.apache.sshd.common.PropertyResolver propertyResolver, org.apache.sshd.common.io.IoHandler handler, AsynchronousSocketChannel socket, SocketAddress acceptanceAddress)