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.cancelTransfer(String sessionId)
Cancel an active transfer session.
|
void |
FaspManager.lockPersistentSession(String sessionId)
Once locked file paths can no more be added to a persistent session.
|
void |
FaspManager.setRate(String sessionId,
int targetRate,
int minRate,
Policy policy)
Change the rate and policy of an active transfer
|
void |
FaspManager.stopTransfer(String sessionId)
Stop an active persistent transfer session.
|
void |
FaspManager.terminateTransfer(String sessionId)
Terminate an active transfer session (persistent or regular).
|
Copyright © 2017 Aspera Inc.. All rights reserved.