|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.util.TimeoutQueue
public class TimeoutQueue
The Class TimeoutQueue.
| Constructor Summary | |
|---|---|
TimeoutQueue()
|
|
| Method Summary | |
|---|---|
boolean |
add(Timeout o)
Adds the. |
boolean |
isEmpty()
Checks if is empty. |
boolean |
remove(Timeout o)
Removes the. |
void |
timeout(long timeInMillis)
Timeout. |
boolean |
timeout(Timeout entry)
Timeout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutQueue()
| Method Detail |
|---|
public void timeout(long timeInMillis)
timeInMillis - the time in millispublic boolean timeout(Timeout entry)
entry - the entry
public boolean isEmpty()
public boolean add(Timeout o)
o - the o
public boolean remove(Timeout o)
o - the o
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||