Uses of Class
simpleNetworking.Server

Packages that use Server
examples.example3_one_client_OO_library   
examples.example4_two_clients_OO_library   
examples.example5_chat_OO_library   
simpleNetworking   
 

Uses of Server in examples.example3_one_client_OO_library
 

Constructors in examples.example3_one_client_OO_library with parameters of type Server
ServerRunner(Server server)
          Starts a Thread in which the given Server does whatever it is supposed to do.
 

Uses of Server in examples.example4_two_clients_OO_library
 

Constructors in examples.example4_two_clients_OO_library with parameters of type Server
ServerRunner(Server server)
          Starts a Thread in which the given Server does whatever it is supposed to do.
 

Uses of Server in examples.example5_chat_OO_library
 

Constructors in examples.example5_chat_OO_library with parameters of type Server
ServerRunner(Server server)
          TODO Put here a description of what this constructor does.
 

Uses of Server in simpleNetworking
 

Methods in simpleNetworking that return Server
 Server MultiServer.getServer(int requiredNumberOfClients)
          Blocks (waits) until the Server created by this MultiServer has validated connections to at least the given number of Clients; then it returns that Server.