Package soc.server.genericServer

Interface Summary
StringConnection StringConnection allows clients and servers to communicate, with no difference between local and actual networked traffic.
StringServerSocket StringServerSocket allows server applications to communicate with clients, with no difference between local and actual networked traffic.
 

Class Summary
Connection A server connection.
LocalStringConnection Symmetric buffered connection sending strings between two local peers.
LocalStringServerSocket Clients who want to connect, call connectTo and are queued.
Server a general purpose server.