Uses of Package
org.opendaylight.netconf.nettyutil.handler.ssh.client
-
Packages that use org.opendaylight.netconf.nettyutil.handler.ssh.client Package Description org.opendaylight.netconf.nettyutil.handler.ssh.client Utilities for integration between Apache SSHD and Netty. -
Classes in org.opendaylight.netconf.nettyutil.handler.ssh.client used by org.opendaylight.netconf.nettyutil.handler.ssh.client Class Description AsyncSshHandler Netty SSH handler class.AsyncSshHandlerReader.ReadMsgHandler NetconfClientSessionImpl AClientSessionImplwhich additionally allows creation of NETCONF subsystem channel, which is routed to a particularChannelHandlerContext.NetconfSessionFactory ASessionFactorywhich createsNetconfClientSessionImpls.NetconfSshClient An extension toSshClientwhich usesNetconfSessionFactoryto create sessions (leading towardsNetconfClientSessionImpl.NettyAwareChannelSubsystem AChannelSubsystemfor subsystem which routes incoming data to a particularChannelHandlerContext.NettyAwareClientSession AClientSessionwhich additionally allows subsystem channels which are forwarded to a particular Netty channel context.