Uses of Interface
com.sshtools.j2ssh.connection.ChannelFactory
Packages that use ChannelFactory
Package
Description
-
Uses of ChannelFactory in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type ChannelFactoryModifier and TypeMethodDescriptionvoid
SessionManager.allowChannelOpen
(String channelType, ChannelFactory cf) Adds a channel factory to the managed connection.void
SessionProviderFrame.allowChannelOpen
(String channelType, ChannelFactory cf) Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.void
SessionProviderInternalFrame.allowChannelOpen
(String channelType, ChannelFactory cf) Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen. -
Uses of ChannelFactory in com.sshtools.daemon.forwarding
Classes in com.sshtools.daemon.forwarding that implement ChannelFactory -
Uses of ChannelFactory in com.sshtools.daemon.session
Classes in com.sshtools.daemon.session that implement ChannelFactory -
Uses of ChannelFactory in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type ChannelFactoryModifier and TypeMethodDescriptionvoid
SshClient.allowChannelOpen
(String channelName, ChannelFactory cf) Instructs the underlying connection protocol to allow channels of the given type to be opened by the server. -
Uses of ChannelFactory in com.sshtools.j2ssh.connection
Methods in com.sshtools.j2ssh.connection with parameters of type ChannelFactoryModifier and TypeMethodDescriptionvoid
ConnectionProtocol.addChannelFactory
(String channelName, ChannelFactory cf) -
Uses of ChannelFactory in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ChannelFactory