Uses of Package
soc.server.genericServer

Packages that use soc.server.genericServer
soc.client   
soc.server   
soc.server.genericServer   
soc.util   
 

Classes in soc.server.genericServer used by soc.client
LocalStringConnection
          Symmetric buffered connection sending strings between two local peers.
StringConnection
          StringConnection allows clients and servers to communicate, with no difference between local and actual networked traffic.
 

Classes in soc.server.genericServer used by soc.server
Server
          a general purpose server.
StringConnection
          StringConnection allows clients and servers to communicate, with no difference between local and actual networked traffic.
 

Classes in soc.server.genericServer used by soc.server.genericServer
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.
Server.Command
          Holds one message from client, for Server.inQueue.
Server.ConnExcepDelayedPrintTask
          This object represents one client-connect or disconnect debug-print announcement within Server.cliConnDisconPrintsPending.
Server.ConnVersionCounter
          Hold info about 1 version of connected clients; for use in Server.cliVersionsConnected.
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.
 

Classes in soc.server.genericServer used by soc.util
StringConnection
          StringConnection allows clients and servers to communicate, with no difference between local and actual networked traffic.