Uses of Interface
com.sshtools.j2ssh.connection.ChannelFactory

Packages that use ChannelFactory
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
 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.
 void SessionManager.allowChannelOpen(java.lang.String channelType, ChannelFactory cf)
          Adds a channel factory to the managed connection.
 

Uses of ChannelFactory in com.sshtools.daemon.forwarding
 

Classes in com.sshtools.daemon.forwarding that implement ChannelFactory
 class ForwardingServer
           
 

Uses of ChannelFactory in com.sshtools.daemon.session
 

Classes in com.sshtools.daemon.session that implement ChannelFactory
 class SessionChannelFactory
           
 

Uses of ChannelFactory in com.sshtools.j2ssh
 

Methods in com.sshtools.j2ssh with parameters of type ChannelFactory
 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
 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
 class ForwardingClient
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.