Uses of Class
com.sshtools.synergy.ssh.ChannelNG
Packages that use ChannelNG
-
Uses of ChannelNG in com.sshtools.synergy.ssh
Subclasses of ChannelNG in com.sshtools.synergy.sshModifier and TypeClassDescriptionclassForwardingChannel<T extends SshContext>An abstract forwarding channel implementation for use with both local and remote forwarding operations.classLocalForwardingChannel<T extends SshContext>Implements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine.classRemoteForwardingChannel<T extends SshContext>Implements a Remote forwarding channel for use with forwarding sockets from the server machine through the client to some endpoint reachable from the client machine.classSocketForwardingChannel<T extends SshContext>An abstract forwarding channel implementation for use with forwarding both local and remote sockets.Methods in com.sshtools.synergy.ssh that return ChannelNGModifier and TypeMethodDescriptionChannelFactory.createChannel(String channeltype, SshConnection con) CompoundChannelFactory.createChannel(String channeltype, SshConnection con) ConnectionProtocol.createChannel(String channeltype, Connection<T> con) Methods in com.sshtools.synergy.ssh that return types with arguments of type ChannelNGMethods in com.sshtools.synergy.ssh with parameters of type ChannelNGModifier and TypeMethodDescriptiondefault voidChannelFactoryListener.onChannelCreated(ChannelNG<T> channel) voidConnectionProtocol.openChannel(ChannelNG<T> channel) voidConnectionProtocol.sendChannelOpenConfirmation(ChannelNG<T> channel, byte[] responsedata) voidConnectionProtocol.sendChannelOpenFailure(ChannelNG<T> channel, int reason, String desc) Constructors in com.sshtools.synergy.ssh with parameters of type ChannelNGModifierConstructorDescriptionChannelOutputStream(ChannelNG<?> channel) ChannelOutputStream(ChannelNG<?> channel, int type)