Uses of Class
ctf.network.SocketClosedException

Packages that use SocketClosedException
ctf.network.tcp TCP networking 
 

Uses of SocketClosedException in ctf.network.tcp
 

Methods in ctf.network.tcp that throw SocketClosedException
 Connection Server.accept()
          Accepts a connection from a client
 java.lang.String Connection.getLine()
          Receive a line (string terminated by newline) from the socket with the newline character removed.
 void Connection.send(java.lang.String string)
          Send a string of characters across the socket
 void TestConnection.sendLine(java.lang.String line)
           
 void Connection.sendLine(java.lang.String s)
          Send a newline-terminated line across the socket
 

Constructors in ctf.network.tcp that throw SocketClosedException
CLI(java.lang.String host, int port, java.lang.String colour, int side)