together.rtspstack
Class Diagram transceiver design

Class Summary
CharDataImported.  
CharDataParserImported.  
RtspImported.  
RtspBadDataExceptionImported.  
RtspMsgImported.  
RtspMsgParserImported.  
RtspTcpBufferImported. RtspTcpBuffer Receives a message from a tcp connection, and adds the rtsp messages into into a shraed recvFifo.
RtspTcpConnectionImported. RtspTcpConnection Accepts a new TCP connection as a new RtspTcpBuffer object Addes it to the connection map and select() processing TCP traffic
RtspTransceiverImported. RtspTransceiver Accepts new TCP connections on listenPort.
RtspUtilImported.