|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.filetransfer.FileTransfer.Status
public static class FileTransfer.Status
A class to represent the current status of the file transfer.
Field Summary | |
---|---|
static FileTransfer.Status |
CANCLED
The file transfer was canceled |
static FileTransfer.Status |
COMPLETE
The transfer has completed successfully. |
static FileTransfer.Status |
ERROR
An error occured during the transfer. |
static FileTransfer.Status |
IN_PROGRESS
The transfer is in progress. |
static FileTransfer.Status |
INITIAL
The initial status of the file transfer. |
static FileTransfer.Status |
NEGOTIATED
After the stream negotitation has completed the intermediate state between the time when the negotiation is finished and the actual transfer begins. |
static FileTransfer.Status |
NEGOTIATING_STREAM
The stream to transfer the file is being negotiated over the chosen stream type. |
static FileTransfer.Status |
NEGOTIATING_TRANSFER
The file transfer is being negotiated with the peer. |
static FileTransfer.Status |
REFUSED
The peer has refused the file transfer request halting the file transfer negotiation process. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FileTransfer.Status ERROR
FileTransfer.getError()
public static final FileTransfer.Status INITIAL
public static final FileTransfer.Status NEGOTIATING_TRANSFER
NEGOTIATING_STREAM
public static final FileTransfer.Status REFUSED
public static final FileTransfer.Status NEGOTIATING_STREAM
NEGOTIATED
public static final FileTransfer.Status NEGOTIATED
public static final FileTransfer.Status IN_PROGRESS
FileTransfer.getProgress()
public static final FileTransfer.Status COMPLETE
public static final FileTransfer.Status CANCLED
Method Detail |
---|
public String toString()
toString
in class Object
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |