|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjist.swans.route.RouteInterface.Dsr.BufferedPacket
public static class RouteInterface.Dsr.BufferedPacket
Contains a packet and the time it was inserted into the buffer.
| Field Summary | |
|---|---|
long |
bufferTime
The time it was inserted into the buffer. |
NetMessage.Ip |
msg
The buffered packet. |
| Constructor Summary | |
|---|---|
RouteInterface.Dsr.BufferedPacket(NetMessage.Ip msg)
Creates a new BufferedPacket. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public NetMessage.Ip msg
public long bufferTime
| Constructor Detail |
|---|
public RouteInterface.Dsr.BufferedPacket(NetMessage.Ip msg)
msg - the packet to buffer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||