Package | Description |
---|---|
com.asperasoft.faspmanager |
The FASPManager is an API for initiating and managing
Aspera transfers.
|
Modifier and Type | Method and Description |
---|---|
void |
FaspManager.addSource(String id,
InputStream source,
String destination)
Instructs the transfer session to transfer 'source' to 'destination'.
|
void |
FaspManager.addSource(String id,
StreamReader source,
String destination)
Instructs the transfer session to transfer 'source' to 'destination'.
|
void |
FaspManager.addSource(String id,
String source,
String destination)
Instructs the transfer session to transfer 'source' to 'destination'.
|
void |
FaspManager.addSource(String id,
String source,
String destination,
long startByte,
long endByte)
Instructs the transfer session to transfer 'source' to 'destination' and to transfer only the range of bytes starting from startByte to endByte.
|
void |
FaspManager.lockPersistentSession(String sessionId)
Once locked file paths can no more be added to a persistent session.
|
void |
FaspManager.stopTransfer(String sessionId)
Stop an active persistent transfer session.
|
Copyright © 2017 Aspera Inc.. All rights reserved.