|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientCommandGetException | |
|---|---|
| org.ikasan.connector.basefiletransfer.net | |
| Uses of ClientCommandGetException in org.ikasan.connector.basefiletransfer.net |
|---|
| Methods in org.ikasan.connector.basefiletransfer.net that throw ClientCommandGetException | |
|---|---|
BaseFileTransferMappedRecord |
FileTransferClient.get(ClientListEntry clientListEntry)
Gets a BaseFileTransferMappedRecord (a 'File') given a ClientListEntry |
BaseFileTransferMappedRecord |
FileTransferClient.get(java.lang.String filePath)
Gets a BaseFileTransferMappedRecord (a 'File') given a filePath |
void |
FileTransferClient.get(java.lang.String filePath,
java.io.OutputStream outputStream)
Get a file as a OutputStream |
void |
FileTransferClient.get(java.lang.String filePath,
java.io.OutputStream outputStream,
int resume,
long offset)
Get a file as an OutputStream given an offset and a resume flag |
java.io.InputStream |
FileTransferClient.getAsInputStream(java.lang.String filePath)
Utilises the underlying API to return an InputStream as the result of the GET operation |
java.io.InputStream |
FileTransferClient.getContentAsStream(ClientListEntry entry)
Get the content of a ClientListFileEntry (a 'File') as an InputStream |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||