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 TypeMethodDescriptionvoidSessionManager.allowChannelOpen(String channelType, ChannelFactory cf) Adds a channel factory to the managed connection.voidSessionProviderFrame.allowChannelOpen(String channelType, ChannelFactory cf) Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.voidSessionProviderInternalFrame.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 TypeMethodDescriptionvoidSshClient.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 TypeMethodDescriptionvoidConnectionProtocol.addChannelFactory(String channelName, ChannelFactory cf) -
Uses of ChannelFactory in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ChannelFactory