Uses of Class
org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareChannelSubsystem
-
Packages that use NettyAwareChannelSubsystem Package Description org.opendaylight.netconf.nettyutil.handler.ssh.client Utilities for integration between Apache SSHD and Netty. -
-
Uses of NettyAwareChannelSubsystem in org.opendaylight.netconf.nettyutil.handler.ssh.client
Methods in org.opendaylight.netconf.nettyutil.handler.ssh.client that return NettyAwareChannelSubsystem Modifier and Type Method Description NettyAwareChannelSubsystemNetconfClientSessionImpl. createSubsystemChannel(String subsystem, io.netty.channel.ChannelHandlerContext ctx)NettyAwareChannelSubsystemNettyAwareClientSession. createSubsystemChannel(String subsystem, io.netty.channel.ChannelHandlerContext ctx)Allocate a channel to the specified subsystem subsystem.
-