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

S

send(Message) - Method in class NetworkIO.ClientBase
Sends the Message to the connected server.
send(Message, Socket) - Method in class NetworkIO.ServerBase
Sends a message to a specific connection.
sendToAll(Message) - Method in class NetworkIO.ServerBase
Sends a Message to all connected clients.
ServerBase - Class in NetworkIO
A ServerBase will recieved, and can make, connections to other servers, or clients that use this NetworkIO package.
ServerBase(int) - Constructor for class NetworkIO.ServerBase
Creates a new instance of ServerBase
serverSocket - Variable in class NetworkIO.ServerBase
 

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