|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| Consumer | This class consumes elements found in the BlockingQueue filled by the Producer. |
| Producer | It listens on a socket to messages and stores them in a BlockingQueue (along with client outputStream) where they will be read by the Consumer class. |
| Server | Wait for clients on a socket interface. |
| Server.Input | Simple structure to use in the message queue. |
| SocketClient | Client to use with the socket interface. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||