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 Nio2ServiceFactoryNio2Acceptor.nio2ServiceFactoryprivate final Nio2ServiceFactoryNio2Connector.nio2ServiceFactoryConstructors 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)