Package | Description |
---|---|
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.filepanel.treeview | |
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 |
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).
|
wjhk.jupload2.upload.helper |
Modifier and Type | Method and Description |
---|---|
void |
FileData.appendFileProperties(ByteArrayEncoder bae,
int index)
Called during the upload, by the
FileUploadThread . |
void |
DefaultFileData.appendFileProperties(ByteArrayEncoder bae,
int index)
Called during the upload, by the
FileUploadThread . |
Modifier and Type | Method and Description |
---|---|
void |
FolderNode.appendFileProperties(ByteArrayEncoder bae,
int index)
Called during the upload, by the
FileUploadThread . |
void |
FileDataNode.appendFileProperties(ByteArrayEncoder bae,
int index) |
Modifier and Type | Method and Description |
---|---|
ByteArrayEncoder |
UploadPolicy.onAppendHeader(ByteArrayEncoder sb)
Append specific headers for this upload (session cookies, for instance).
|
ByteArrayEncoder |
DefaultUploadPolicy.onAppendHeader(ByteArrayEncoder bae) |
Modifier and Type | Method and Description |
---|---|
ByteArrayEncoder |
UploadPolicy.onAppendHeader(ByteArrayEncoder sb)
Append specific headers for this upload (session cookies, for instance).
|
ByteArrayEncoder |
DefaultUploadPolicy.onAppendHeader(ByteArrayEncoder bae) |
Modifier and Type | Method and Description |
---|---|
void |
UploadFileData.appendFileProperties(ByteArrayEncoder bae,
int index)
Called during the upload, by the
FileUploadThread . |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayEncoderHTTP
This class is a utility, which provide easy encoding for HTTP queries.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayEncoder |
ByteArrayEncoderHTTP.append(byte[] b)
Append a stream, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoder.append(byte[] b)
Append a stream, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.append(ByteArrayEncoder bae)
Append a string, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoder.append(ByteArrayEncoder bae)
Append a string, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.append(int b)
Append a byte, to be encoded at the current end of the byte array. he
byte to be written is the eight low-order bits of the argument b.
|
ByteArrayEncoder |
ByteArrayEncoder.append(int b)
Append a byte, to be encoded at the current end of the byte array. he
byte to be written is the eight low-order bits of the argument b.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.append(String str)
Append a string, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoder.append(String str)
Append a string, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.appendEndPropertyList()
Finish a property list.
|
ByteArrayEncoder |
ByteArrayEncoder.appendEndPropertyList()
Finish a property list.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.appendFormVariables(String formname)
Add to the current encoder all properties contained in the given HTML
form.
|
ByteArrayEncoder |
ByteArrayEncoder.appendFormVariables(String formname)
Add to the current encoder all properties contained in the given HTML
form.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.appendTextProperty(String name,
String value,
int index)
Append a property, name and value.
|
ByteArrayEncoder |
ByteArrayEncoder.appendTextProperty(String name,
String value,
int index)
Append a property, name and value.
|
ByteArrayEncoder |
HTTPConnectionHelper.getByteArrayEncoder()
Return the current
ByteArrayEncoder . |
Modifier and Type | Method and Description |
---|---|
HTTPConnectionHelper |
HTTPConnectionHelper.append(ByteArrayEncoder bae)
Appends a string to the current HTTP request.
|
ByteArrayEncoder |
ByteArrayEncoderHTTP.append(ByteArrayEncoder bae)
Append a string, to be encoded at the current end of the byte array.
|
ByteArrayEncoder |
ByteArrayEncoder.append(ByteArrayEncoder bae)
Append a string, to be encoded at the current end of the byte array.
|
Copyright © 2015. All rights reserved.