Uses of Class
com.sshtools.j2ssh.connection.Channel

Packages that use Channel
com.sshtools.common.ui   
com.sshtools.daemon.forwarding   
com.sshtools.daemon.session   
com.sshtools.j2ssh   
com.sshtools.j2ssh.agent   
com.sshtools.j2ssh.connection   
com.sshtools.j2ssh.forwarding   
com.sshtools.j2ssh.session   
com.sshtools.j2ssh.sftp   
com.sshtools.j2ssh.subsystem   
 

Uses of Channel in com.sshtools.common.ui
 

Methods in com.sshtools.common.ui with parameters of type Channel
 void DataNotificationListener.onDataReceived(Channel channel, byte[] data)
           
 void DataNotificationListener.onDataSent(Channel channel, byte[] data)
           
 boolean SessionProviderInternalFrame.openChannel(Channel channel)
          Implementation of the SessionManager method, this simply calls the SshClient method openChannel.
 boolean SessionProviderFrame.openChannel(Channel channel)
          Implementation of the SessionManager method, this simply calls the SshClient method openChannel.
 boolean SessionManager.openChannel(Channel channel)
          Opens a channel on the managed connection.
 

Uses of Channel in com.sshtools.daemon.forwarding
 

Methods in com.sshtools.daemon.forwarding that return Channel
 Channel ForwardingServer.createChannel(java.lang.String channelType, byte[] requestData)
           
 

Uses of Channel in com.sshtools.daemon.session
 

Subclasses of Channel in com.sshtools.daemon.session
 class SessionChannelServer
           
 

Methods in com.sshtools.daemon.session that return Channel
 Channel SessionChannelFactory.createChannel(java.lang.String channelType, byte[] requestData)
           
 

Uses of Channel in com.sshtools.j2ssh
 

Subclasses of Channel in com.sshtools.j2ssh
(package private)  class ScpClient.ScpChannel
           Implements an SCP channel by extending the SessionChannelClient.
 

Methods in com.sshtools.j2ssh with parameters of type Channel
 boolean SshClient.isActiveChannel(Channel channel)
          Determine whether the channel supplied is an active channel
 void SshClient.ActiveChannelEventListener.onChannelClose(Channel channel)
           Removes the closed channel from the clients active channels list.
 void SshClient.ActiveChannelEventListener.onChannelOpen(Channel channel)
           Adds the channel to the active channel list.
 boolean SshClient.openChannel(Channel channel)
           Open's a channel.
 

Uses of Channel in com.sshtools.j2ssh.agent
 

Subclasses of Channel in com.sshtools.j2ssh.agent
 class AgentSocketChannel
           
 

Uses of Channel in com.sshtools.j2ssh.connection
 

Subclasses of Channel in com.sshtools.j2ssh.connection
 class BindingChannel
           
 class IOChannel
           
 class SocketChannel
           
 

Fields in com.sshtools.j2ssh.connection declared as Channel
private  Channel ChannelOutputStream.channel
           
 

Methods in com.sshtools.j2ssh.connection that return Channel
 Channel ChannelFactory.createChannel(java.lang.String channelType, byte[] requestData)
           
private  Channel ConnectionProtocol.getChannel(long channelId)
           
 

Methods in com.sshtools.j2ssh.connection with parameters of type Channel
protected  void ConnectionProtocol.closeChannel(Channel channel)
           
protected  void ConnectionProtocol.freeChannel(Channel channel)
           
 void ChannelEventListener.onChannelClose(Channel channel)
           
 void ChannelEventAdapter.onChannelClose(Channel channel)
           
 void ChannelEventListener.onChannelEOF(Channel channel)
           
 void ChannelEventAdapter.onChannelEOF(Channel channel)
           
 void ChannelEventListener.onChannelOpen(Channel channel)
           
 void ChannelEventAdapter.onChannelOpen(Channel channel)
           
 void ChannelEventListener.onDataReceived(Channel channel, byte[] data)
           
 void ChannelEventAdapter.onDataReceived(Channel channel, byte[] data)
           
 void ChannelEventListener.onDataSent(Channel channel, byte[] data)
           
 void ChannelEventAdapter.onDataSent(Channel channel, byte[] data)
           
 boolean ConnectionProtocol.openChannel(Channel channel)
           
 boolean ConnectionProtocol.openChannel(Channel channel, ChannelEventListener eventListener)
           
 void ConnectionProtocol.sendChannelData(Channel channel, byte[] data)
           
 void ConnectionProtocol.sendChannelEOF(Channel channel)
           
 void ConnectionProtocol.sendChannelExtData(Channel channel, int extendedType, byte[] data)
           
protected  void ConnectionProtocol.sendChannelFailure(Channel channel)
           
protected  void ConnectionProtocol.sendChannelOpenConfirmation(Channel channel)
           
 boolean ConnectionProtocol.sendChannelRequest(Channel channel, java.lang.String requestType, boolean wantReply, byte[] requestData)
           
 void ConnectionProtocol.sendChannelRequestFailure(Channel channel)
           
 void ConnectionProtocol.sendChannelRequestSuccess(Channel channel)
           
 void ConnectionProtocol.sendChannelWindowAdjust(Channel channel, long bytesToAdd)
           
 

Constructors in com.sshtools.j2ssh.connection with parameters of type Channel
ChannelOutputStream(Channel channel)
          Creates a new ChannelOutputStream object.
ChannelOutputStream(Channel channel, java.lang.Integer type)
          Creates a new ChannelOutputStream object.
 

Uses of Channel in com.sshtools.j2ssh.forwarding
 

Subclasses of Channel in com.sshtools.j2ssh.forwarding
 class ForwardingBindingChannel
           
 class ForwardingIOChannel
           
 class ForwardingSocketChannel
           
 

Methods in com.sshtools.j2ssh.forwarding that return Channel
 Channel ForwardingClient.createChannel(java.lang.String channelType, byte[] requestData)
           
 

Methods in com.sshtools.j2ssh.forwarding with parameters of type Channel
 void ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelClose(Channel channel)
           
 void ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelEOF(Channel channel)
           
 void ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelOpen(Channel channel)
           
 void ForwardingConfiguration.ForwardingConfigurationMonitor.onDataReceived(Channel channel, byte[] data)
           
 void ForwardingConfiguration.ForwardingConfigurationMonitor.onDataSent(Channel channel, byte[] data)
           
 

Uses of Channel in com.sshtools.j2ssh.session
 

Subclasses of Channel in com.sshtools.j2ssh.session
 class SessionChannelClient
           
 

Methods in com.sshtools.j2ssh.session with parameters of type Channel
 void SessionOutputReader.SessionOutputListener.onChannelClose(Channel channel)
           
 void SessionOutputReader.SessionOutputListener.onChannelEOF(Channel channel)
           
 void SessionOutputReader.SessionOutputListener.onChannelOpen(Channel channel)
           
 void SessionOutputReader.SessionOutputListener.onDataReceived(Channel channel, byte[] data)
           
 void SessionOutputReader.SessionOutputListener.onDataSent(Channel channel, byte[] data)
           
 

Uses of Channel in com.sshtools.j2ssh.sftp
 

Subclasses of Channel in com.sshtools.j2ssh.sftp
 class SftpSubsystemClient
           
 

Uses of Channel in com.sshtools.j2ssh.subsystem
 

Subclasses of Channel in com.sshtools.j2ssh.subsystem
 class SubsystemChannel