Uses of Interface
ch.ethz.ssh2.channel.IChannelWorkerThread

Packages that use IChannelWorkerThread
ch.ethz.ssh2.channel   
 

Uses of IChannelWorkerThread in ch.ethz.ssh2.channel
 

Classes in ch.ethz.ssh2.channel that implement IChannelWorkerThread
 class LocalAcceptThread
          LocalAcceptThread.
 

Methods in ch.ethz.ssh2.channel with parameters of type IChannelWorkerThread
 void ChannelManager.registerThread(IChannelWorkerThread thr)