Uses of Class
org.apache.sshd.netty.NettyIoService
-
Packages that use NettyIoService Package Description org.apache.sshd.netty -
-
Uses of NettyIoService in org.apache.sshd.netty
Subclasses of NettyIoService in org.apache.sshd.netty Modifier and Type Class Description class
NettyIoAcceptor
The Netty based IoAcceptor implementation.class
NettyIoConnector
The Netty based IoConnector implementation.Fields in org.apache.sshd.netty declared as NettyIoService Modifier and Type Field Description protected NettyIoService
NettyIoSession. service
Constructors in org.apache.sshd.netty with parameters of type NettyIoService Constructor Description NettyIoSession(NettyIoService service, org.apache.sshd.common.io.IoHandler handler, java.net.SocketAddress acceptanceAddress)
-