|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Response dist1.acb.ACBpoint.transport.ResponseFile
The Response that it carring the file.
Constructor Summary | |
ResponseFile(Request request,
byte[] stream)
Creates a new instance of Class |
Method Summary | |
byte[] |
getFileToUpload()
Getter for property fileToUpload. |
void |
setFileToUpload(byte[] fileToUpload)
Setter for property fileToUpload. |
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 ResponseFile(Request request, byte[] stream)
Method Detail |
public byte[] getFileToUpload()
public void setFileToUpload(byte[] fileToUpload)
fileToUpload
- New value of property fileToUpload.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |