ostore.network
Class RecordBytesMsg
java.lang.Object
|
+--ostore.network.RecordBytesMsg
- All Implemented Interfaces:
- QueueElementIF
- public class RecordBytesMsg
- extends Object
- implements QueueElementIF
Tell the Network stage about a message it would not have otherwise seen
(i.e. because it was sent over UDP, etc.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
public NetworkMessage msg
bytes
public long bytes
RecordBytesMsg
public RecordBytesMsg(NetworkMessage msg)
RecordBytesMsg
public RecordBytesMsg(NetworkMessage msg,
long bytes)