Class | Description |
---|---|
AbstractBusinessRequest |
Abstract class for internal Business Request
|
AbstractTransfer |
Abstract class for Transfer operation
|
BusinessRequest |
class for direct Business Request call
|
DirectTransfer |
Direct Transfer from a client with or without database connection
|
Message |
Message testing between two hosts
|
MultipleDirectTransfer |
Direct Transfer from a client with or without database connection to transfer
for multiple files to
multiple hosts at once.
|
MultipleSubmitTransfer |
Client to submit a transfer for multiple files to multiple hosts at
once.
|
ProgressBarTransfer |
Through API Transfer from a client with or without database connection, and
enabling access to statistic of
the transfer (unblocking transfer)
|
RecvThroughClient |
Class for Recv Through client
This class does not included the real file transfer since it is up to the
business project to implement how
to write new data received from the remote host.
|
RecvThroughHandler |
Class to be implemented for
RecvThroughClient |
RequestInformation |
Class to request information on remote files
|
RequestTransfer |
Class to request information or request cancellation or restart
|
SendThroughClient |
Class for Send Through client
This class does not included the real file transfer since it is up to the
business project to implement how
to read new data to be sent to the remote host.
|
SpooledDirectoryTransfer |
Direct Transfer from a client with or without database connection or Submit
Transfer from a client with
database connection to transfer files from a spooled directory to possibly
multiple hosts at once.
|
SpooledDirectoryTransfer.Arguments |
Default arguments
|
SubmitTransfer |
Client to submit a transfer
|
Copyright © 2009–2020 Waarp. All rights reserved.