A B C D E F G H I L M N O P R S T U V W X Y 

A

ACCEPT_TIMOUT_MS - Static variable in class com.asperasoft.faspmanager.util.SelectThread
 
addListener(TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Registers a TransferListener to be notified of all transfer events and all active transfers
addPath(String) - Method in class com.asperasoft.faspmanager.FileTransferLocation
Adds a file or directory path.
addPath(String, String) - Method in class com.asperasoft.faspmanager.FileTransferLocation
Adds a file or directory source/destination pair
addPath(String) - Method in class com.asperasoft.faspmanager.RemoteLocation
 
addPath(String, String) - Method in class com.asperasoft.faspmanager.RemoteLocation
 
addSessionListener(String, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Add a listener to be notified of transfer events of a particular transfer session
addSource(String, String, String) - Method in class com.asperasoft.faspmanager.FaspManager
Instructs the transfer session to transfer 'source' to 'destination'.
addSource(String, String, String, long, long) - Method in class com.asperasoft.faspmanager.FaspManager
Instructs the transfer session to transfer 'source' to 'destination' and to transfer only the range of bytes starting from startByte to endByte.
alternateConfigFile - Variable in class com.asperasoft.faspmanager.XferParams
 
appendStackTraceToErrorOutput(Exception) - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
appendToAsperaTags() - Method in class com.asperasoft.faspmanager.XferParams
 
AscpOption - Enum in com.asperasoft.faspmanager
 
AscpParameter - Class in com.asperasoft.faspmanager
 
AscpParameter(AscpOption) - Constructor for class com.asperasoft.faspmanager.AscpParameter
 
AscpParameter(AscpOption, Object) - Constructor for class com.asperasoft.faspmanager.AscpParameter
 
authorizationRequest(SessionStats) - Method in interface com.asperasoft.faspmanager.SessionAuthorizer
Callback method for authorization requests
autoDetectCapacity - Variable in class com.asperasoft.faspmanager.XferParams
Deprecated.

B

buildCommandLineParams(UUID) - Method in class com.asperasoft.faspmanager.TransferOrder
 
buildCommandLineParams(UUID, int) - Method in class com.asperasoft.faspmanager.TransferOrder
 
buildCommandLineParams(Mode, UUID) - Method in class com.asperasoft.faspmanager.XferParams
 
buildCommandLineParams(Mode, UUID, int) - Method in class com.asperasoft.faspmanager.XferParams
 
ByteRange - Class in com.asperasoft.faspmanager
 
ByteRange(long, long) - Constructor for class com.asperasoft.faspmanager.ByteRange
 

C

cancelTransfer(String) - Method in class com.asperasoft.faspmanager.FaspManager
Cancel an active transfer session.
checkSshFingerprint - Variable in class com.asperasoft.faspmanager.XferParams
 
clear() - Method in class com.asperasoft.faspmanager.FileTransferLocation
Clear all paths added.
closeChannels(SelectHandler) - Method in class com.asperasoft.faspmanager.util.SelectThread
Close all channels associated with this handler
com.asperasoft.faspmanager - package com.asperasoft.faspmanager
The FASPManager is an API for initiating and managing Aspera transfers.
com.asperasoft.faspmanager.util - package com.asperasoft.faspmanager.util
 
ContentProtection - Enum in com.asperasoft.faspmanager
Deprecated. 
contentProtection - Variable in class com.asperasoft.faspmanager.XferParams
Deprecated. 
contentProtectionPass - Variable in class com.asperasoft.faspmanager.XferParams
Content protection passphrase.
ControlException - Exception in com.asperasoft.faspmanager
Signals that a problem occurred while sending a control message to an active transfer.
cookie - Variable in class com.asperasoft.faspmanager.XferParams
An arbitrary field used for application-specific requirements.
createPath - Variable in class com.asperasoft.faspmanager.XferParams
Create target directory if it doesn't already exist.
createSession(TransferOrder) - Method in interface com.asperasoft.faspmanager.SessionFactory
 

D

datagramSize - Variable in class com.asperasoft.faspmanager.XferParams
Specify the datagram size (MTU) for fasp to use.
DATE_FORMAT - Static variable in class com.asperasoft.faspmanager.License
 
DateOrNoneAdapter - Class in com.asperasoft.faspmanager.util
 
DateOrNoneAdapter() - Constructor for class com.asperasoft.faspmanager.util.DateOrNoneAdapter
 
DEFAULT - Static variable in enum com.asperasoft.faspmanager.ContentProtection
Deprecated.
 
DEFAULT - Static variable in enum com.asperasoft.faspmanager.DeleteSource
Deprecated.
 
DEFAULT - Static variable in enum com.asperasoft.faspmanager.Encryption
The default Encryption value.
DEFAULT - Static variable in enum com.asperasoft.faspmanager.Manifest
 
DEFAULT - Static variable in enum com.asperasoft.faspmanager.Overwrite
The default overwrite value.
DEFAULT - Static variable in enum com.asperasoft.faspmanager.Policy
The default policy value.
DEFAULT - Static variable in enum com.asperasoft.faspmanager.Version
Default version of fasp
DEFAULT_DESTINATION_ROOT - Static variable in class com.asperasoft.faspmanager.XferParams
 
DEFAULT_DNAT_PORT - Static variable in class com.asperasoft.faspmanager.FaspProxy
Fasp proxy default port (dnat)
DEFAULT_DNATS_PORT - Static variable in class com.asperasoft.faspmanager.FaspProxy
Fasp proxy default port when using secure channel (dnats)
DeleteSource - Enum in com.asperasoft.faspmanager
Deprecated.
use XferParams.removeFileAfterTransfer and/or XferParams.removeEmptyDirectories
deleteSource - Variable in class com.asperasoft.faspmanager.XferParams
Deprecated.
use XferParams.removeFileAfterTransfer and/or XferParams.removeEmptyDirectories
destinationRoot - Variable in class com.asperasoft.faspmanager.XferParams
Specify the destination root directory of the transfers.
destroy() - Static method in class com.asperasoft.faspmanager.FaspManager
Destroys the fasp Manager singleton instance.

E

Encryption - Enum in com.asperasoft.faspmanager
Optionally, FASP can encrypt data before transmitting and decrypt it at the destination before writing it to the disk.
encryption - Variable in class com.asperasoft.faspmanager.XferParams
Specify the encryption cipher to use.
Environment - Class in com.asperasoft.faspmanager
This class contains configuration options for the fasp Manager.
equals(Object) - Method in class com.asperasoft.faspmanager.AscpParameter
 
equals(Object) - Method in class com.asperasoft.faspmanager.ByteRange
 
equals(Object) - Method in class com.asperasoft.faspmanager.License
 
ErrorStreamHandler - Class in com.asperasoft.faspmanager.util
 
ErrorStreamHandler() - Constructor for class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
excludeNewerThan - Variable in class com.asperasoft.faspmanager.XferParams
 
excludeOlderThan - Variable in class com.asperasoft.faspmanager.XferParams
 
excludePatterns - Variable in class com.asperasoft.faspmanager.XferParams
List of patterns (maximum 16) used to exclude files from transferring.

F

FaspManager - Class in com.asperasoft.faspmanager
The FaspManager class lets you initiate transfers, add listeners to receive notifications on transfer events, poll for transfer status, and also control active transfers.
FaspManagerException - Exception in com.asperasoft.faspmanager
Signals that an error occurred in the fasp Manager.
FaspProxy - Class in com.asperasoft.faspmanager
Fasp proxy setting.
FaspProxy(String) - Constructor for class com.asperasoft.faspmanager.FaspProxy
Constructor with proxy server address.
FaspProxy(String, boolean, String, String, int) - Constructor for class com.asperasoft.faspmanager.FaspProxy
Constructor
faspProxy - Variable in class com.asperasoft.faspmanager.XferParams
Specify a FASP proxy if the transfer is going through a Fasp proxy.
faspVersion - Variable in class com.asperasoft.faspmanager.XferParams
The fasp version.
fileChecksum - Variable in class com.asperasoft.faspmanager.XferParams
File checksum method Usage is:
FileCryptMode - Enum in com.asperasoft.faspmanager
 
FileInfo - Class in com.asperasoft.faspmanager
A FileInfo contains information related to a file in a file transfer session.
fileSessionEvent(TransferEvent, SessionStats, FileInfo) - Method in interface com.asperasoft.faspmanager.TransferListener
Callback method for file transfer events.
FileState - Enum in com.asperasoft.faspmanager
State a file being transferred
FileTransferLocation - Class in com.asperasoft.faspmanager
A Location used for file transfers.
FileTransferLocation() - Constructor for class com.asperasoft.faspmanager.FileTransferLocation
 
fromMgmtValue(String) - Static method in enum com.asperasoft.faspmanager.Policy
 

G

generateManifest - Variable in class com.asperasoft.faspmanager.XferParams
Generate a manifest file to log the transfer.
getBandwidthCapKbps() - Method in class com.asperasoft.faspmanager.SessionStats
Bandwidth cap
getByteRange() - Method in class com.asperasoft.faspmanager.RemoteLocation
 
getChannels(SelectHandler) - Method in class com.asperasoft.faspmanager.util.SelectThread
Find all channels associated with this handler
getClient() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the client, who initiated the transfer.
getClientClusterId() - Method in class com.asperasoft.faspmanager.SessionStats
 
getClientNodeId() - Method in class com.asperasoft.faspmanager.SessionStats
 
getCommandLineOption() - Method in enum com.asperasoft.faspmanager.ContentProtection
Deprecated.
 
getCommandLineOption() - Method in enum com.asperasoft.faspmanager.Manifest
 
getCommandLineOption() - Method in enum com.asperasoft.faspmanager.Overwrite
 
getCommandLineOption() - Method in enum com.asperasoft.faspmanager.Policy
 
getContiguousBytes() - Method in class com.asperasoft.faspmanager.FileInfo
No of contiguous bytes of this file at the destination.
getCookie() - Method in class com.asperasoft.faspmanager.SessionStats
The cookie
getCustomerId() - Method in class com.asperasoft.faspmanager.License
 
getDelayMs() - Method in class com.asperasoft.faspmanager.SessionStats
Network delay
getDescription() - Method in enum com.asperasoft.faspmanager.Overwrite
 
getDescription() - Method in enum com.asperasoft.faspmanager.Policy
 
getDescription() - Method in enum com.asperasoft.faspmanager.Resume
 
getDescription() - Method in enum com.asperasoft.faspmanager.SymLinkPolicy
 
getDescription() - Method in enum com.asperasoft.faspmanager.TransferEvent
 
getDestination() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the destination location, where data is transferred to.
getDestinationRoot() - Method in class com.asperasoft.faspmanager.XferParams
 
getDestPath() - Method in class com.asperasoft.faspmanager.SessionStats
Destination Path
getDirection() - Method in class com.asperasoft.faspmanager.SessionStats
Transfer direction
getElapsedUSec() - Method in class com.asperasoft.faspmanager.SessionStats
Time elapsed since the start of transfer
getEncryption() - Method in class com.asperasoft.faspmanager.SessionStats
Encryption parameter
getEnd() - Method in class com.asperasoft.faspmanager.ByteRange
 
getErrorCode() - Method in class com.asperasoft.faspmanager.SessionStats
Error Code
getErrorDescription() - Method in class com.asperasoft.faspmanager.SessionStats
Error description
getErrorOutput() - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
getExpirationDate() - Method in class com.asperasoft.faspmanager.License
 
getFasp2AscpPath() - Static method in class com.asperasoft.faspmanager.Environment
Gets the path to the fasp2 ascp binary.
getFaspVersion() - Static method in class com.asperasoft.faspmanager.Environment
Find the version of ascp being used by Fasp Manager.
getFileChecksum() - Method in class com.asperasoft.faspmanager.FileInfo
The file checksum
getFileChecksumType() - Method in class com.asperasoft.faspmanager.FileInfo
The type of file checksum algorithm.
getFileChecksumType() - Method in class com.asperasoft.faspmanager.SessionStats
 
getFilesComplete() - Method in class com.asperasoft.faspmanager.SessionStats
No of files completed transferring
getFilesFailed() - Method in class com.asperasoft.faspmanager.SessionStats
No of files failed transferring
getHost() - Method in class com.asperasoft.faspmanager.RemoteLocation
Get the host name or address.
getHost() - Method in class com.asperasoft.faspmanager.SessionStats
Remote host name
getId() - Method in class com.asperasoft.faspmanager.SessionStats
Unique identifier
getIdentity() - Method in class com.asperasoft.faspmanager.RemoteLocation
Get the path to the SSH private key file
getLicense() - Static method in class com.asperasoft.faspmanager.Environment
Retrieve the underlying license being used by ascp.
getLicenseId() - Method in class com.asperasoft.faspmanager.License
 
getLicenseReader() - Static method in class com.asperasoft.faspmanager.Environment
 
getListenerCount() - Method in class com.asperasoft.faspmanager.FaspManager
 
getLongOpt() - Method in enum com.asperasoft.faspmanager.AscpOption
 
getManagementPort() - Static method in class com.asperasoft.faspmanager.Environment
Get the port at which fasp Manager is listening for connections from ascp processes.
getManifestFilePath() - Method in class com.asperasoft.faspmanager.SessionStats
Manifest file path
getMaximumBandwidth() - Method in class com.asperasoft.faspmanager.License
 
getMeasuredLinkRateKbps() - Method in class com.asperasoft.faspmanager.SessionStats
Measured bandwidth
getMgmtValue() - Method in enum com.asperasoft.faspmanager.Policy
 
getMinRateKbps() - Method in class com.asperasoft.faspmanager.SessionStats
Minimum transfer rate
getName() - Method in enum com.asperasoft.faspmanager.HashAlgorithm
 
getNbAccounts() - Method in class com.asperasoft.faspmanager.License
 
getNbUniqueConcurrentLogins() - Method in class com.asperasoft.faspmanager.License
 
getOpt() - Method in enum com.asperasoft.faspmanager.AscpOption
 
getOption() - Method in class com.asperasoft.faspmanager.AscpParameter
 
getPassword() - Method in class com.asperasoft.faspmanager.RemoteLocation
Get the password for authentication.
getPmtu() - Method in class com.asperasoft.faspmanager.SessionStats
 
getPolicy() - Method in class com.asperasoft.faspmanager.SessionStats
Transfer policy
getPortFilePath() - Static method in class com.asperasoft.faspmanager.Environment
Gets the path to the file containing the fasp management port.
getPreCalcTotalBytes() - Method in class com.asperasoft.faspmanager.SessionStats
Aggregate file size
getPreCalcTotalFiles() - Method in class com.asperasoft.faspmanager.SessionStats
Aggregate file count
getProductId() - Method in class com.asperasoft.faspmanager.License
 
getRawLicense() - Static method in class com.asperasoft.faspmanager.Environment
Retrieve the underlying license being used by ascp and returns it as is.
getReleaseVersion() - Method in class com.asperasoft.faspmanager.FaspManager
Get the release version of the fasp Manager.
getRetryTimeout() - Method in class com.asperasoft.faspmanager.SessionStats
 
getServer() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the server, who did not initiate the transfer.
getServerClusterId() - Method in class com.asperasoft.faspmanager.SessionStats
 
getServerNodeId() - Method in class com.asperasoft.faspmanager.SessionStats
 
getSessionId() - Method in class com.asperasoft.faspmanager.SessionStats
Unique identifier
getSessionIDList() - Method in class com.asperasoft.faspmanager.FaspManager
Retrieve a list of IDs for all active transfer sessions monitored by this fasp manager
getSessionStats(String) - Method in class com.asperasoft.faspmanager.FaspManager
Get the statistics of a session by its id
getSessionStatsByCookie(String) - Method in class com.asperasoft.faspmanager.FaspManager
Get the statistics of the session associated with the cookie.
getSingleton() - Static method in class com.asperasoft.faspmanager.FaspManager
Returns the singleton FaspManager object.
getSizeBytes() - Method in class com.asperasoft.faspmanager.FileInfo
Size of the file
getSource() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the source location, where data is transferred from.
getSourcePaths() - Method in class com.asperasoft.faspmanager.SessionStats
Source paths
getSourcePathsScanAttempted() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of source path scans attempted for this session.
getSourcePathsScanExcluded() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of excludes source path scans for this session.
getSourcePathsScanFailed() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of failed source path scans for this session.
getSourcePathsScanIrregular() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of source path scans pointing to irregular files (i.e.
getStandardOutput() - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
getStart() - Method in class com.asperasoft.faspmanager.ByteRange
 
getStartByte() - Method in class com.asperasoft.faspmanager.FileInfo
Byte position where transfer is resumed
getStartTime() - Method in class com.asperasoft.faspmanager.SessionStats
Transfer start time
getState() - Method in class com.asperasoft.faspmanager.SessionStats
Transfer state
getTags() - Method in class com.asperasoft.faspmanager.SessionStats
 
getTargetRateKbps() - Method in class com.asperasoft.faspmanager.SessionStats
Target transfer rate
getToken() - Method in class com.asperasoft.faspmanager.SessionStats
Token string
getTotalLostBytes() - Method in class com.asperasoft.faspmanager.SessionStats
Total lost bytes
getTotalTransferredBytes() - Method in class com.asperasoft.faspmanager.SessionStats
Bytes transferred
getTotalWrittenBytes() - Method in class com.asperasoft.faspmanager.SessionStats
Bytes at the destination
getTransfersAttempted() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of file transfers initiated for this session.
getTransfersFailed() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of file transfers that failed for this session.
getTransfersPassed() - Method in class com.asperasoft.faspmanager.SessionStats
Gets the count of successfully completed file transfers for this session.
getTransfersSkipped() - Method in class com.asperasoft.faspmanager.SessionStats
The count of file transfers skipped (i.e.
getUdpPort() - Method in class com.asperasoft.faspmanager.SessionStats
UDP port
getUser() - Method in class com.asperasoft.faspmanager.RemoteLocation
Get the user for authentication.
getUser() - Method in class com.asperasoft.faspmanager.SessionStats
Remote user name
getValue() - Method in class com.asperasoft.faspmanager.AscpParameter
 
getVersion() - Method in class com.asperasoft.faspmanager.License
 
getVersion() - Method in class com.asperasoft.faspmanager.XferParams
 
getWrittenBytes() - Method in class com.asperasoft.faspmanager.FileInfo
Bytes of this file written at the destination
getXferId() - Method in class com.asperasoft.faspmanager.SessionStats
Xfer Id
getXferParams() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the transfer parameters.
getXferRetry() - Method in class com.asperasoft.faspmanager.SessionStats
Xfer Retry

H

HashAlgorithm - Enum in com.asperasoft.faspmanager
 
hasOpt() - Method in enum com.asperasoft.faspmanager.AscpOption
 
hasValue() - Method in class com.asperasoft.faspmanager.AscpParameter
 
HTTPFallback - Class in com.asperasoft.faspmanager
Options for HTTPFallback
HTTPFallback() - Constructor for class com.asperasoft.faspmanager.HTTPFallback
 
HTTPFallback(int, boolean, Path, Path, InetSocketAddress) - Constructor for class com.asperasoft.faspmanager.HTTPFallback
 
httpFallback - Variable in class com.asperasoft.faspmanager.XferParams
Specify to use HTTP protocol to conduct the transfer when UDP connection fails.

I

InetAddressUtils - Class in com.asperasoft.faspmanager.util
 
InitializationException - Exception in com.asperasoft.faspmanager
Signals a problem initializing fasp manager
IntegerOrUnlimitedAdapter - Class in com.asperasoft.faspmanager.util
 
IntegerOrUnlimitedAdapter() - Constructor for class com.asperasoft.faspmanager.util.IntegerOrUnlimitedAdapter
 
InvalidOperationException - Exception in com.asperasoft.faspmanager
Indicates a operation attempted is invalid for the current transfer session
isAuthorizationEnabled() - Method in class com.asperasoft.faspmanager.FaspManager
Check if authorization is enabled
isCargoEnabled() - Method in class com.asperasoft.faspmanager.License
 
isConnectEnabled() - Method in class com.asperasoft.faspmanager.License
 
isDesktopGuiEnabled() - Method in class com.asperasoft.faspmanager.License
 
isDisabled() - Method in enum com.asperasoft.faspmanager.AscpOption
 
isEnabled() - Method in enum com.asperasoft.faspmanager.AscpOption
 
isGroupConfigurationEnabled() - Method in class com.asperasoft.faspmanager.License
 
isHttpFallbackServerEnabled() - Method in class com.asperasoft.faspmanager.License
 
isIPv4Address(String) - Static method in class com.asperasoft.faspmanager.util.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class com.asperasoft.faspmanager.util.InetAddressUtils
 
isIPv6Address(String) - Static method in class com.asperasoft.faspmanager.util.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class com.asperasoft.faspmanager.util.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6Host() - Method in class com.asperasoft.faspmanager.RemoteLocation
 
isIPv6StdAddress(String) - Static method in class com.asperasoft.faspmanager.util.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isManagementPortPublic() - Method in class com.asperasoft.faspmanager.FaspManager
Determine if the fasp Manager port is published to a file (to enable monitoring of externally initiated transfers)
isMaximumBandwidthUnlimited() - Method in class com.asperasoft.faspmanager.License
 
isMobileEnabled() - Method in class com.asperasoft.faspmanager.License
 
isNbAccountsUnlimited() - Method in class com.asperasoft.faspmanager.License
 
isNbUniqueConcurrentLoginsUnlimited() - Method in class com.asperasoft.faspmanager.License
 
isOtherInitiated() - Method in class com.asperasoft.faspmanager.SessionStats
Is this transfer initiated by others ?
isRemote() - Method in class com.asperasoft.faspmanager.SessionStats
Is this transfer initiated by a remote machine ?
isRunning() - Method in class com.asperasoft.faspmanager.FaspManager
Determine if the fasp Manager is running.
isSharedEndpointsEnabled() - Method in class com.asperasoft.faspmanager.License
 
isSshKeyAuth() - Method in class com.asperasoft.faspmanager.RemoteLocation
Get whether SSH key authentication should be used or not.
isUnicodeSupportOn() - Static method in class com.asperasoft.faspmanager.Environment
Deprecated.
3.2 no longer does anything, unicode always supported
isUpload() - Method in class com.asperasoft.faspmanager.TransferOrder
Get the direction of this transfer.
isWindows() - Static method in class com.asperasoft.faspmanager.Environment
 

L

LaunchException - Exception in com.asperasoft.faspmanager
Indicates a problem starting a transfer
License - Class in com.asperasoft.faspmanager
 
License() - Constructor for class com.asperasoft.faspmanager.License
 
license - Variable in class com.asperasoft.faspmanager.XferParams
License to use for this transfer
listenForServerSessions(boolean) - Method in class com.asperasoft.faspmanager.FaspManager
If set, fasp manager can manage transfers initiated outside fasp manager and any global listener will be notified of events on such transfers as well.
LocalLocation - Class in com.asperasoft.faspmanager
A LocalLocation represents the local end point of a fasp transfer
LocalLocation() - Constructor for class com.asperasoft.faspmanager.LocalLocation
 
localLogDir - Variable in class com.asperasoft.faspmanager.XferParams
Specify a directory to write the log file in for the local host, instead of using the default directory.
lockPersistentSession(String) - Method in class com.asperasoft.faspmanager.FaspManager
Once locked file paths can no more be added to a persistent session.

M

Manifest - Enum in com.asperasoft.faspmanager
Manifests are transfer receipts.
manifestDirectory - Variable in class com.asperasoft.faspmanager.XferParams
Directory where the manifest should be generated.
marshal(Date) - Method in class com.asperasoft.faspmanager.util.DateOrNoneAdapter
 
marshal(Integer) - Method in class com.asperasoft.faspmanager.util.IntegerOrUnlimitedAdapter
 
marshal(Boolean) - Method in class com.asperasoft.faspmanager.util.YesNoBooleanAdapter
 
minimumRateKbps - Variable in class com.asperasoft.faspmanager.XferParams
The minimum transfer rate in Kbps.
minimumRatePercent - Variable in class com.asperasoft.faspmanager.XferParams
Deprecated.
Mode - Enum in com.asperasoft.faspmanager
Mode enum, send or receive The transfer mode/direction.

N

neverExpires() - Method in class com.asperasoft.faspmanager.License
 

O

Overwrite - Enum in com.asperasoft.faspmanager
Options for when a file with the same name already exists at the destination.
overwrite - Variable in class com.asperasoft.faspmanager.XferParams
Policy to overwrite files that already exist at the destination.

P

partialFileSuffix - Variable in class com.asperasoft.faspmanager.XferParams
 
persist - Variable in class com.asperasoft.faspmanager.XferParams
When set to true the transfer is launched in persistent mode.
Policy - Enum in com.asperasoft.faspmanager
The rate policy options for a fasp transfer.
policy - Variable in class com.asperasoft.faspmanager.XferParams
Transfer rate policy.
preCalculateJobSize - Variable in class com.asperasoft.faspmanager.XferParams
Pre-calculate and report the total job size.
prePostCommand - Variable in class com.asperasoft.faspmanager.XferParams
 
preserveDates - Variable in class com.asperasoft.faspmanager.XferParams
Preserve file date attributes.
preserveFileOwnerGID - Variable in class com.asperasoft.faspmanager.XferParams
Preserve file owner GID.
preserveFileOwnerUID - Variable in class com.asperasoft.faspmanager.XferParams
Preserve file owner UID.
processFasp1MgmtMessage(FaspMessage) - Method in class com.asperasoft.faspmanager.FileInfo
 
processFasp2MgmtMessage(FaspMessage) - Method in class com.asperasoft.faspmanager.FileInfo
 

R

readSize - Variable in class com.asperasoft.faspmanager.XferParams
Read block size in bytes.
RemoteLocation - Class in com.asperasoft.faspmanager
A RemoteLocation represents the remote point for a fasp transfer.
RemoteLocation(String, String, String) - Constructor for class com.asperasoft.faspmanager.RemoteLocation
Create a remote location that uses password authentication.
RemoteLocation(String, String, String, String) - Constructor for class com.asperasoft.faspmanager.RemoteLocation
Create a remote file location that uses SSH public key authentication.
remoteLogDir - Variable in class com.asperasoft.faspmanager.XferParams
Specify a directory to write the log file in for the local host, instead of using the default directory.
removeByteRange() - Method in class com.asperasoft.faspmanager.RemoteLocation
Remove any byte range setting
removeEmptyDirectories - Variable in class com.asperasoft.faspmanager.XferParams
Remove source empty directories after transferring.
removeFileAfterTransfer - Variable in class com.asperasoft.faspmanager.XferParams
Remove source files after transferring.
removeListener(TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Unregister a TransferListener, to stop receiving notifications.
removeSessionListener(String, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Unregister a session level TransferListener
Resume - Enum in com.asperasoft.faspmanager
These are the resume options for transferred files, if a file is found with the same name at the destination.
resumeCheck - Variable in class com.asperasoft.faspmanager.XferParams
Resume policy for partially transferred files.
retransmissionRequestMaxSize - Variable in class com.asperasoft.faspmanager.XferParams
 
retryTimeoutS - Variable in class com.asperasoft.faspmanager.XferParams
Informs any monitoring applications how long you intend to retry.
run() - Method in class com.asperasoft.faspmanager.util.SelectThread
 

S

saveBeforeOverwriteEnabled - Variable in class com.asperasoft.faspmanager.XferParams
 
selectAccepted(SocketChannel) - Method in interface com.asperasoft.faspmanager.util.SelectHandler
A connection was accepted, opening the given channel.
selectClosed(SocketChannel) - Method in interface com.asperasoft.faspmanager.util.SelectHandler
 
SelectHandler - Interface in com.asperasoft.faspmanager.util
 
selectRead(SocketChannel) - Method in interface com.asperasoft.faspmanager.util.SelectHandler
 
SelectThread - Class in com.asperasoft.faspmanager.util
 
SelectThread() - Constructor for class com.asperasoft.faspmanager.util.SelectThread
 
SessionAuthorizer - Interface in com.asperasoft.faspmanager
It is possible to setup a custom authorizer that determines whether a transfer is to be allowed or not.
SessionFactory - Interface in com.asperasoft.faspmanager
 
SessionNotFoundException - Exception in com.asperasoft.faspmanager
Indicates that no matching session is found to perform the current operation
SessionState - Enum in com.asperasoft.faspmanager
The different states a Session could be in.
SessionStats - Class in com.asperasoft.faspmanager
Statistics of a FASP transfer session
setAuthorizationEnabled(boolean) - Method in class com.asperasoft.faspmanager.FaspManager
Enable transfer authorization.
setAuthorizer(SessionAuthorizer) - Method in class com.asperasoft.faspmanager.FaspManager
Set the SessionAuthorizer for all transfer sessions
setByteRange(ByteRange) - Method in class com.asperasoft.faspmanager.RemoteLocation
Specify the range of bytes to be downloaded.
setDestination(FileTransferLocation) - Method in class com.asperasoft.faspmanager.TransferOrder
Set the destination location.
setFasp2ScpPath(String) - Static method in class com.asperasoft.faspmanager.Environment
Sets the path to the fasp2 ascp binary.
setFaspDebug(boolean) - Method in class com.asperasoft.faspmanager.FaspManager
Enable debug logging from Aspera transfer engine.
setManagementPort(int) - Static method in class com.asperasoft.faspmanager.Environment
Set the management port to a specific value.
setPassword(String) - Method in class com.asperasoft.faspmanager.RemoteLocation
 
setProcessErrorStream(InputStream) - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
setProcessInputStream(OutputStream) - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
setProcessOutputStream(InputStream) - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
setRate(String, int, int, Policy) - Method in class com.asperasoft.faspmanager.FaspManager
Change the rate and policy of an active transfer
setSource(FileTransferLocation) - Method in class com.asperasoft.faspmanager.TransferOrder
Set the source location.
setUnicodeSupportOn(boolean) - Static method in class com.asperasoft.faspmanager.Environment
Deprecated.
3.2 no longer has any affect, unicode always supported
setUser(String) - Method in class com.asperasoft.faspmanager.RemoteLocation
 
setXferParams(XferParams) - Method in class com.asperasoft.faspmanager.TransferOrder
Set the transfer parameters.
skipSpecialFiles - Variable in class com.asperasoft.faspmanager.XferParams
Skip special files.
sourceBase - Variable in class com.asperasoft.faspmanager.XferParams
Specify the prefix to be stripped off from each source object.
start() - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
startServer(int, SelectHandler) - Method in class com.asperasoft.faspmanager.util.SelectThread
Start listening for connections on the given port.
startServer(SelectHandler) - Method in class com.asperasoft.faspmanager.util.SelectThread
Start listening on a system-selected port.
startTransfer(TransferOrder) - Method in class com.asperasoft.faspmanager.FaspManager
Start a transfer
startTransfer(TransferOrder, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Start a transfer
startTransfer(TransferOrder, UUID, int) - Method in class com.asperasoft.faspmanager.FaspManager
Start a transfer
startTransfer(TransferOrder, UUID, int, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Start a transfer
startTransfer(TransferOrder, int) - Method in class com.asperasoft.faspmanager.FaspManager
Start a multi-process/parallel transfer
startTransfer(TransferOrder, int, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Start or restart a multi-process transfer
startTransfer(TransferOrder, UUID, int, int, TransferListener) - Method in class com.asperasoft.faspmanager.FaspManager
Start or restart a multi-process transfer
StateException - Exception in com.asperasoft.faspmanager
Indicates the session is a state where the current operation cannot be performed.
stop() - Method in class com.asperasoft.faspmanager.util.ErrorStreamHandler
 
stopTransfer(String) - Method in class com.asperasoft.faspmanager.FaspManager
Stop an active persistent transfer session.
SymLinkPolicy - Enum in com.asperasoft.faspmanager
 
symLinkPolicy - Variable in class com.asperasoft.faspmanager.XferParams
How symbolic links are handled.

T

tags - Variable in class com.asperasoft.faspmanager.XferParams
 
targetRateKbps - Variable in class com.asperasoft.faspmanager.XferParams
The target transfer rate in kbps.
targetRatePercent - Variable in class com.asperasoft.faspmanager.XferParams
Deprecated.
tcpPort - Variable in class com.asperasoft.faspmanager.XferParams
The TCP port used for transfer initialization.
terminate() - Method in class com.asperasoft.faspmanager.util.SelectThread
 
terminateTransfer(String) - Method in class com.asperasoft.faspmanager.FaspManager
Terminate an active transfer session (persistent or regular).
token - Variable in class com.asperasoft.faspmanager.XferParams
Security token.
toString() - Method in class com.asperasoft.faspmanager.AscpParameter
 
toString() - Method in class com.asperasoft.faspmanager.ByteRange
 
toString() - Method in enum com.asperasoft.faspmanager.ContentProtection
Deprecated.
 
toString() - Method in enum com.asperasoft.faspmanager.DeleteSource
Deprecated.
 
toString() - Method in enum com.asperasoft.faspmanager.Encryption
 
toString() - Method in class com.asperasoft.faspmanager.FaspProxy
 
toString() - Method in enum com.asperasoft.faspmanager.FileCryptMode
 
toString() - Method in enum com.asperasoft.faspmanager.FileState
 
toString() - Method in enum com.asperasoft.faspmanager.HashAlgorithm
 
toString() - Method in class com.asperasoft.faspmanager.License
 
toString() - Method in enum com.asperasoft.faspmanager.Manifest
 
toString() - Method in enum com.asperasoft.faspmanager.Mode
 
toString() - Method in enum com.asperasoft.faspmanager.Overwrite
 
toString() - Method in enum com.asperasoft.faspmanager.Policy
 
toString() - Method in enum com.asperasoft.faspmanager.Resume
 
toString() - Method in enum com.asperasoft.faspmanager.SessionState
 
toString() - Method in enum com.asperasoft.faspmanager.SymLinkPolicy
 
toString() - Method in enum com.asperasoft.faspmanager.TransferEvent
 
toString() - Method in enum com.asperasoft.faspmanager.Version
 
TransferEvent - Enum in com.asperasoft.faspmanager
Events that a file transfer session may trigger.
TransferListener - Interface in com.asperasoft.faspmanager
The interface for receiving notifications related to file transfers.
TransferOrder - Class in com.asperasoft.faspmanager
A transfer order comprises the source, the destination, and the transfer options.
TransferOrder(LocalLocation, RemoteLocation, XferParams) - Constructor for class com.asperasoft.faspmanager.TransferOrder
Construct an upload TransferOrder.
TransferOrder(RemoteLocation, LocalLocation, XferParams) - Constructor for class com.asperasoft.faspmanager.TransferOrder
Construct a download TransferOrder.

U

udpPort - Variable in class com.asperasoft.faspmanager.XferParams
The UDP port used for transferring data.
unmarshal(String) - Method in class com.asperasoft.faspmanager.util.DateOrNoneAdapter
 
unmarshal(String) - Method in class com.asperasoft.faspmanager.util.IntegerOrUnlimitedAdapter
 
unmarshal(String) - Method in class com.asperasoft.faspmanager.util.YesNoBooleanAdapter
 
unregisterChannel(SelectableChannel) - Method in class com.asperasoft.faspmanager.util.SelectThread
Stop selecting on this channel.

V

validate() - Method in class com.asperasoft.faspmanager.TransferOrder
Check the order for invalid parameters.
validationError - Variable in class com.asperasoft.faspmanager.XferParams
Error string describing the error found in validation.
ValidationException - Exception in com.asperasoft.faspmanager
Indicates the parameters submitted to Fasp Manager are invalid
valueOf(String) - Static method in enum com.asperasoft.faspmanager.AscpOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.ContentProtection
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.DeleteSource
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Encryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.FileCryptMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.FileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Manifest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Overwrite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Resume
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.SymLinkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.TransferEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.asperasoft.faspmanager.Version
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.asperasoft.faspmanager.AscpOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.ContentProtection
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.DeleteSource
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Encryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.FileCryptMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.FileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Manifest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Overwrite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Resume
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.SymLinkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.TransferEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.asperasoft.faspmanager.Version
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Enum in com.asperasoft.faspmanager
Used to specify the version of fasp to use to transfer files.

W

writeSize - Variable in class com.asperasoft.faspmanager.XferParams
Write block size in bytes.

X

XferParams - Class in com.asperasoft.faspmanager
A structure of transfer parameters needed to start a fasp file transfer.
XferParams() - Constructor for class com.asperasoft.faspmanager.XferParams
 

Y

YesNoBooleanAdapter - Class in com.asperasoft.faspmanager.util
 
YesNoBooleanAdapter() - Constructor for class com.asperasoft.faspmanager.util.YesNoBooleanAdapter
 
A B C D E F G H I L M N O P R S T U V W X Y 

Copyright © 2015 Aspera Inc.. All rights reserved.