Package | Description |
---|---|
org.jivesoftware.smackx.filetransfer |
File Transfers via XEP-0095: Stream Initialization.
|
Modifier and Type | Method and Description |
---|---|
FileTransfer.Status |
FileTransfer.getStatus()
Returns the current status of the file transfer.
|
static FileTransfer.Status |
FileTransfer.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTransfer.Status[] |
FileTransfer.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileTransfer.setStatus(FileTransfer.Status status) |
protected void |
OutgoingFileTransfer.setStatus(FileTransfer.Status status) |
void |
OutgoingFileTransfer.NegotiationProgress.statusUpdated(FileTransfer.Status oldStatus,
FileTransfer.Status newStatus)
Called when the status changes.
|
protected boolean |
FileTransfer.updateStatus(FileTransfer.Status oldStatus,
FileTransfer.Status newStatus) |
protected boolean |
OutgoingFileTransfer.updateStatus(FileTransfer.Status oldStatus,
FileTransfer.Status newStatus) |