| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetworkException | |
|---|---|
| ctf.network | Network support | 
| ctf.network.tcp | TCP networking | 
| Uses of NetworkException in ctf.network | 
|---|
| Subclasses of NetworkException in ctf.network | |
|---|---|
|  class | SocketClosedExceptionA socket has closed | 
|  class | TimeoutExceptionSomething timed out. | 
|  class | UninitializedSocketExceptionA socket has not been initialised | 
| Uses of NetworkException in ctf.network.tcp | 
|---|
| Methods in ctf.network.tcp that throw NetworkException | |
|---|---|
|  java.lang.String | TestConnection.getLine() | 
|  java.lang.String | Connection.getLine()Receive a line (string terminated by newline) from the socket with the newline character removed. | 
| Constructors in ctf.network.tcp that throw NetworkException | |
|---|---|
| CLI(java.lang.String host,
    int port,
    java.lang.String colour,
    int side) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||