ctf.network.tcp
Interface ServerOwner


public interface ServerOwner

Interface for classes that "own" TCP servers


Method Summary
 void connectionAccepted(Connection client)
          A connection from a client was accepted
 

Method Detail

connectionAccepted

void connectionAccepted(Connection client)
A connection from a client was accepted

Parameters:
client - A Connection to the accepted client