|
|||||||||
| 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
| Constructor Summary | |
|---|---|
TimeoutQueue()
|
|
| Method Summary | |
|---|---|
boolean |
add(Timeout o)
|
boolean |
isEmpty()
|
boolean |
remove(Timeout o)
|
void |
timeout(long timeInMillis)
|
boolean |
timeout(Timeout entry)
|
| 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)
public boolean timeout(Timeout entry)
public boolean isEmpty()
public boolean add(Timeout o)
public boolean remove(Timeout o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||