com.sshtools.j2ssh.connection
Class SocketChannel.SocketReader

java.lang.Object
  extended by com.sshtools.j2ssh.connection.SocketChannel.SocketReader
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SocketChannel

 class SocketChannel.SocketReader
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
SocketChannel.SocketReader()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketChannel.SocketReader

SocketChannel.SocketReader()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable