Query Cycle Simulator HEADER

qcsim.net.util
Interface PeerMessage

All Known Implementing Classes:
PeerMsgQuery, PeerMsgQueryResponse, PeerMsgRequestDownload, PeerMsgTrust

public interface PeerMessage

Message template.

Version:
1.0
Author:
unascribed

Field Summary
static int MSG_QUERY
           
static int MSG_QUERYRESPONSE
           
static int MSG_REQUESTDOWNLOAD
           
static int MSG_REQUESTTRUST
           
static int MSG_TRUST
           
 
Method Summary
 int type()
           
 

Field Detail

MSG_QUERY

public static final int MSG_QUERY
See Also:
Constant Field Values

MSG_QUERYRESPONSE

public static final int MSG_QUERYRESPONSE
See Also:
Constant Field Values

MSG_REQUESTDOWNLOAD

public static final int MSG_REQUESTDOWNLOAD
See Also:
Constant Field Values

MSG_TRUST

public static final int MSG_TRUST
See Also:
Constant Field Values

MSG_REQUESTTRUST

public static final int MSG_REQUESTTRUST
See Also:
Constant Field Values
Method Detail

type

public int type()

Query Cycle Simulator HEADER