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. 
 

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(java.net.InetAddress addr)
          Return the interface which will be used when connecting to a particular host.
 RCInterface RCInterfaceManager.getInterface(java.net.Socket s)
          Return the interface which is used for a particular socket.
 RCInterface RCInterfaceManager.getInterface(java.net.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.