Uses of Interface
com.sshtools.j2ssh.connection.ChannelFactory
-
Packages that use ChannelFactory Package Description com.sshtools.common.ui com.sshtools.daemon.forwarding com.sshtools.daemon.session com.sshtools.j2ssh com.sshtools.j2ssh.connection com.sshtools.j2ssh.forwarding -
-
Uses of ChannelFactory in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type ChannelFactory Modifier and Type Method Description void
SessionManager. allowChannelOpen(java.lang.String channelType, ChannelFactory cf)
Adds a channel factory to the managed connection.void
SessionProviderFrame. allowChannelOpen(java.lang.String channelType, ChannelFactory cf)
Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.void
SessionProviderInternalFrame. allowChannelOpen(java.lang.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 Modifier and Type Class Description class
ForwardingServer
-
Uses of ChannelFactory in com.sshtools.daemon.session
Classes in com.sshtools.daemon.session that implement ChannelFactory Modifier and Type Class Description class
SessionChannelFactory
-
Uses of ChannelFactory in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type ChannelFactory Modifier and Type Method Description void
SshClient. allowChannelOpen(java.lang.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 ChannelFactory Modifier and Type Method Description void
ConnectionProtocol. addChannelFactory(java.lang.String channelName, ChannelFactory cf)
-
Uses of ChannelFactory in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ChannelFactory Modifier and Type Class Description class
ForwardingClient
-