Uses of Class
org.apache.sshd.common.io.nio2.Nio2ServiceFactory
Packages that use Nio2ServiceFactory
-
Uses of Nio2ServiceFactory in org.apache.sshd.common.io.nio2
Constructors in org.apache.sshd.common.io.nio2 with parameters of type Nio2ServiceFactoryModifierConstructorDescriptionNio2Acceptor(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, AsynchronousChannelGroup group, ExecutorService resumeTasks) Nio2Connector(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, AsynchronousChannelGroup group, ExecutorService resumeTasks)