Uses of Class
org.apache.sshd.common.io.nio2.Nio2ServiceFactory
Packages that use Nio2ServiceFactory
-
Uses of Nio2ServiceFactory in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as Nio2ServiceFactoryModifier and TypeFieldDescriptionprivate final Nio2ServiceFactory
Nio2Acceptor.nio2ServiceFactory
private final Nio2ServiceFactory
Nio2Connector.nio2ServiceFactory
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)