qcsim.net.util
Interface PeerMessage
- All Known Implementing Classes:
- PeerMsgQuery, PeerMsgQueryResponse, PeerMsgRequestDownload, PeerMsgTrust
- public interface PeerMessage
Message template.
- Version:
- 1.0
- Author:
- unascribed
|
Method Summary |
int |
type()
|
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
type
public int type()