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 voidSessionManager. allowChannelOpen(java.lang.String channelType, ChannelFactory cf)Adds a channel factory to the managed connection.voidSessionProviderFrame. allowChannelOpen(java.lang.String channelType, ChannelFactory cf)Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.voidSessionProviderInternalFrame. 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 classForwardingServer -
Uses of ChannelFactory in com.sshtools.daemon.session
Classes in com.sshtools.daemon.session that implement ChannelFactory Modifier and Type Class Description classSessionChannelFactory -
Uses of ChannelFactory in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type ChannelFactory Modifier and Type Method Description voidSshClient. 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 voidConnectionProtocol. 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 classForwardingClient
-