|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDownloadExecutor | |
---|---|
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 IDownloadExecutor in com.sibvisions.rad.remote.http |
---|
Classes in com.sibvisions.rad.remote.http that implement IDownloadExecutor | |
---|---|
class |
HttpConnection
The HttpConnection communicates with the remote server via http
protocol. |
Uses of IDownloadExecutor in javax.rad.io |
---|
Methods in javax.rad.io that return IDownloadExecutor | |
---|---|
static IDownloadExecutor |
TransferContext.getCurrentDownloadExecutor()
Gets the current download executor. |
IDownloadExecutor |
TransferContext.getDownloadExecutor()
Gets the download executor. |
Constructors in javax.rad.io with parameters of type IDownloadExecutor | |
---|---|
TransferContext(ConnectionInfo pInfo,
IDownloadExecutor pDownload,
IUploadExecutor pUpload)
Creates a new instance of TransferContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |