Uses of Package
org.dvb.net.rc

Packages that use org.dvb.net.rc
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
 

Classes in org.dvb.net.rc used by org.dvb.net.rc
ConnectionFailedEvent
          ConnectionFailedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails.
ConnectionListener
          This interface should be implemented by objects wishing to be notified about the connection status of a ConnectionRCInterface.
ConnectionParameters
          This class encapsulates the parameters needed to specify the target of a connection.
ConnectionRCEvent
          ConnectionRCEvent - the base class for events related to connection oriented return channels.
IncompleteTargetException
          Thrown when the target for a connection is incompletely specified.
PermissionDeniedException
          Thrown when an application calls a method which it does not have permission to call at that time.
RCInterface
          This class models a return channel network interface for use in receiving and transmitting IP packets over a logical return channel.
RCInterfaceManager
          This class is the factory and manager for all return channel interfaces in the system.