|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSim.Routing.Champ.AckHeader
public class AckHeader
Constructor Summary | |
---|---|
AckHeader(int sequenceNumber,
int nodeAcking)
Creates a new instance of AckHeader |
Method Summary | |
---|---|
boolean |
equals(AckHeader other)
equals() |
int |
getNodeAcking()
|
int |
getSequenceNumber()
|
int |
getSize()
Returns the "serialized" size of this portion of the packet, in bytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AckHeader(int sequenceNumber, int nodeAcking)
Method Detail |
---|
public boolean equals(AckHeader other)
public int getSize()
ProtocolFrame
getSize
in interface ProtocolFrame
public int getSequenceNumber()
public int getNodeAcking()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |