Uses of Class
org.dvb.net.rc.RCInterface

Packages that use RCInterface
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
org.ocap.net The org.ocap.net package provides locators for accessing various types of items in the transport stream. 
 

Uses of RCInterface in org.dvb.net.rc
 

Subclasses of RCInterface in org.dvb.net.rc
 class ConnectionRCInterface
          This class models a connection based return channel network interface for use in receiving and transmitting IP packets over a return channel.
 

Methods in org.dvb.net.rc that return RCInterface
 RCInterface RCInterfaceManager.getInterface(InetAddress addr)
          Return the interface which will be used when connecting to a particular host.
 RCInterface RCInterfaceManager.getInterface(Socket s)
          Return the interface which is used for a particular socket.
 RCInterface RCInterfaceManager.getInterface(URLConnection u)
          Return the interface which is used for a particular URLConnection
 RCInterface[] RCInterfaceManager.getInterfaces()
          Factory method to return a list of all return channel interfaces visible to this application.
 

Uses of RCInterface in org.ocap.net
 

Subclasses of RCInterface in org.ocap.net
 class OCRCInterface
          This class models a return channel interface for use in receiving and transmitting IP packets over an OCAP-compliant return channel.