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

S

Server - Class in examples.example2_one_client_OO
NetworkingExamples project: examples.example2_one_client_OO.
Server(int) - Constructor for class examples.example2_one_client_OO.Server
Constructs readers and writers for talking to the Client, as follows: 1.
Server - Class in simpleNetworking
A simple Server that you can use in your programs.
Server() - Constructor for class simpleNetworking.Server
Prepares to communicate with Clients, with no Clients accepted so far.
Server(Socket) - Constructor for class simpleNetworking.Server
Prepares to communicate with Clients, with the given Client as the sole Client accepted so far (assuming that the given Client passes the validation protocol).
ServerRunner - Class in examples.example3_one_client_OO_library
A simple example of communication between this Server and the Client.
ServerRunner(Server) - Constructor for class examples.example3_one_client_OO_library.ServerRunner
Starts a Thread in which the given Server does whatever it is supposed to do.
ServerRunner - Class in examples.example4_two_clients_OO_library
A simple example of communication between this Server and two Clients.
ServerRunner(Server) - Constructor for class examples.example4_two_clients_OO_library.ServerRunner
Starts a Thread in which the given Server does whatever it is supposed to do.
ServerRunner - Class in examples.example5_chat_OO_library
TODO Put here a description of what this class does.
ServerRunner(Server) - Constructor for class examples.example5_chat_OO_library.ServerRunner
TODO Put here a description of what this constructor does.
simpleNetworking - package simpleNetworking
 
stop() - Method in class simpleNetworking.MultiServer
Stop this MultiThread (which is running in its own Thread) and close all its resources.

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