|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UploadFileData | |
---|---|
wjhk.jupload2.upload | Implementations of the various protocol-specific tasks. |
Uses of UploadFileData in wjhk.jupload2.upload |
---|
Fields in wjhk.jupload2.upload declared as UploadFileData | |
---|---|
(package private) UploadFileData[] |
DefaultFileUploadThread.filesToUpload
The array that contains the current packet to upload. |
(package private) UploadFileData[] |
FileUploadManagerThread.nextPacket
Contains the next packet to upload. |
(package private) UploadFileData[] |
FileUploadManagerThread.uploadFileDataArray
The list of files to upload |
Methods in wjhk.jupload2.upload that return UploadFileData | |
---|---|
UploadFileData[] |
FileUploadManagerThread.getNextPacket()
Returns the next packet of files, for upload, according to the current upload policy. |
Methods in wjhk.jupload2.upload with parameters of type UploadFileData | |
---|---|
void |
FileUploadManagerThread.currentRequestIsFinished(UploadFileData[] currentPacket)
This method is called when the server response for the upload indicates a success. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |