Package its.element

Interface Summary
FrameTarget Implemented by data structures that store ITS frames.
 

Class Summary
ClientConnection Creates and monitors a client socket for reading ITS Frames.
ConnectionDaemon Manages a thread that accepts client requests on a server socket and spawns an instance of OutputBuffer in a new thread for each client it accepts.
FrameQueue  
InputBuffer Manages a thread that reads frames from a ClientConnection object and adds them to a FrameQueue.
OutputBuffer Manages a thread that reads frames from an OutputQueue object and passes them to a downstream client.
OutputCookie Contains state information for each OutputBuffer.
OutputQueue Returns ITS frames to the waiting OutputBuffers according to the state in each OutputCookie.