|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.net.rc.RCInterface
This class models a return channel network interface for use in receiving and transmitting IP packets over a logical return channel. This can include real analog modems, cable return channel and all the other options allowed by the relevant DVB specification. This class does not model any concept of connection. Hence interfaces represented by this class and not by a sub-class of it are permanently connected.
Field Summary | |
static int |
TYPE_CATV
Constant to indicate a CATV return channel. |
static int |
TYPE_DECT
Constant to indicate a DECT return channel. |
static int |
TYPE_ISDN
Constant to indicate an ISDN return channel. |
static int |
TYPE_LMDS
Constant to indicate a LMDS return channel. |
static int |
TYPE_MATV
Constant to indicate a MATV return channel. |
static int |
TYPE_OTHER
Constant to indicate all other return channel technologies not having a suitable defined constant in this class. |
static int |
TYPE_PSTN
Constant to indicate a PSTN return channel. |
static int |
TYPE_RCS
Constant to indicate a DVB-RCS return channel. |
static int |
TYPE_UNKNOWN
Constant to indicate an unknown return channel technology. |
Constructor Summary | |
protected |
RCInterface()
Constructor for instances of this class. |
Method Summary | |
int |
getDataRate()
Return the maximum data rate of the connection over the immediate access network to which this network interface is connected. |
int |
getType()
Return the type of return channel represented by this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_PSTN
public static final int TYPE_ISDN
public static final int TYPE_DECT
public static final int TYPE_CATV
public static final int TYPE_LMDS
public static final int TYPE_MATV
public static final int TYPE_RCS
public static final int TYPE_UNKNOWN
public static final int TYPE_OTHER
NOTE: DVB does not intend to add future constants to this list for future return channel technologies. These should be represented as TYPE_OTHER.
Constructor Detail |
protected RCInterface()
Method Detail |
public int getType()
ConnectionRCInterface
or not. A non-connection oriented
interface really means a permanently connected return channel.
public int getDataRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |