Uses of Interface
org.directwebremoting.io.InputStreamFactory

Packages that use InputStreamFactory
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.io   
 

Uses of InputStreamFactory in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend that implement InputStreamFactory
 class OutputStreamLoaderInputStreamFactory
          Used when the FileTransfer has a OutputStreamLoader, but what it really wants is an InputStreamFactory
 class SimpleInputStreamFactory
          SimpleInputStreamFactory is just an InputStreamFactory that holds an InputStream and can close it at the right time (if required)
 

Constructors in org.directwebremoting.extend with parameters of type InputStreamFactory
FormField(java.lang.String name, java.lang.String mimeType, long fileSize, InputStreamFactory inFactory)
          Ctor for when we are in the special file-upload case
InputStreamFactoryOutputStreamLoader(InputStreamFactory inputStreamFactory)
          We need an InputStreamFactory
 

Uses of InputStreamFactory in org.directwebremoting.io
 

Constructors in org.directwebremoting.io with parameters of type InputStreamFactory
FileTransfer(java.lang.String filename, java.lang.String mimeType, InputStreamFactory inputStreamFactory)
          A ctor for the 3 things browsers tell us about the uploaded file
FileTransfer(java.lang.String filename, java.lang.String mimeType, long size, InputStreamFactory inputStreamFactory)
          A ctor for InputStreamFactory + all other details
 


Copyright ยจ 2008