jist.swans.route
Class RouteZrpIerp.QueuedPacket

java.lang.Object
  extended by jist.swans.route.RouteZrpIerp.QueuedPacket
Enclosing class:
RouteZrpIerp

private static class RouteZrpIerp.QueuedPacket
extends java.lang.Object

Packet queued and waiting to be sent.


Field Summary
 NetMessage.Ip packet
          packet to be sent.
 long time
          queue insertion time.
 
Constructor Summary
RouteZrpIerp.QueuedPacket(NetMessage.Ip packet)
          Create new queued packet holder.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packet

public final NetMessage.Ip packet
packet to be sent.


time

public final long time
queue insertion time.

Constructor Detail

RouteZrpIerp.QueuedPacket

public RouteZrpIerp.QueuedPacket(NetMessage.Ip packet)
Create new queued packet holder.

Parameters:
packet - packet to be sent