anvil.server.listener
Class ClientConnection

java.lang.Object
  |
  +--anvil.server.listener.ClientConnection
All Implemented Interfaces:
java.lang.Runnable, Task

public class ClientConnection
extends java.lang.Object
implements Task

class ClientConnection


Constructor Summary
ClientConnection(Listener listener, java.net.Socket socket)
           
 
Method Summary
 void overload()
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnection

public ClientConnection(Listener listener,
                        java.net.Socket socket)
Method Detail

shutdown

public void shutdown()
Specified by:
shutdown in interface Task

overload

public void overload()
Specified by:
overload in interface Task

run

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