| Package | Description |
|---|---|
| org.dvb.net.rc |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionRCInterface
This class models a connection based return channel network interface for use in
receiving and transmitting IP packets over a return channel.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.