Query Cycle Simulator HEADER

qcsim.net.util
Interface PeerRPC

All Known Implementing Classes:
RequestDownloadRPC, RequestTrustRPC

public interface PeerRPC

Message template.

Version:
1.0
Author:
unascribed

Field Summary
static int REQUEST_DOWNLOAD
           
static int REQUEST_TRUST
           
 
Method Summary
 int type()
           
 

Field Detail

REQUEST_TRUST

public static final int REQUEST_TRUST
See Also:
Constant Field Values

REQUEST_DOWNLOAD

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

type

public int type()

Query Cycle Simulator HEADER