| Interface | Description |
|---|---|
| IOHandler |
Interface for handling various events during a download.
|
| Class | Description |
|---|---|
| Download |
Encapsulates details of the downloaded file.
|
| XYModem |
Implementation of client side of XModem and YModem protocols,
for downloading files.
|
| Enum | Description |
|---|---|
| XYModem.OverrunOption |
Behavior options for data received past the end of a downloaded file, when file length
is provided by sender in YModem protocol.
|
| Exception | Description |
|---|---|
| AbortDownloadException |
Exception used internally if a download must be cancelled.
|
| UserCancelException |
Exception to be thrown by the IOHandler implementation if the user cancels the download.
|
Copyright © 2019. All rights reserved.