Uses of Class
simpleNetworking.Client

Packages that use Client
examples.example3_one_client_OO_library   
examples.example4_two_clients_OO_library   
examples.example5_chat_OO_library   
 

Uses of Client in examples.example3_one_client_OO_library
 

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

Uses of Client in examples.example4_two_clients_OO_library
 

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

Uses of Client in examples.example5_chat_OO_library
 

Constructors in examples.example5_chat_OO_library with parameters of type Client
ChatFrame(Client client)
          TODO Put here a description of what this constructor does.