Package | Description |
---|---|
wjhk.jupload2.gui |
Implementation of caching and special algorithms for various file types.
|
wjhk.jupload2.upload |
This package contains the code that actually executes the upload (see below for a full description of the way the upload
is executed in the JUpload code).
|
Modifier and Type | Method and Description |
---|---|
FileUploadManagerThread |
JUploadPanelImpl.getFileUploadManagerThread() |
FileUploadManagerThread |
JUploadPanel.getFileUploadManagerThread() |
Modifier and Type | Class and Description |
---|---|
class |
FileUploadManagerThreadImpl
This class is responsible for managing the upload.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadThread.setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread)
Changes the FileUploadManagerThread.
|
void |
DefaultFileUploadThread.setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread)
Changes the FileUploadManagerThread.
|
Constructor and Description |
---|
DefaultFileUploadThread(String threadName,
BlockingQueue<UploadFilePacket> packetQueue,
UploadPolicy uploadPolicy,
FileUploadManagerThread fileUploadManagerThread)
Creates a new instance.
|
FilePreparationThread(BlockingQueue<UploadFileData> preparedFileQueue,
FileUploadManagerThread fileUploadManagerThread,
UploadPolicy uploadPolicy) |
FileUploadThreadFTP(UploadPolicy uploadPolicy,
BlockingQueue<UploadFilePacket> packetQueue,
FileUploadManagerThread fileUploadManagerThread)
Creates a new instance.
|
FileUploadThreadHTTP(UploadPolicy uploadPolicy,
BlockingQueue<UploadFilePacket> packetQueue,
FileUploadManagerThread fileUploadManagerThread)
Creates a new instance.
|
UploadFileData(FileData fileDataParam,
int numOfFileInCurrentUpload,
FileUploadManagerThread fileUploadManagerThreadParam,
UploadPolicy uploadPolicyParam)
Standard constructor for the UploadFileData class.
|
Copyright © 2015. All rights reserved.