|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--aleph.comm.udp.PacketQueue
Synchronized FIFO packet queue.
aleph.comm.datagram.Packet| Constructor Summary | |
PacketQueue()
|
|
| Method Summary | |
Packet |
deq()
|
boolean |
empty()
|
void |
enq(Packet packet)
Splice list of packets at tail of queue. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public PacketQueue()
| Method Detail |
public java.lang.String toString()
public boolean empty()
true iff queue contains no packets.public void enq(Packet packet)
packet - Head of Packet list.public Packet deq()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||