Package net.i2p.router.util
Interface CDQEntry
-
- All Known Subinterfaces:
CDPQEntry
- All Known Implementing Classes:
InboundMessageState
,OutboundGatewayMessage
,OutboundMessageState
,OutNetMessage
,PendingGatewayMessage
,UDPPacket
public interface CDQEntry
For CoDelQueue- Since:
- 0.9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drop()
Implement any reclaimation of resources herelong
getEnqueueTime()
void
setEnqueueTime(long time)
To be set by the queue
-