Package org.limitless.util.RFC_1889

These classes are in support of part of the RTP protocol.

See:
          Description

Interface Summary
RTCPPacket.Factory The factory is implemented in derived classes to create objects of the requested type on demand
RTCPPacketFormat  
 

Class Summary
RTCPByePacket  
RTCPByePacket.Factory  
RTCPCombiner This takes RTCP packets (or any packet with an RTCPPacket interface) and merges them into a single byte array for placement onto the wire.
RTCPFactory This class implements a factory pattern, which takes an RTCP stream and attempts to create a list of derived packet for it.
RTCPPacket This represents ONE packet, and is abstract because in fact all packets are of some type, not "floating" in space un-typed.
RTCPSDESPacket  
RTCPSDESPacket.Factory  
RTCPUnknown This is the class that provides hooks for the packet types that aren't yet supported.
RTCPUnknown.Factory  
RTPPacket This class encodes/decodes a header into its parts for later use.
 

Exception Summary
RTCPIncorrectFormatException  
RTPIncorrectHeaderException  
 

Package org.limitless.util.RFC_1889 Description

These classes are in support of part of the RTP protocol.

These were written to support the minimal set of RTP used by Speak Freely. At some later point, they can be expanded to fulfil all the features of the Real Time Protocol, which would allow interop with any other RTP compliant system.



Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.