| Package | Description |
|---|---|
| csbase.logic.filetransferservice |
| Modifier and Type | Method and Description |
|---|---|
FileTransferRequestType |
FileTransferRequest.getType()
Consulta o valor de type
|
static FileTransferRequestType |
FileTransferRequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileTransferRequestType[] |
FileTransferRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileTransferRequest(FileTransferRequestType requestType,
FileTransferConnection connection,
java.lang.String remoteFilePath,
java.lang.String[] localFilePath,
long size)
Construtor
|
Copyright © 2016. All Rights Reserved.