Package its.backbone.frame

Class Summary
ItsData ItsData describes the operations that ITS data types should implement.
ItsFrame Fundamental low-level unit of network communication for ITS applications.
ItsFrameReceiver Provides an incoming stream of ITS Frames from the network to an application-specific subclass.
ItsFrameRedistributor Base class for components that are both receivers and transmitters of ITS frames.
ItsFrameType Encapsulates ITS Frame Type, allowing only valid numerical types to be used.
ItsInputStream Reads ITS data objects from an underlying stream in network format.
ItsInputStream.ByteOrder  
ItsOutputStream ItsOutputStream writes ITS data objects to an underlying stream in network format.
 

Exception Summary
BadMagicException Thrown when constructing or reading an ITS frame if the magic number in the frame header is incorrect.
BadTypeException BadTypeException is thrown when constructing or reading an ITS frame if the type is incorrect.
DenyFrameException Exception thrown to indicate a frame taken out of the data stream
ItsException Base class for other ITS exceptions; also used as a general exception.