|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mpisws.p2p.transport.peerreview.message.AuthRequest<Identifier>
public class AuthRequest<Identifier extends RawSerializable>
MSG_AUTHREQ byte type = MSG_AUTHREQ long long timestamp nodeID subject
Field Summary | |
---|---|
Identifier |
subject
|
long |
timestamp
|
Fields inherited from interface org.mpisws.p2p.transport.peerreview.StatusConstants |
---|
STATUS_EXPOSED, STATUS_SUSPECTED, STATUS_TRUSTED |
Constructor Summary | |
---|---|
AuthRequest(InputBuffer buf,
Serializer<Identifier> serializer)
|
|
AuthRequest(long timestamp,
Identifier subject)
|
Method Summary | |
---|---|
short |
getType()
|
void |
serialize(OutputBuffer buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long timestamp
public Identifier extends RawSerializable subject
Constructor Detail |
---|
public AuthRequest(long timestamp, Identifier subject)
public AuthRequest(InputBuffer buf, Serializer<Identifier> serializer) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public short getType()
getType
in interface PeerReviewMessage
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface RawSerializable
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |