Uses of Class
org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
Packages that use Nio2ServiceFactory Package Description org.apache.sshd.common.io.nio2 -
-
Uses of Nio2ServiceFactory in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as Nio2ServiceFactory Modifier and Type Field Description private Nio2ServiceFactory
Nio2Acceptor. nio2ServiceFactory
private Nio2ServiceFactory
Nio2Connector. nio2ServiceFactory
Constructors in org.apache.sshd.common.io.nio2 with parameters of type Nio2ServiceFactory Constructor Description Nio2Acceptor(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group, java.util.concurrent.ExecutorService resumeTasks)
Nio2Connector(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group, java.util.concurrent.ExecutorService resumeTasks)
-