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 classNettyIoAcceptorThe Netty based IoAcceptor implementation.classNettyIoConnectorThe Netty based IoConnector implementation.Fields in org.apache.sshd.netty declared as NettyIoService Modifier and Type Field Description protected NettyIoServiceNettyIoSession. serviceConstructors 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)
-