|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUploadIOException | |
---|---|
wjhk.jupload2.filedata | This package allows you to change the file relative behaviour: this page describes how to override the default behaviour, to fullfill your needs (for instance add data compression, preload check, new data about files in the upload to the server.. |
wjhk.jupload2.gui | Implementation of caching and special algorithms for various file types. |
wjhk.jupload2.policies | This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. |
wjhk.jupload2.upload | Implementations of the various protocol-specific tasks. |
Uses of JUploadIOException in wjhk.jupload2.filedata |
---|
Methods in wjhk.jupload2.filedata that throw JUploadIOException | |
---|---|
void |
FileData.appendFileProperties(wjhk.jupload2.upload.helper.ByteArrayEncoder bae,
int index)
Called during the upload, by the FileUploadThread . |
void |
DefaultFileData.appendFileProperties(wjhk.jupload2.upload.helper.ByteArrayEncoder bae,
int index)
Called during the upload, by the FileUploadThread . |
int |
PictureFileData.getOriginalHeight()
|
int |
PictureFileData.getOriginalWidth()
|
File |
PictureFileData.getWorkingSourceFile()
Get the file that contains the original picture. |
Constructors in wjhk.jupload2.filedata that throw JUploadIOException | |
---|---|
PictureFileData(File file,
File root,
PictureUploadPolicy uploadPolicy)
Standard constructor: needs a PictureFileDataPolicy. |
Uses of JUploadIOException in wjhk.jupload2.gui |
---|
Methods in wjhk.jupload2.gui that throw JUploadIOException | |
---|---|
void |
DebugDialog.setText(JEditorPane editorPane,
String text)
Set the text to display. |
Constructors in wjhk.jupload2.gui that throw JUploadIOException | |
---|---|
DebugDialog(Frame owner,
String text,
UploadPolicy uploadPolicy)
Creates a new instance. |
Uses of JUploadIOException in wjhk.jupload2.policies |
---|
Methods in wjhk.jupload2.policies that throw JUploadIOException | |
---|---|
wjhk.jupload2.upload.helper.ByteArrayEncoder |
UploadPolicy.onAppendHeader(wjhk.jupload2.upload.helper.ByteArrayEncoder sb)
Append specific headers for this upload (session cookies, for instance). |
wjhk.jupload2.upload.helper.ByteArrayEncoder |
DefaultUploadPolicy.onAppendHeader(wjhk.jupload2.upload.helper.ByteArrayEncoder bae)
|
Uses of JUploadIOException in wjhk.jupload2.upload |
---|
Methods in wjhk.jupload2.upload that throw JUploadIOException | |
---|---|
(package private) void |
FileUploadThreadHTTP.afterFile(int index)
|
void |
UploadFileData.appendFileProperties(wjhk.jupload2.upload.helper.ByteArrayEncoder bae,
int index)
Called during the upload, by the FileUploadThread . |
(package private) long |
FileUploadThreadHTTP.getAdditionnalBytesForUpload(int index)
|
(package private) abstract long |
DefaultFileUploadThread.getAdditionnalBytesForUpload(int indexFile)
This method is called before the upload. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |