Uses of Interface
com.sshtools.j2ssh.forwarding.ForwardingChannel

Packages that use ForwardingChannel
com.sshtools.j2ssh.forwarding   
 

Uses of ForwardingChannel in com.sshtools.j2ssh.forwarding
 

Classes in com.sshtools.j2ssh.forwarding that implement ForwardingChannel
 class ForwardingBindingChannel
           
 class ForwardingChannelImpl
           
 class ForwardingIOChannel
           
 class ForwardingSocketChannel
           
 

Methods in com.sshtools.j2ssh.forwarding with parameters of type ForwardingChannel
 void ForwardingConfigurationListener.closed(ForwardingConfiguration forward, ForwardingChannel channel)
           
 void ForwardingConfigurationListener.dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
           
 void ForwardingConfigurationListener.dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
           
 void ForwardingConfigurationListener.opened(ForwardingConfiguration forward, ForwardingChannel channel)
           
 



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