A C E F G M N P R S V W

R

ReaderWriter - Class in simpleNetworking
A class for simple reading (via readLine and readLineIfReady) and writing (via writeLine), using a socket (i.e.
ReaderWriter(Socket) - Constructor for class simpleNetworking.ReaderWriter
Constructs and stores a reader and writer for the given socket.
readLine() - Method in class simpleNetworking.Client
Returns the next line available from the Server, stripping the terminating newline.
readLine() - Method in class simpleNetworking.ReaderWriter
Returns the next line available from the socket associated with this connection, stripping the terminating newline.
readLine(int) - Method in class simpleNetworking.Server
Returns the next line available from this Server's nth Client, where n is the given parameter, stripping the terminating newline.
readLine() - Method in class simpleNetworking.Server
Convenience method intended for when there is a single Client.
readLineIfReady() - Method in class simpleNetworking.ReaderWriter
Returns the next line available from the socket associated with this connection, stripping the terminating newline.
readLineIfReady(int) - Method in class simpleNetworking.Server
Returns the next line available from this Server's nth Client, where n is the given parameter, stripping the terminating newline.
readLineIfReady() - Method in class simpleNetworking.Server
Convenience method intended for when there is a single Client.
run() - Method in class examples.example2_one_client_OO.Client
A simple example of communication between this Client and the Server.
run() - Method in class examples.example2_one_client_OO.Server
A simple example of communication between this Server and the Client.
run() - Method in class examples.example3_one_client_OO_library.ClientRunner
A simple example of communication between this Client and the Server.
run() - Method in class examples.example3_one_client_OO_library.ServerRunner
A simple example of communication between this Server and the Client.
run() - Method in class examples.example4_two_clients_OO_library.ClientRunner
A simple example of communication between this Client and the Server.
run() - Method in class examples.example4_two_clients_OO_library.ServerRunner
A simple example of communication between this Server and two Clients.
run() - Method in class examples.example5_chat_OO_library.ServerRunner
 
run() - Method in class simpleNetworking.MultiServer
Repeatedly: 1.

A C E F G M N P R S V W