Uses of Interface
javax.rad.io.IUploadExecutor

Packages that use IUploadExecutor
com.sibvisions.rad.remote.http Contains general communication classes which can be used from client and server implementations. 
javax.rad.io Contains storage independent file handling. 
 

Uses of IUploadExecutor in com.sibvisions.rad.remote.http
 

Classes in com.sibvisions.rad.remote.http that implement IUploadExecutor
 class HttpConnection
          The HttpConnection communicates with the remote server via http protocol.
 

Uses of IUploadExecutor in javax.rad.io
 

Methods in javax.rad.io that return IUploadExecutor
static IUploadExecutor TransferContext.getCurrentUploadExecutor()
          Gets the current upload executor.
 IUploadExecutor TransferContext.getUploadExecutor()
          Gets the upload executor.
 

Constructors in javax.rad.io with parameters of type IUploadExecutor
TransferContext(ConnectionInfo pInfo, IDownloadExecutor pDownload, IUploadExecutor pUpload)
          Creates a new instance of TransferContext.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.