Uses of Class
ctf.network.tcp.Connection

Packages that use Connection
ctf.network.tcp TCP networking 
 

Uses of Connection in ctf.network.tcp
 

Subclasses of Connection in ctf.network.tcp
 class TestConnection
          A connection that times out after 100 ms (the maximum allowable latency according to the CTF specification).
 

Methods in ctf.network.tcp that return Connection
 Connection Server.accept()
          Accepts a connection from a client
 

Methods in ctf.network.tcp with parameters of type Connection
 void ServerOwner.connectionAccepted(Connection client)
          A connection from a client was accepted
 void ConnectionOwner.connectionClosed(Connection connection)
          The connection was closed.
 void ConnectionOwner.lineReceived(java.lang.String line, Connection from)
          A '\n'-terminated line was received