Uses of Class
com.trilead.ssh2.channel.ChannelManager
Packages that use ChannelManager
-
Uses of ChannelManager in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as ChannelManagerModifier and TypeFieldDescriptionprivate ChannelManagerConnection.cm(package private) ChannelManagerLocalPortForwarder.cm(package private) ChannelManagerLocalStreamForwarder.cm(package private) ChannelManagerSession.cmConstructors in com.trilead.ssh2 with parameters of type ChannelManagerModifierConstructorDescription(package private)LocalPortForwarder(ChannelManager cm, int local_port, String host_to_connect, int port_to_connect) (package private)LocalPortForwarder(ChannelManager cm, InetSocketAddress addr, String host_to_connect, int port_to_connect) (package private)LocalStreamForwarder(ChannelManager cm, String host_to_connect, int port_to_connect) (package private)Session(ChannelManager cm, SecureRandom rnd) -
Uses of ChannelManager in com.trilead.ssh2.channel
Fields in com.trilead.ssh2.channel declared as ChannelManagerModifier and TypeFieldDescription(package private) final ChannelManagerChannel.cm(package private) ChannelManagerLocalAcceptThread.cmConstructors in com.trilead.ssh2.channel with parameters of type ChannelManagerModifierConstructorDescriptionLocalAcceptThread(ChannelManager cm, int local_port, String host_to_connect, int port_to_connect) LocalAcceptThread(ChannelManager cm, InetSocketAddress localAddress, String host_to_connect, int port_to_connect)