| Interface | Description |
|---|---|
| FileInstanceSupplier |
An injectable interface for application developers to inject custom code to
create
File. |
| InboundFileTransferFilter |
A filter for
FileTransfers. |
| Class | Description |
|---|---|
| ContentType |
Typically a MIME multipart has a Content-Type header attached to it
indicating the content type which applications use to process the content for
user.
|
| FileSystem | |
| FileTransfer |
As part of file receive request, client receives file unique id, content
type, sender's JID etc.
|
| FileTransferFuture |
File transfer process is asynchronous in nature; therefore any transfer
request (inbound/outbound) returns a
FileTransferFuture which can be
used to find out if the transfer is complete. |
| FileTransferManager |
FileTransferManager is application facing class used to setup ability
to transfer files across the network. |
| FileTransferNegotiator |
Sending and receiving a file involves negotiating the action on XMPP Stream.
|
| InboundFileTransfer | |
| InboundFileTransferProcessor | |
| OutboundFileTransfer | |
| OutboundFileTransferProcessor |
| Enum | Description |
|---|---|
| FileTransfer.FailureReason |
File transfer may fail due to various reasons.
|
| FileTransfer.Status |
Enum to indicate file transfer status.
|
| Exception | Description |
|---|---|
| FileTransferDisabledException |
An un-checked exception to indicate that file transfer is not enabled in sdk.
|
Copyright © 2019. All rights reserved.