Uses of Package
pictionary.pictionaryserver

Packages that use pictionary.pictionaryserver
pictionary.pictionaryserver   
 

Classes in pictionary.pictionaryserver used by pictionary.pictionaryserver
PictionaryServer.ClientConnection
          Handles communication with one client; there is one ClientConnection per connected client.
PictionaryServer.ClientConnectionMessage
          A simple class containing a PictionaryServer.ClientConnection and a String message.
PictionaryServer.ServerThread
          Listen for new clients, if a new client is found it is passed to ClientConnection#ClientConnection(BlockingQueue, Socket) along with PictionaryServer.incomingMessages.