|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jtc.QDisc
Abstract class that represents a queueing discipline.
| Field Summary | |
protected java.lang.String |
device
The device the qdisc is attached to. |
protected int |
estInterval
estimator interval (TBD: What's it for?) |
protected int |
estTimer
time-constant (TBD: What's it?) |
protected boolean |
ingress
are we attached to the ingress queue? |
protected short |
majorHandle
A handle has the following format: MAJOR:MINOR. |
protected static short |
minorHandle
A handle has the following format: MAJOR:MINOR. |
protected TCClass |
parent
parent class the qdisc is attached to |
| Constructor Summary | |
QDisc()
|
|
| Method Summary | |
java.lang.String |
getDevice()
Get the name of the device to which the qdisc is attached to. |
protected java.lang.String |
getTC()
Get a string representation which we can use in the toString() methods in the derived classes |
short |
newFilterMinor()
Get a new minor number for filters. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected static final short minorHandle
protected short majorHandle
protected java.lang.String device
protected int estInterval
protected int estTimer
protected boolean ingress
protected TCClass parent
| Constructor Detail |
public QDisc()
| Method Detail |
public java.lang.String getDevice()
protected java.lang.String getTC()
public short newFilterMinor()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||