|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdist1.acb.common.transport.Packet
dist1.acb.common.transport.Request
dist1.acb.ACBpoint.transport.RequestStartDownload
Request that it is sent by the downloading peer to begin downloading file 'fileName'
Constructor Summary | |
RequestStartDownload(java.lang.Integer fileId,
java.lang.String fileName,
long startSegmentId,
java.lang.String peer)
Creates a new instance of Class |
Method Summary | |
java.lang.Integer |
getFileId()
Getter for property fileId. |
java.lang.String |
getFileName()
Getter for property fileName. |
java.lang.String |
getPeer()
Getter for property peer. |
long |
getStartSegmentId()
Getter for property startSegmentId. |
void |
setFileId(java.lang.Integer fileId)
Setter for property fileId. |
void |
setFileName(java.lang.String fileName)
Setter for property fileName. |
void |
setPeer(java.lang.String peer)
Setter for property peer. |
void |
setStartSegmentId(long startSegmentId)
Setter for property startSegmentId. |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestStartDownload(java.lang.Integer fileId, java.lang.String fileName, long startSegmentId, java.lang.String peer)
Method Detail |
public long getStartSegmentId()
public void setStartSegmentId(long startSegmentId)
startSegmentId
- New value of property startSegmentId.public java.lang.Integer getFileId()
public void setFileId(java.lang.Integer fileId)
fileId
- New value of property fileId.public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- New value of property fileName.public java.lang.String getPeer()
public void setPeer(java.lang.String peer)
peer
- New value of property peer.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |