equip.net
Class SimpleServer.ClientThread

java.lang.Object
  extended byequip.net.SimpleServer.ClientThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SimpleServer

protected class SimpleServer.ClientThread
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  ConnectionSap connection
           
(package private)  SimpleServer server
           
 
Constructor Summary
(package private) SimpleServer.ClientThread(ConnectionSap connection, SimpleServer server)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

ConnectionSap connection

server

SimpleServer server
Constructor Detail

SimpleServer.ClientThread

SimpleServer.ClientThread(ConnectionSap connection,
                          SimpleServer server)
Method Detail

run

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