Uses of Package
wjhk.jupload2.upload.helper

Packages that use wjhk.jupload2.upload.helper
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.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   
 

Classes in wjhk.jupload2.upload.helper used by wjhk.jupload2.filedata
ByteArrayEncoder
          This interface contains all technical methods to encode data, into a given character encoding.
 

Classes in wjhk.jupload2.upload.helper used by wjhk.jupload2.policies
ByteArrayEncoder
          This interface contains all technical methods to encode data, into a given character encoding.
 

Classes in wjhk.jupload2.upload.helper used by wjhk.jupload2.upload
ByteArrayEncoder
          This interface contains all technical methods to encode data, into a given character encoding.
HTTPConnectionHelper
          This class contains utilities to delegate network manipulation.
 

Classes in wjhk.jupload2.upload.helper used by wjhk.jupload2.upload.helper
ByteArrayEncoder
          This interface contains all technical methods to encode data, into a given character encoding.
CookieJar
          This class implements a container for multiple cookies in a single domain.
CookieJar.Cookie
           
HTTPConnectionHelper
          This class contains utilities to delegate network manipulation.
HTTPInputStreamReader
          A helper, to read the response coming from the server.