Query Cycle Simulator HEADER

qcsim.net.util
Class RequestDownloadRPC

java.lang.Object
  |
  +--qcsim.net.util.RequestDownloadRPC
All Implemented Interfaces:
PeerRPC

public class RequestDownloadRPC
extends java.lang.Object
implements PeerRPC

Message used to query peers for files.

Version:
1.0
Author:
unascribed

Field Summary
 int source_
          Peer id of sending node
 
Fields inherited from interface qcsim.net.util.PeerRPC
REQUEST_DOWNLOAD, REQUEST_TRUST
 
Constructor Summary
RequestDownloadRPC(int source)
           
 
Method Summary
 int source()
           
 int type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source_

public int source_
Peer id of sending node

Constructor Detail

RequestDownloadRPC

public RequestDownloadRPC(int source)
Method Detail

type

public int type()
Specified by:
type in interface PeerRPC

source

public int source()

Query Cycle Simulator HEADER