Uses of Class
org.apache.sshd.netty.NettyIoServiceFactory
-
Packages that use NettyIoServiceFactory Package Description org.apache.sshd.netty -
-
Uses of NettyIoServiceFactory in org.apache.sshd.netty
Fields in org.apache.sshd.netty declared as NettyIoServiceFactory Modifier and Type Field Description protected NettyIoServiceFactory
NettyIoService. factory
Constructors in org.apache.sshd.netty with parameters of type NettyIoServiceFactory Constructor Description NettyIoAcceptor(NettyIoServiceFactory factory, org.apache.sshd.common.io.IoHandler handler)
NettyIoConnector(NettyIoServiceFactory factory, org.apache.sshd.common.io.IoHandler handler)
NettyIoService(NettyIoServiceFactory factory, org.apache.sshd.common.io.IoHandler handler)
-