net.i2p.i2ptunnel
Class TunnelManagerClientRunner

java.lang.Object
  extended bynet.i2p.i2ptunnel.TunnelManagerClientRunner
All Implemented Interfaces:
java.lang.Runnable

class TunnelManagerClientRunner
extends java.lang.Object
implements java.lang.Runnable

Runner thread that reads commands from the socket and fires off commands to the TunnelManager


Constructor Summary
TunnelManagerClientRunner(TunnelManager mgr, java.net.Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelManagerClientRunner

public TunnelManagerClientRunner(TunnelManager mgr,
                                 java.net.Socket socket)
Method Detail

run

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