|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Queue | |
| com.mischiefbox.dmud | |
| com.mischiefbox.dmud.net | |
| com.mischiefbox.dmud.util | |
| Uses of Queue in com.mischiefbox.dmud |
| Fields in com.mischiefbox.dmud declared as Queue | |
protected Queue |
Server.qOutput
The common output queue. |
| Uses of Queue in com.mischiefbox.dmud.net |
| Fields in com.mischiefbox.dmud.net declared as Queue | |
protected Queue |
ConnectionHandler.qOutput
The output (outgoing message) queue. |
| Constructors in com.mischiefbox.dmud.net with parameters of type Queue | |
ConnectionHandler(InputQueue qInput,
Queue qOutput)
Create a new connection handler. |
|
| Uses of Queue in com.mischiefbox.dmud.util |
| Subclasses of Queue in com.mischiefbox.dmud.util | |
class |
InputQueue
Input queue and manager. |
| Fields in com.mischiefbox.dmud.util declared as Queue | |
protected Queue |
ProcessorThread.qInput
The input queue with new messages to be processed. |
protected Queue |
ProcessorThread.qOutput
The output queue that will receive messages processed by this thread. |
| Constructors in com.mischiefbox.dmud.util with parameters of type Queue | |
ProcessorThread(ThreadGroup tgManager,
Queue qInput,
Queue qOutput)
Create a new processor thread. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||