A C D G I L M N O P R S

C

ClientBase - Class in NetworkIO
ClientBase maintains a connection with a server of some kind.
ClientBase(String, int) - Constructor for class NetworkIO.ClientBase
Creates a new instance of ClientBase using a String host and int port to create a socket connection.
ClientBase(Socket) - Constructor for class NetworkIO.ClientBase
Creates a new instance of ClientBase using a pre-defined Socket to create a connection.
connect(String, int) - Method in class NetworkIO.ClientBase
Creates and returns a socket created from the recieved host and port.
connected - Variable in class NetworkIO.ClientBase
 
connection - Variable in class NetworkIO.ClientBase
 
ConnectionListener - Interface in NetworkIO
ConnectionListener is a way to tell when a new connection has been made or an old one lost.
connectionListeners - Variable in class NetworkIO.ClientBase
 
connections - Variable in class NetworkIO.ServerBase
 

A C D G I L M N O P R S