ctf.network
Class TCPTests.ConnectionAcceptor

java.lang.Object
  extended by ctf.network.TCPTests.ConnectionAcceptor
All Implemented Interfaces:
ServerOwner
Enclosing class:
TCPTests

 class TCPTests.ConnectionAcceptor
extends java.lang.Object
implements ServerOwner


Constructor Summary
TCPTests.ConnectionAcceptor()
           
 
Method Summary
 void connectionAccepted(Connection client)
          A connection from a client was accepted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPTests.ConnectionAcceptor

TCPTests.ConnectionAcceptor()
Method Detail

connectionAccepted

public void connectionAccepted(Connection client)
Description copied from interface: ServerOwner
A connection from a client was accepted

Specified by:
connectionAccepted in interface ServerOwner
Parameters:
client - A Connection to the accepted client