public static class FileTransfer.Status
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
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
Copyright © 2003 Jive Software.