Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abortOnPreviousError(Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
This determines if we should abort processing due to previous errors By default, any errors will cause this processor to be skipped but it can be overridden;
accept(File) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if the specified file is accepted by this filter.
accept(FileListDataItem) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if the specified file is accepted by this filter.
accept(String, boolean, long, long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if values are accepted into the filter
accept(T) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
 
acceptLastModified(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if the specified file is accepted by this filter.
acceptLength(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns whether or not this filter accepts a file based on length
acceptName(String) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if the supplied file name is accepted by this filter.
acceptPath(Path) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns true if the specified file is accepted by this filter.
accessTime(String) - Method in class unlimited.fc.client.api.FCClient
Get the last access modified time of a file on a FileCatalyst server.
ACCOUNT_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
activatePeriodicLogger(Logger) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Activates the periodic loggers for this filter object.
Adapter() - Constructor for class unlimited.fc.client.api.FileCatalystClientCallbackHandler.Adapter
 
Adapter() - Constructor for class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
Adapter() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
add(int, FileListDataItem) - Method in class unlimited.fc.client.api.FileListData
 
add(FileListDataItem) - Method in class unlimited.fc.client.api.FileListData
 
add(TransferJob) - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Adds the TransferJob into the system
add(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
addAll(int, Collection<? extends FileListDataItem>) - Method in class unlimited.fc.client.api.FileListData
 
addAll(Collection<? extends FileListDataItem>) - Method in class unlimited.fc.client.api.FileListData
 
addAllowedFile(Path) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Adds a particular file into the allowed file list.
addCustomLogHandler(Handler) - Method in class unlimited.fc.client.api.FCClient
Adds a custom log handler to which API logs will be published.
addCustomLogHandler(Handler) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Adds a custom log handler to which API logs will be published.
addCustomLogHandler(Handler) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
addCustomLogHandler(Handler) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
addCustomLogHandler(Handler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
addCustomLogHandler(Handler) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Adds a custom log handler to which API logs will be published.
addDeniedFile(Path) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Adds a particular file into the denied file list.
addErrorMessage(ErrorCodes) - Method in class unlimited.fc.client.api.TransferHook
Add a new error onto the stack.
addFailStatus(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
addFilenamesForRename(String, String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Specify a list of filenames to which the transferred files will be renamed.
addFilenamesForRename(String, String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Specify a list of filenames to which the transferred files will be renamed.
addFilesToQueue(String, String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Adds the specified files to the transfer queue
addFilesToQueue(String, String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Adds the specified files to the transfer queue
addFileToQueueWithRename(String, String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Adds the specified file to the transfer queue, and also specifies that it should be renamed to the specified new filename when it is downloaded.
addFileToQueueWithRename(String, String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Adds the specified file to the transfer queue, and also specifies that it should be renamed to the specified new filename when it is downloaded.
addFocusedDelta(Quintet<String, Long, Long, Long, TimeUnit>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a focused delta to the Multi-Client's post process.
addHook(Integer, TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
addItemsAsArray(FileListDataItem[]) - Method in class unlimited.fc.client.api.FileListData
 
addJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Adds the job.
addMultiClientListener(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds the property change listener.
addNewListElement(List<Pair<String, FileType>>, Pair<String, FileType>, String, FileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander
 
addObserver(Observer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
addObserver(Observer) - Method in class unlimited.fc.client.api.TransferHook
Deprecated.
addPostprocess(PostProcessor<?>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a PostProcess to the client's current processor list
addPostprocess(PostProcessor<?>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
This adds a new post processor.
addPreprocess(PreProcessor) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a PreProcessor to the clien's current processor list
addPreprocess(PreProcessor) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
This adds a new pre processor, it adds it to the front of the process chain
addProcessEventListener(ProcessEventDispatch.ProcessEventListener) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds an event listener that is triggered when PreProcessor and PostProcessor triggers
addProcessEventListener(ProcessEventDispatch.ProcessEventListener) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
addProcessEventListener(ProcessEventDispatch.ProcessEventListener) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
As a ProcessEventListener into the current listener list
addProcessor(Processor) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager.ProcessorComparator
 
ADDRESS_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
addRetransferDelta(Triplet<String, Long, TimeUnit>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a re-transfer delta PostProcessor that re-transfers deltas after a file succeeds
addSizes(T) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
addSizes(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
addStatus(TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
addStream(Stream<T>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a stream into the current stream list
addToCache(Path) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Adds a local Path to the cached file lengths
addToCache(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Adds a remote FileListDataItem to the cached file lengths
addToProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Adds the TransferJob into the processor's current list for processing
addUnattemptedJobs(Vector<TransferJob>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
addWaitForGrowth(Triplet<String, Long, TimeUnit>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Adds a wait for file growth PreProcessor that waits for a file to stop growing before it's transferred
addWork(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
addWork(Set<FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
addWork(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Adds new work into this FileTypeJob when called
afterExecute(Runnable, Throwable) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
AGGREGATECAP - Static variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
allFilePaths - Variable in class unlimited.fc.client.api.SnapShotHook
 
allowDirectories - Variable in class unlimited.fc.client.api.FileFilterData
Allow directories
allowServerOverrideBW() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
ANON_CREDENTIALS - Static variable in class unlimited.fc.client.api.ClientCredentials
 
apply(T, ListType) - Method in class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser
 
apply(Pair<String, FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander
 
apply(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander.ChildCounter
 
apply(Pair<String, FileType>, TransferJob.FileTypeJob<FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.AutoArchiveCollapser
 
apply(Pair<String, FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.FileToTransferAsMapper
 
apply(Pair<String, FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.PathNormalizer
 
applyFilter(ListJob<FileType>) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Applies the current processor filter to the job
applyFilter(FileCatalystFileFilter) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
applyFilter(T, FileCatalystFileFilter) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
applyFilterHandler(FilterHandler<Set<T>>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
applyRemoteFileAttributesToLocalFile(File, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
applyRemoteFileAttributesToLocalFile(File, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.FCClient
 
applyRemoteFileAttributesToLocalFile(Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Applies the remote file attributes to the local file instance.
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Applies the remote file attributes to the local file instance.
applyRemoteFileAttributesToLocalFile(Path, String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
AsynchronousContinualPreProcessor - Class in unlimited.fc.client.api.multiclient.processor
A PreProcessor that asynchronously processes incoming data
AsynchronousContinualPreProcessor(FileCatalystFileFilter, boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
attemptReset() - Method in class unlimited.fc.client.api.AutoRecoverClient
Will attempt to reset information for this client and making sure it's information is currently up-to-date
AUTO - Static variable in class unlimited.fc.client.api.TransferMode
This mode will automatically choose the optimal transfer protocol based on network conditions, and desired transfer rate.
AutoArchiveCollapser() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.AutoArchiveCollapser
 
autoArchivingSpecificCompressionData - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionMode() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use autoDetectConectionModeDownload() and autoDetectConectionModeUpload() instead.
autoDetectConectionMode() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
use autoDetectConectionModeDownload() and autoDetectConectionModeUpload() instead.
autoDetectConectionMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
autoDetectConectionMode() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
autoDetectConectionModeDownload() - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload(boolean, boolean) - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload() - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload(boolean, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeDownload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeDownload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
autoDetectConectionModeDownload() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeDownload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeDownload() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeDownload() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
autoDetectConectionModeUpload() - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload(boolean, boolean) - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload() - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload(boolean, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeUpload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeUpload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
autoDetectConectionModeUpload() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeUpload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeUpload() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload(boolean, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUpload() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
autoDetectConectionModeUploadAndDownload() - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload(boolean) - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload() - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload(boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeUploadAndDownload(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
autoDetectConectionModeUploadAndDownload(boolean) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
autoDetectConectionModeUploadAndDownload() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeUploadAndDownload(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
autoDetectConectionModeUploadAndDownload() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
autoDetectConectionModeUploadAndDownload() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
autoDetectConnectionMode(FileTransferMechanism.ConnectionModeType, boolean, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
autoDetectConnectionMode(FileTransferMechanism.ConnectionModeType, boolean, boolean) - Method in class unlimited.fc.client.api.FCClient
This method will attempt to detect the optimal connection method based on the provided server information, HTTP servlet location, and ports.
AutoDetectInfo - Interface in unlimited.fc.client.api
The AutoDetectInfo class provides methods to check if various transfer methods are supported on the client computer.
AutoRecoverClient - Class in unlimited.fc.client.api
An extension on the normal FCClient object.
AutoRecoverClient(Socket, String, long) - Constructor for class unlimited.fc.client.api.AutoRecoverClient
 
AutoRecoverClient(Socket, long) - Constructor for class unlimited.fc.client.api.AutoRecoverClient
 
AutoRecoverClient(String, int, long) - Constructor for class unlimited.fc.client.api.AutoRecoverClient
 
AutoRecoverClient(String, long) - Constructor for class unlimited.fc.client.api.AutoRecoverClient
 

B

BadState - Class in unlimited.fc.client.api.multiclient
The Class BadState.
BadState(MultiClientState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState
 
BadState.DisconnectErrorState - Class in unlimited.fc.client.api.multiclient
The Class DisconnectErrorState.
BadState.FailedConnectAttemptState - Class in unlimited.fc.client.api.multiclient
The Class FailedConnectAttemptState.
BadState.FailedFinishState - Class in unlimited.fc.client.api.multiclient
The Class FailedFinishState.
BadState.FailedInitializationState - Class in unlimited.fc.client.api.multiclient
The Class FailedInitializationState.
BadState.FailedLoginState - Class in unlimited.fc.client.api.multiclient
The Class FailedLoginState.
BadState.FailedTransferState - Class in unlimited.fc.client.api.multiclient
The Class FailedTransfer State
BandwidthDistributionMode - Enum in unlimited.fc.client.api.multiclient
This is used to tell the multiclient manager how to distribute its bandwidth during a setTargetRate(int rate, BandwidthDistributionMode mode)
beforeExecute(Thread, Runnable) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
BIDIRECTIONAL - Static variable in class unlimited.fc.client.api.HandlerData
 
BIDIRECTIONAL - Static variable in class unlimited.fc.client.api.TransferHook
This direction indicates the current transfer is in both a download and upload
browseLive() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Select the user selected directory to be used as the root download folder chosen by the applet's browse dialog.
browseLive(boolean) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Select a file path.
browseLiveMultiple(boolean, String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Select multiple files.
build() - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
build(boolean) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateSignalBuilder
 
build() - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateSignalBuilder
 
build() - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Creates an instance of the JobHandler created by this builder
buildCredentialSupplier(String, String) - Static method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
builder() - Static method in class unlimited.fc.client.api.ClientCredentials
 
Builder() - Constructor for class unlimited.fc.client.api.ClientCredentials.Builder
 
builder() - Static method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
buildListJob(TransferJob) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
buildNewPair(Pair<String, FileType>, String, FileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander
 
buildTokens() - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
buildUserPass() - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
bumpPriority(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Bump the priority of a given pending file to the head of the pending list
bumpPriority(String) - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Bumps the priority of a given file
bumpPriority(String) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
BYTES_SO_FAR_ALL_FILES - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the amount of bytes of all files transferred
BYTES_SO_FAR_CURRENT_FILE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the amount of bytes already transferred for the file
BytesSoFarAllFiles - Variable in class unlimited.fc.client.api.SnapShotHook
 
BytesSoFarCurrentFile - Variable in class unlimited.fc.client.api.SnapShotHook
 

C

cachedFileSize - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
CacheHandler() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
cacheVals(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Caches the files contained within the supplied job
canAcceptWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the Multi-Manager has room in the work queueu
CANCEL - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for the cancel option
cancelCurrentTransfers() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
Cancels All Currently Active Transfers When Called.
cancelHookIfNeeded(TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
cancelJob(List, List, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
cancelJobs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Takes the pending jobs and adds them to the unattempted job list
CANCELLED - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the transfer was cancelled (2)
CancelledState - Class in unlimited.fc.client.api.multiclient
The Class CancelledState.
CancelledState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.CancelledState
 
CancellingState - Class in unlimited.fc.client.api.multiclient
The class CancellingState.
CancellingState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.CancellingState
 
CancellingState.Transition - Class in unlimited.fc.client.api.multiclient
The Class CancellingState.
CancelTypeState - Class in unlimited.fc.client.api.multiclient
Multi-Client state that defines common methods for other cancel type states
CancelTypeState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.CancelTypeState
 
canPostProcess(Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns whether or not the files can still be post processed
canProcess(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor
 
canProcess(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor
 
canProcess() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
canProcessWithErrors(Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferPostProcessor
 
canProcessWithErrors(Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns whether or not the processor can progress with errors
castToUserPassCred(ClientCredentials, Supplier<Exception>) - Static method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
cause() - Method in class unlimited.fc.client.api.multiclient.BadState
Cause.
cause - Variable in class unlimited.fc.client.api.multiclient.MultiClientState
 
cause() - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
Cause.
cd(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
cd(String) - Method in class unlimited.fc.client.api.FCClient
Sets the current remote working directory to the specified path.
cd(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current remote working directory to the specified path.
cd(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
cd(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
cd(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
cd(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Navigates the manager into the supplied path.
cd(String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
cd(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
cdup() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
cdup() - Method in class unlimited.fc.client.api.FCClient
Move up one directory on the remote directory structure.
cdup() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Move up one directory on the remote directory structure.
cdup() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
cdup() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
cdup() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
cdup() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Move up one directory on the remote directory structure.
cdup() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
checkHTTPControlAndData() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the incoming HTTP Control and Data connections to see if both connections can be successfully made under the current configurations.
checkHTTPControlAndData() - Method in class unlimited.fc.client.api.FCClient
 
CHECKING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is checking the status of a file prior to transferring (12)
checkPermissions() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Method can be called to see if the applet has required permissions to properly transfer files
checkPermissions() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Method can be called to see if the applet has required permissions to properly transfer files
checkSizeAndRegexForTaUpload(List<String>) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
checkTCPControlChannel() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the TCP control channel to see if a TCP connection to the control channel can be made.
checkTCPControlChannel() - Method in class unlimited.fc.client.api.FCClient
 
checkTCPDataChannelMultiStream() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the TCP multi-stream functionality to see if TCP multi-stream transfers are possible.
checkTCPDataChannelMultiStream() - Method in class unlimited.fc.client.api.FCClient
 
checkTCPDataChannelSingleStream() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the TCP single-stream functionality to see if TCP single-stream transfers are possible.
checkTCPDataChannelSingleStream() - Method in class unlimited.fc.client.api.FCClient
 
checkTimeout() - Method in class unlimited.fc.client.api.FCClient
Checks if the client is disconnected due to timeout, and if so reconnects it.
checkTimeout() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Checks if the client is disconnected due to timeout, and if so reconnects it.
checkTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Deprecated.
checkUDPIncoming() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the incoming UDP functionality to see if incoming UDP messages can be properly received.
checkUDPIncoming() - Method in class unlimited.fc.client.api.FCClient
 
checkUDPOutgoing() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Checks the outgoing UDP functionality to see if outgoing UDP transfers can be properly transmitted.
checkUDPOutgoing() - Method in class unlimited.fc.client.api.FCClient
 
ChildCounter() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander.ChildCounter
 
cleanup() - Method in class unlimited.fc.client.api.FileListData
 
cleanup() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
Cleans up the current job if is defined
cleanupClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Cleans up the client if it is needed
cleanupClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
cleanupClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
cleanupClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
cleanupClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
cleanupSentFolder() - Method in class unlimited.fc.client.api.PostTaskSentData
 
clear() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Reset this filter back to defaults
clear() - Method in class unlimited.fc.client.api.FileFilterData
Clears the file filter data and resets it to the defaults
clear() - Method in class unlimited.fc.client.api.FileListData
 
clear() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
clear() - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Clears all existing data from the priority manager
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob.RemoteUploadFileType
Clears the source and destination file list when called
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Clears the stored information in the TransferJob
clear() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
clearErrors() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Clears the error codes if they are set and they are not currently empty
clearOldTransferData() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
clearQueue() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Clears the transfer queue
clearQueue() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Clears the transfer queue
clearWork() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
client - Variable in class unlimited.fc.client.api.FCClient
 
client - Variable in class unlimited.fc.client.api.multiclient.FCClientWorker
 
ClientCredentials - Class in unlimited.fc.client.api
 
ClientCredentials() - Constructor for class unlimited.fc.client.api.ClientCredentials
 
ClientCredentials.Builder - Class in unlimited.fc.client.api
 
ClientCredentials.DataVisitor - Interface in unlimited.fc.client.api
 
ClientCredentials.HttpServletVisitor - Interface in unlimited.fc.client.api
 
ClientCredentials.LoginVisitor - Interface in unlimited.fc.client.api
 
ClientCredentials.SimpleDataVisitor - Class in unlimited.fc.client.api
 
ClientCredentials.Tokens - Class in unlimited.fc.client.api
 
ClientCredentials.UserPass - Class in unlimited.fc.client.api
 
ClientFactory - Class in unlimited.fc.client.api.multiclient
A factory for creating Client objects.
ClientFactory(int) - Constructor for class unlimited.fc.client.api.multiclient.ClientFactory
Instantiates a new client factory.
ClientFactory.FCClientFactory - Class in unlimited.fc.client.api.multiclient
A factory for creating FCClient objects.
clientPoolSize - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
clients - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
clientsCanStillTransfer() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
Returns whether or the clients still can still transfer files
clientsCanStillTransfer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the client can still transfer
clone() - Method in class unlimited.fc.client.api.FileListDataItem
 
clone() - Method in class unlimited.fc.client.api.HandlerData
 
clone() - Method in class unlimited.fc.client.api.PostTaskSentData
 
clone() - Method in class unlimited.fc.client.api.TransferMechanismData
Clone method that generates an independent copy of this object
close() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
close() - Method in class unlimited.fc.client.api.FCClient
Closes the FCClient and fully disconnects it from the active connection.
close() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
close() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Closes the Manager, and finishes the connection.
close() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
close() - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
closeAllStreams() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
closeResources() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Shuts and cancels the Multi-Manager's current resources
CommonFileFilterModeType - Enum in unlimited.fc.client.api
Enumeration of file filter mode types
COMMUNICATION_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
compare(FileListDataItem, FileListDataItem) - Method in class unlimited.fc.client.api.FileListData.DateComparator
 
compare(FileListDataItem, FileListDataItem) - Method in class unlimited.fc.client.api.FileListData.SizeComparator
 
compare(Path, Path) - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener.FileComparator
 
compare(FileListDataItem, FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener.FLDComparator
 
compare(Processor, Processor) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager.ProcessorComparator
 
compareTo(RemoteFileIfc) - Method in class unlimited.fc.client.api.FileListDataItem
 
compareTo(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
completeClientFailure(TransferJob) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
completeClientFailure(TransferJob, TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that handles marks failed transfers, and fires the corresponding TransferJobFailureEvents.
completeClientFailure(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
completeClientFailure(TransferJob) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
compLevel - Variable in class unlimited.fc.client.api.CompressionData
 
compMethod - Variable in class unlimited.fc.client.api.CompressionData
 
COMPRESSING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently compressing a file (not yet implemented) (6)
CompressionData - Class in unlimited.fc.client.api
Data object that contains the all of the information needed for compression data and other misc information.
CompressionData() - Constructor for class unlimited.fc.client.api.CompressionData
Default constructor for the compression data resource.
CompressionData(boolean, int, int, int) - Constructor for class unlimited.fc.client.api.CompressionData
Constructor when individual data values are known
compressionData - Variable in class unlimited.fc.client.api.TransferMechanismData
 
compStrategy - Variable in class unlimited.fc.client.api.CompressionData
 
confirmOverwrite(String) - Method in class unlimited.fc.client.api.FileCatalystClientCallbackHandler.Adapter
 
confirmOverwrite(String) - Method in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Callback that is evoked during a transfer when a file already exists on the destination.
confirmResume(String) - Method in class unlimited.fc.client.api.FileCatalystClientCallbackHandler.Adapter
 
confirmResume(String) - Method in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Callback is made during a transfer when a file already exists in order to confirm resume.
connect() - Method in class unlimited.fc.client.api.FCClient
Connect to the FileCatalyst server.
connect() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Connect to the FileCatalyst server.
connect() - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
connect() - Method in class unlimited.fc.client.api.multiclient.ConnectedState.Transition
 
connect() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
connect() - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
connect() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
connect() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Connect to the FileCatalyst server.
connectAndlogin(boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
connected() - Method in class unlimited.fc.client.api.FCClient
Returns true if connected
connected() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns true if connected
connected() - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
connected() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
connected() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns true if connected
connected() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
ConnectedState - Class in unlimited.fc.client.api.multiclient
The Class ConnectedState.
ConnectedState(InitializedState) - Constructor for class unlimited.fc.client.api.multiclient.ConnectedState
 
ConnectedState.Transition - Class in unlimited.fc.client.api.multiclient
The Class ConnectingState.
ConnectivityTestResultContainer - Class in unlimited.fc.client.api
Data object container that contains information on whether or not transfers will work, and whether or not specific transfer directions will actually work.
ConnectivityTestResultContainer() - Constructor for class unlimited.fc.client.api.ConnectivityTestResultContainer
 
ConnectivityTestType - Enum in unlimited.fc.client.api
Enumeration that represents test types used with the /agent/connect/connectivityTest/${connectionKey} REST resource
contains(Object) - Method in class unlimited.fc.client.api.FileListData
 
contains(FileListDataItem) - Method in class unlimited.fc.client.api.FileListData
 
containsAll(Collection<?>) - Method in class unlimited.fc.client.api.FileListData
 
countDirectories() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
countObservers() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
CountTransferred - Variable in class unlimited.fc.client.api.SnapShotHook
 
CreatedState - Class in unlimited.fc.client.api.multiclient
The Class CreatedState.
CreatedState(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.CreatedState
 
createFromXML(Node) - Static method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
createJob(FCWebOrderForm) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
 
createJob(Vector) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
Deprecated.
createJob(FCWebOrderForm) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
createJob(FCWebOrderForm, boolean, boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
createTransferMetrics(String[]) - Static method in class unlimited.fc.client.api.UDPTransferMetricsFactory
Takes a string array (ServerAdmin will already separate out pipe-delimited "|" values into a string array) and create a UDPTransferMetricContainer out of it.
createTransferMetrics(String) - Static method in class unlimited.fc.client.api.UDPTransferMetricsFactory
Takes a string object (found as property value in TaskDetailsDO.java object or as param token in ServerAdmin) and creates a UDPTransferMetricContainer out of it.
createWeblink(List<String>, String, String, FileListData) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
createWeblink(List<String>, String, String, Set<String>) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
createWeblink(WeblinkDataContainer) - Method in class unlimited.fc.client.api.FCClient
 
createWeblink(List<String>, String, String, Set<String>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
Note: Method has been deprecated due to future expansion issues. Please use createWeblink(WeblinkDataContainer data) instead
createWeblink(List<String>, String, String, FileListData) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
Note: Method has been deprecated due to future expansion issues. Please use createWeblink(WeblinkDataContainer data) instead
createWeblink(WeblinkDataContainer) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Creates a weblink on the FileCatalyst Server with the parameters provided by the client.
createWeblink(List<String>, String, String, FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Deprecated.
createWeblink(List<String>, String, String, Set<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Deprecated.
createWeblink(WeblinkDataContainer) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
createWorkerThreads() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Creates the worker threads to be used by this Multi-Client instance
CREATINGDMG - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handle is rebuilding the file or issuing the rebuild file command to the server (16)
creationTime(String) - Method in class unlimited.fc.client.api.FCClient
Get the last creation time of a file on a FileCatalyst server.
CURRENT_FILE_TIME_REMAINING - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current amount time remaining for the file
CURRENT_FILENAME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current filename
CURRENT_PERCENT - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current percentage of the transfer
CurrentFilename - Variable in class unlimited.fc.client.api.SnapShotHook
 
currentFileToIDs - Variable in class unlimited.fc.client.api.TransferHook
 
CurrentFileTransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
CurrentPercent - Variable in class unlimited.fc.client.api.SnapShotHook
 
CurrentRate - Variable in class unlimited.fc.client.api.SnapShotHook
 
currentWork - Variable in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
CUSTOM_FILTER_LOC - Static variable in class unlimited.fc.client.api.FileCatalystCustomFilterManager
 
CUSTOM_FILTER_PROPS_NAME - Static variable in class unlimited.fc.client.api.FileCatalystCustomFilterManager
 
customPostFileUploadProcessing(Path) - Method in class unlimited.fc.client.api.FileCatalystClientCallbackHandler.Adapter
 
customPostFileUploadProcessing(Path) - Method in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
After upload of each file, this method is called and custom post processing may be performed

D

data - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
DateComparator(boolean) - Constructor for class unlimited.fc.client.api.FileListData.DateComparator
Default constructor for the comparator
deactivatePeriodicLogger() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Turns off the periodic logger when called
DECOMPRESSING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the connection is in a decompressing state (19)
decrementDirectory() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
DEFAULT_FILEFILTERMODE - Static variable in class unlimited.fc.client.api.FileFilterData
Default filter mode.
DEFAULT_FILTER_TARGET - Static variable in class unlimited.fc.client.api.FileFilterData
Default filter target.
DEFAULT_FILTERSTRING - Static variable in class unlimited.fc.client.api.FileFilterData
Default filter string.
DEFAULT_LOWERBYTELIMIT - Static variable in class unlimited.fc.client.api.FileFilterData
Default lower byte limit.
DEFAULT_NEWERTHAN - Static variable in class unlimited.fc.client.api.FileFilterData
Default newer than value.
DEFAULT_OLDERTHAN - Static variable in class unlimited.fc.client.api.FileFilterData
Default older than value.
DEFAULT_UPPERBYTELIMIT - Static variable in class unlimited.fc.client.api.FileFilterData
Default upper byte limit.
defaultArchivingCompressionData - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
delete(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
delete(String) - Method in class unlimited.fc.client.api.FCClient
Deletes the specified file from the remote file system.
delete(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.FCClient
 
delete(Stream<FileListDataItem>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deletes a stream of files on the Server.
delete(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
delete(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
delete(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
delete(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
delete(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Deletes the specified file from the remote file system.
delete(String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
delete(String) - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
DeleteAfterHandler() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
DeleteAfterTransferListener<T> - Class in unlimited.fc.client.api.multiclient
A listener class that listens for a TransferCompleteState, and then deletes the empty directories once the event fires
DeleteAfterTransferListener(MultiClientManager, Pair<LinkedList<T>, HashSet<T>>) - Constructor for class unlimited.fc.client.api.multiclient.DeleteAfterTransferListener
 
DeleteAfterTransferListener.TransferCompletionHandler - Class in unlimited.fc.client.api.multiclient
 
deleteAll(List) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
deleteAll(FileListData) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
deleteAll(FileListDataItem[]) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
deleteAll(List<String>) - Method in class unlimited.fc.client.api.FCClient
Delete all specified files in a single efficient command.
deleteAll(List<String>, boolean) - Method in class unlimited.fc.client.api.FCClient
Delete all specified files in a single efficient command.
deleteAll(FileListData) - Method in class unlimited.fc.client.api.FCClient
Delete all specified files in a single efficient command.
deleteAll(FileListDataItem[]) - Method in class unlimited.fc.client.api.FCClient
Delete all specified files in a single efficient command.
deleteAll(List<String>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Delete all specified files in a single efficient command.
deleteAll(List<String>, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Delete all specified files in a single efficient command.
deleteAll(FileListData) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Delete all specified files in a single efficient command.
deleteAll(FileListDataItem[]) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Delete all specified files in a single efficient command.
deleteAll(List) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
deleteAll(FileListData) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
deleteAll(FileListDataItem[]) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
deleteAll(List) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
deleteAll(List<String>, boolean) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
deleteAll(List) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
deleteAll(List<String>, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
deleteAll(FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
deleteAll(FileListDataItem[]) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
deleteAll(List) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Delete all specified files in a single efficient command.
deleteAll(List<String>, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Delete all specified files in a single efficient command.
deleteAll(FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Delete all specified files in a single efficient command.
deleteAll(FileListDataItem[]) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Delete all specified files in a single efficient command.
deleteAll(List) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
deleteAll(List<String>, boolean) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
deleteEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.DeleteAfterTransferListener
 
deleteObserver(Observer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
deleteObservers() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
deleteOnlyFilesAfterTransfer() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
DELTA - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is creating delta file or issuing the delta command to the server (14)
deltaSuffix - Static variable in class unlimited.fc.client.api.Rsync
 
deRegisterStateSignal(StateSignal) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
De-registers the specified state signal and makes it so it is no longer called system when the state is entered
deRegisterStateSignal(StateSignal) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateListener
Removes a state signal from the current list
destination - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
DIR - Static variable in class unlimited.fc.client.api.FileListDataItem
Type returned by getType() if this item is a directory.
DIRECTION - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current transfer direction
Direction - Variable in class unlimited.fc.client.api.SnapShotHook
 
directories - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
 
directories() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns the directories contained by this job
DirectoryCollector<FileType> - Class in unlimited.fc.client.api.multiclient.transferJob
This only wants to allow EMPTY directories and Files nothing else the logic is as follows , accept the file if it is not a directory or if we are transferring empty directories.
DirectoryCollector(ExpandJobHandler<FileType>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DirectoryCollector
 
directoryCount - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
DirectoryExpander<FileType> - Class in unlimited.fc.client.api.multiclient.transferJob
An Expander Class that expands directories and explores their contents while they expand.
DirectoryExpander(FileTransferMechanism, FileTransferMechanism.ConnectionModeType) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander
 
DirectoryExpander.ChildCounter - Class in unlimited.fc.client.api.multiclient.transferJob
 
disconnect() - Method in class unlimited.fc.client.api.FCClient
 
disconnect() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method is used to disconnect once the files are uploaded.
disconnect() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Disconnect from the server.
disconnect() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
disconnect() - Method in class unlimited.fc.client.api.multiclient.InitializedState.DisconnectingState
 
disconnect() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
disconnect() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Disconnect from the server.
disconnect() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
disconnectClient() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
Disconnects the client from the server that is connected to
DisconnectErrorState(CreatedState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState.DisconnectErrorState
Instantiates a new disconnect error state.
DisconnectingState(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.InitializedState.DisconnectingState
Instantiates a new disconnecting state.
doDisconnect() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that contains the functionality to disconnect the clients from the system
DOINGCHMOD - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently changing the permissions on a file (9)
DOINGMDTM - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently updating the Date/Time stamp on a file (8)
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Calls the current state to execute the supplied runner.
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
doJob(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
doJobInner(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
doLog() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Prints the logs if loggers are defined when called.
doMaintain() - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener
 
DONEFILE - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is done transferring the current file (11)
doTestAproximateDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Tests the approximate download speed by using the tester client
doTestAproximateUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Tests the approximate upload speed by using the tester client
doTestMaxDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Performs a series of tests to determine the maximum download speed from the connected server.
doTestMaxUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Performs a series of tests to determine the maximum upload speed from the connected server.
doTestWriteSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Perform a write to current directory with recommended values for determining storage rate.
doTestWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Perform a write to specified file with specified size and timeout for determining storage rate.
download(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(List<String>) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(FileListData) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(FileListData, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(FileListData, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(List<String>, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(List<String>, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
download(String) - Method in class unlimited.fc.client.api.FCClient
Download a the specified file to the current local working directory.
download(String, String) - Method in class unlimited.fc.client.api.FCClient
Download a the specified file to the specified local path.
download(List<String>) - Method in class unlimited.fc.client.api.FCClient
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(FileListData) - Method in class unlimited.fc.client.api.FCClient
Downloads the files specified in the FileListData object to the current local working directory.
download(FileListData, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the files specified in the FileListData object to the specified path.
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.FCClient
Downloads the files specified in the FileListData object to the specified path.
download(FileListData, String, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the files specified in the FileListData object to the specified path.
download(List<String>, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(List<String>, String, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.FCClient
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Download a the specified file to the current local working directory.
download(String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Download the specified file to the specified local path.
download(List<String>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(FileListData) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files specified in the FileListData object to the current local working directory.
download(FileListData, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files specified in the FileListData object to the specified path.
download(FileListData, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files specified in the FileListData object to the specified path.
download(FileListData, String, String, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files specified in the FileListData object to the specified path.
download(List<String>, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(List<String>, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(List<String>, String, String, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
DOWNLOAD - Static variable in class unlimited.fc.client.api.HandlerData
 
download(String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(String, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(List<String>) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(FileListData) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(List<String>, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
download(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(List<String>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(FileListData) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(List<String>, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
download(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(FileListData, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(FileListData, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(List<String>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(List<String>, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
download(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Download a the specified file to the current local working directory.
download(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Download the specified file to the specified local path.
download(List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Downloads the files specified in the FileListData object to the current local working directory.
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Downloads the files specified in the FileListData object to the specified path.
download(List<String>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Download the specified file to the specified local file.
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Downloads the files as specified by the paths (in String format) contained in the specified vector to the current working directory.
download(MultiClientManager, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, FileListData) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, FileListData, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, List<String>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(MultiClientManager, FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download.
download(String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(String, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(List<String>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(FileListData) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(List<String>, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
download - Variable in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
download(FileListData, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Download.
download(FileListData, String, String, boolean, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Download.
download(String) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a given remote file.
download(String, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a given remote file.
download(List<String>) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files
download(FileListData) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files
download(FileListData, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files.
download(FileListData, String, String, boolean) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files.
download(List<String>, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files.
download(List<String>, String, String, boolean) - Method in class unlimited.fc.client.api.TransferControl
Starts the download for a collection of files.
DOWNLOAD - Static variable in class unlimited.fc.client.api.TransferHook
This direction indicates the current transfer is a download
DOWNLOAD_ADD - Variable in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
DOWNLOAD_DIRECTION - Static variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
DOWNLOAD_FOLDER_ADD - Variable in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
DownloadAppletLiveConnect - Interface in unlimited.fc.client.api
Title: FileCatalyst Download Applet LiveConnect API Spec
downloadArchive(FileListData, String, String) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Download archive.
downloadArchive(FileListData, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Download archive.
DownloadArchiveJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class DownloadArchiveJob.
DownloadArchiveJob(List<FileListDataItem>, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
Instantiates a new download archive job.
DownloadArchiveJob(Set<FileListDataItem>, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
 
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadAs(FileListDataItem, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadAs(String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadAs(String, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadAs(String, Path, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the specified remote file to the specified local file.
downloadAs(String, String) - Method in class unlimited.fc.client.api.FCClient
Downloads the specified remote file to the specified local file.
downloadAs(String, Path, String) - Method in class unlimited.fc.client.api.FCClient
 
downloadAs(String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Download the specified file to the specified local file.
downloadAs(String, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
Method is deprecated. Please use FileTransferMechanism.downloadAs(String, Path, String) instead
downloadAs(String, Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Download the specified file to the specified local file.
downloadAs(FileListDataItem, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
downloadAs(FileListDataItem, Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Download the specified file to the specified local file.
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
downloadAs(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
downloadAs(String, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Download the specified file to the specified local file.
downloadAs(MultiClientManager, FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Download as.
downloadAs(FileListDataItem, Path, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
downloadAs - Variable in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
downloadAs(FileListDataItem, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Deprecated.
downloadAs(FileListDataItem, Path, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Download as.
DownloadAsJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class DownloadAsJob.
DownloadAsJob(FileListDataItem, Path, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
Instantiates a new download as job.
downloadConsume(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
downloadJob(String, boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
DownloadJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class DownloadJob.
DownloadJob(TransferJob.FileTypeJob<FileListDataItem>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
DownloadJob(List<FileListDataItem>, String, String, boolean, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
Instantiates a new download job.
DownloadJob(Set<FileListDataItem>, String, String, boolean, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
downloadLive() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Instantiates download.
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.FCClient
 
downloadRange(Path, String, long, long) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Downloads a range of information from the remote file.
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
downloadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Downloads a range of rate for the given file
downloadStream(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
downloadStream(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
downloadStream(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Downloads the provided stream from the currently connected Server.
downloadStream(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
downloadStream(MultiClientManager, Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
 
downloadStream(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
DownloadStreanCollapser() - Constructor for class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser.DownloadStreanCollapser
 

E

EffectiveRateAverage - Variable in class unlimited.fc.client.api.SnapShotHook
 
EffectiveRateCurrent - Variable in class unlimited.fc.client.api.SnapShotHook
 
EMPTY - Static variable in class unlimited.fc.client.api.FileListDataItem
 
endJob(FileTransferMechanism, TransferJob, TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that performs the necessary logic for processing TransferJob that has completed.
equals(Object) - Method in class unlimited.fc.client.api.ClientCredentials
 
equals(Object) - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
equals(Object) - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
equals(Object) - Method in class unlimited.fc.client.api.CompressionData
 
equals(Object) - Method in class unlimited.fc.client.api.FCClient
 
equals(Object) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
 
equals(Object) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
equals(Object) - Method in class unlimited.fc.client.api.FileListData.DateComparator
 
equals(Object) - Method in class unlimited.fc.client.api.FileListData
 
equals(Object) - Method in class unlimited.fc.client.api.FileListData.SizeComparator
 
equals(Object) - Method in class unlimited.fc.client.api.FileListDataItem
 
equals(Object) - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
equals(Object) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
equals(Object) - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
equals(Object) - Method in class unlimited.fc.client.api.PostTaskSentData
 
ERROR - Static variable in interface unlimited.fc.client.api.AutoDetectInfo
Constant that signifies that the auto detection test was executed, but encountered an error
ERROR - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the transfer failed with an error (3)
ErrorCodes - Class in unlimited.fc.client.api
Title: FileCatalystDirect Clients (Hotfolder, CLI, API, etc)
ErrorCodes(String) - Constructor for class unlimited.fc.client.api.ErrorCodes
Create a general error message.
ErrorCodes(int, String) - Constructor for class unlimited.fc.client.api.ErrorCodes
Create a specific error message.
errorCodes - Variable in class unlimited.fc.client.api.multiclient.processor.Processor
 
ErrorMessage - Variable in class unlimited.fc.client.api.SnapShotHook
 
errorMessageStack - Variable in class unlimited.fc.client.api.TransferHook
 
examineHooksForWarning() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
executeJob(TransferRunner) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
 
executeRun() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
exists(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
exists(String) - Method in class unlimited.fc.client.api.FCClient
Test if the remote file, denoted by the given remote path, exists on the server and returns true if it exists, false otherwise.
exists(Stream<String>) - Method in class unlimited.fc.client.api.FCClient
 
exists(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Test if the remote file, denoted by the given remote path, exists on the server and returns true if it exists, false otherwise.
exists(Stream<String>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Queries the Server for existence of all files in the provided stream.
exists(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
exists(Stream<String>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
exists(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
exists(Stream<String>) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
exists(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
exists(Stream<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
exists(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Test if the remote file, denoted by the given remote path, exists on the server and returns true if it exists, false otherwise.
exists(Stream<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Test if the remote file, denoted by the given remote path, exists on the server and returns true if it exists, false otherwise.
exitMethod() - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
This method is executed upon Pre-Processor shutting down
expandFileByType(Pair<String, FileType>, List<Pair<String, FileType>>) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryExpander
 
ExpandJobHandler<FileType> - Class in unlimited.fc.client.api.multiclient.transferJob
Handler class that is used to expand TransferJobs and perform operations on their inner content
ExpandJobHandler.AutoArchiveCollapser - Class in unlimited.fc.client.api.multiclient.transferJob
 
ExpandJobHandler.FileToTransferAsMapper - Class in unlimited.fc.client.api.multiclient.transferJob
 
ExpandJobHandler.PathNormalizer - Class in unlimited.fc.client.api.multiclient.transferJob
 
exportFile(File) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
exportFile(Path) - Method in class unlimited.fc.client.api.FCClient
 
exportFile(Path) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Export all settings to a properties file
exportFile(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
exportFile(Path, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
Exports the supplied FileTransferData data as properties and writes the information to the specified file path
exportProperties() - Method in class unlimited.fc.client.api.FCClient
 
exportProperties() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Export all settings to a properties object
exportProperties() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
exportProperties(FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
Exports the supplied FileTransferData data into a standard properties object

F

FactoryProcessor(T) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
FAILED_INTEGRITY_CHECK - Static variable in class unlimited.fc.client.api.ErrorCodes
 
FailedConnectAttemptState(MultiClientState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState.FailedConnectAttemptState
Instantiates a new failed connect attempt state.
FailedFinishState(FinishedState.Transition, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState.FailedFinishState
Instantiates a new failed finish state.
FailedInitializationState(CreatedState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState.FailedInitializationState
Instantiates a new failed initialization state.
FailedLoginState(ConnectedState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.BadState.FailedLoginState
Instantiates a new failed login state.
FailedTransferState(MultiClientState, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
FATAL - Static variable in class unlimited.fc.client.api.TransferMode
Do not try to transfer files if you detect this mode.
FCClient - Class in unlimited.fc.client.api
The FileCatalyst API provides access to all of the FileCatalyst engine client side functions.
FCClient(String) - Constructor for class unlimited.fc.client.api.FCClient
Constructs an un-initialized, un-connected FCClient object.
FCClient(String, int) - Constructor for class unlimited.fc.client.api.FCClient
Constructs an un-initialized, un-connected FCClient object.
FCClient(Socket) - Constructor for class unlimited.fc.client.api.FCClient
This method allows you to pass a pre-connected socket to the FileCatalyst API.
FCClient(Socket, String) - Constructor for class unlimited.fc.client.api.FCClient
This method allows you to pass a pre-connected socket to the FileCatalyst API.
FCClientFactory(int) - Constructor for class unlimited.fc.client.api.multiclient.ClientFactory.FCClientFactory
Instantiates a new fC client factory.
FCClientWorker<T extends FileTransferMechanism> - Class in unlimited.fc.client.api.multiclient
The Class FCClientWorker.
FCClientWorker(MultiClientManager, T) - Constructor for class unlimited.fc.client.api.multiclient.FCClientWorker
 
FCClientWorkerPool - Class in unlimited.fc.client.api.multiclient
The Class FCClientWorkerPool.
FCClientWorkerPool(int) - Constructor for class unlimited.fc.client.api.multiclient.FCClientWorkerPool
Instantiates a new fC client worker pool.
FCWebClient - Class in unlimited.fc.client.api.fcweb
A client class the defines methods to be used within FCWeb
FCWebClient(String, String, String) - Constructor for class unlimited.fc.client.api.fcweb.FCWebClient
This is the main constructor used to instantiate the FCWebClient object.
FCWebClient() - Constructor for class unlimited.fc.client.api.fcweb.FCWebClient
Default Constructor should be used along with setters for host, username and password.
FCWebConnection - Class in unlimited.fc.client.api.fcweb
Title: FileCatalyst
FCWebConnection(String, String, String) - Constructor for class unlimited.fc.client.api.fcweb.FCWebConnection
Creates a FCWebConnection object that can be validated, and allows the creation and finaliztion of jobs.
FCWebConnection(String, String, String, boolean, String, String, String, String, String) - Constructor for class unlimited.fc.client.api.fcweb.FCWebConnection
 
FCWebField - Class in unlimited.fc.client.api.fcweb
This interface provides a way to get and set the properties of fields defined in FileCatalyst Web.
FCWebField() - Constructor for class unlimited.fc.client.api.fcweb.FCWebField
 
FCWebFieldCore - Class in unlimited.fc.client.api.fcweb
 
FCWebFieldCore() - Constructor for class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
FCWebJob - Class in unlimited.fc.client.api.fcweb
 
FCWebJob(String) - Constructor for class unlimited.fc.client.api.fcweb.FCWebJob
 
FCWEBLINK - Static variable in class unlimited.fc.client.api.FileListDataItem
Type returned by getType() if this item is a link.
FCWebOrderForm - Class in unlimited.fc.client.api.fcweb
A data object class that contains abstract method definitions for all FCWeb order forms
FCWebOrderForm() - Constructor for class unlimited.fc.client.api.fcweb.FCWebOrderForm
 
FCWebOrderForm.OrderFormType - Enum in unlimited.fc.client.api.fcweb
Inner enumeration that defines all of the possible order form types
FCWebOrderFormCore - Class in unlimited.fc.client.api.fcweb
 
FCWebOrderFormCore(String, String, FCWebOrderForm.OrderFormType, ArrayList<FCWebField>) - Constructor for class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
FCWebSettings - Class in unlimited.fc.client.api.fcweb
 
FCWebSettings() - Constructor for class unlimited.fc.client.api.fcweb.FCWebSettings
 
FILE - Static variable in class unlimited.fc.client.api.FileListDataItem
Type returned by getType() if this item is a file.
file - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
FILE_FILTER_ALLOW_DIRECTORIES_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_APPLY_FILTER_TO_DIR_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_FILTER_MODE_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_FILTER_STRING_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_FILTER_TARGET_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_LOWER_BYTE_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_NEWER_THAN_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_OLD_THAN_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_UPPER_BYTE_PROP - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_FILTER_WORKING_DIRECTORY - Static variable in class unlimited.fc.client.api.FileFilterData
 
FILE_INTEGRITY_CHECK_FAILED - Static variable in class unlimited.fc.client.api.ErrorCodes
 
FILE_NOT_FOUNT_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
FILE_PERMISSION_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
FILE_SIZE_UPDATE_INTERVAL - Static variable in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
FileCacheJobHandler - Class in unlimited.fc.client.api.multiclient
The Class FileCacheJobHandler.
FileCacheJobHandler(CachedFileIndexInterface, BooleanSupplier) - Constructor for class unlimited.fc.client.api.multiclient.FileCacheJobHandler
Instantiates a new file cache job handler.
FileCatalystClientCallbackHandler - Interface in unlimited.fc.client.api
Title: FileCatalyst
FileCatalystClientCallbackHandler.Adapter - Class in unlimited.fc.client.api
An adapter class that defines blank implementations of a FileCatalystCallbackHandler.
FileCatalystClientCallbackHandlerAdapter - Class in unlimited.fc.client.api
A backwards compatible adapter for users that are still in java 1.6
FileCatalystClientCallbackHandlerAdapter() - Constructor for class unlimited.fc.client.api.FileCatalystClientCallbackHandlerAdapter
 
FileCatalystCustomFilterManager - Class in unlimited.fc.client.api
This class provides a singleton Filter Manager that manages access to custom file filters.
FileCatalystFileFilter<T> - Class in unlimited.fc.client.api
A file filter object used to filter files based on date, size, and filter strings.
FileCatalystFileFilter() - Constructor for class unlimited.fc.client.api.FileCatalystFileFilter
Default constructor
FileCatalystFileFilter(FileFilterData) - Constructor for class unlimited.fc.client.api.FileCatalystFileFilter
Constructor when filterData is already known
FileCatalystFileFilter(FileCatalystCustomFilterLogger, String) - Constructor for class unlimited.fc.client.api.FileCatalystFileFilter
Constructor when a custom logger and caller ID are needed
FileChangeChecker() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.FileChangeChecker
 
FileComparator() - Constructor for class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener.FileComparator
 
FileCountHandler() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor.FileCountHandler
 
FileDataType() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.FileDataType
 
FileFilterData - Class in unlimited.fc.client.api
Class that provides the data needed for FileFilters to perform their logic
FileFilterData() - Constructor for class unlimited.fc.client.api.FileFilterData
Default constructor
FileFilterData(FileFilterData) - Constructor for class unlimited.fc.client.api.FileFilterData
Copy constructor for FileFilterData
FileFilterData(long, long, long, long, String, CommonFileFilterModeType, FileFilterTargetType, boolean, Path) - Constructor for class unlimited.fc.client.api.FileFilterData
Constructor when values are known
fileFilterMode - Variable in class unlimited.fc.client.api.FileFilterData
Enum dictating the type of the file filter
fileFilterTarget - Variable in class unlimited.fc.client.api.FileFilterData
Filter target mode.
FileListData - Class in unlimited.fc.client.api
This class defines a container for remote FTP/FC server meta data.
FileListData() - Constructor for class unlimited.fc.client.api.FileListData
 
FileListData(boolean) - Constructor for class unlimited.fc.client.api.FileListData
 
FileListData.DateComparator - Class in unlimited.fc.client.api
Compares the modified dates of two file list data items
FileListData.SizeComparator - Class in unlimited.fc.client.api
Compares two FileListDataItems based on size and returns the result
FileListDataItem - Class in unlimited.fc.client.api
This class represents an individual item from a set of remote list items.
FileListDataItem(File) - Constructor for class unlimited.fc.client.api.FileListDataItem
Default constructor when a file is already known
FileListDataItem(Path) - Constructor for class unlimited.fc.client.api.FileListDataItem
Constructor when a Java.NIO Path object is known
FileListDataItem(FileSystemEvent) - Constructor for class unlimited.fc.client.api.FileListDataItem
Constructor used when a FileSystemEvent generates DataItems
FileListDataItem(String, long, long, int) - Constructor for class unlimited.fc.client.api.FileListDataItem
Constructor when the data is already known
FileListDataType() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.FileListDataType
 
FileNameHandler() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
 
FILES_SO_FAR - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the number of files transferred
FileSizeChangeMonitor - Class in unlimited.fc.client.api.multiclient.processor.impl
This class is responsible for monitoring the size of a file locally or remotely and returning any jobs whenever the file size changes.
FileSizeChangeMonitor(boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Constructor that is used when pass through is known
FileSizeChangeMonitor() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Default Constructor for the monitor
FileSizeChangeMonitor.CacheHandler - Class in unlimited.fc.client.api.multiclient.processor.impl
Since we are dealing with local file sizes we need to cache the last accessed size to know if a file changed.
FileSizeChangeMonitor.FileChangeChecker<FileType> - Class in unlimited.fc.client.api.multiclient.processor.impl
base file size checker type
FileSizeChangeMonitor.FileDataType - Class in unlimited.fc.client.api.multiclient.processor.impl
This class will check if the local files size has changed since last recorded.
FileSizeChangeMonitor.FileListDataType - Class in unlimited.fc.client.api.multiclient.processor.impl
this class will check if the remote files size has changed since last recorded.
FileSizeChangeMonitor.ListJobSizeMonitorData<FileType> - Class in unlimited.fc.client.api.multiclient.processor.impl
The SetType and ListType are needed to infer the proper TransferJob.ListJob This is a data object used in monitoring the size changes
FileSizeChangeMonitor.SizeMonitorData<FileType> - Class in unlimited.fc.client.api.multiclient.processor.impl
A wrapper that holds the change check method and the client(if needed) to do the checking.
FileSizeChangeMonitor.TransferAsJobSizeMonitorData<FileType> - Class in unlimited.fc.client.api.multiclient.processor.impl
SizeMonitorData for TransferAs Job types
filesMatch(File, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(File, String, int) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(File, String, int, CancelHandler) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(Path, String, CancelHandler) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(Path, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(Path, String, int) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
filesMatch(File, String, CancelHandler) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
filesMatch(File, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
filesMatch(File, String, int) - Method in class unlimited.fc.client.api.FCClient
filesMatch(File, String, int, CancelHandler) - Method in class unlimited.fc.client.api.FCClient
filesMatch(Path, String, CancelHandler) - Method in class unlimited.fc.client.api.FCClient
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String) - Method in class unlimited.fc.client.api.FCClient
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String, int) - Method in class unlimited.fc.client.api.FCClient
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.FCClient
 
filesMatch(Path, String, CancelHandler) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String, int) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String, int, CancelHandler) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Verifies whether a local file matches a remote file using MD5 checksum
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
filesMatch(Path, String, CancelHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
filesMatch(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
filesMatch(Path, String, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
filesMatch(Path, String, int, CancelHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Verifies whether a local file matches a remote file using MD5 checksum
FilesSoFar - Variable in class unlimited.fc.client.api.SnapShotHook
 
FilesTransferredLocal - Variable in class unlimited.fc.client.api.SnapShotHook
 
FilesTransferredRemote - Variable in class unlimited.fc.client.api.SnapShotHook
 
fileSystemEvents(long) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
fileSystemEvents(long) - Method in class unlimited.fc.client.api.FCClient
 
fileSystemEvents(long) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Collects the list of file system events from the Server.
fileSystemEvents(long) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
fileSystemEvents(long) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
fileSystemEvents(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
fileSystemEvents(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the file system events, (if any I assume).
FileToTransferAsMapper() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.FileToTransferAsMapper
 
FileTransferData - Interface in unlimited.fc.client.api
Interface used to force common methods across classes that contain information regarding file transfers
FileTransferMechanism - Interface in unlimited.fc.client.api
Interface that defines common methods within the transfer client classes.
FileTransferMechanism.ConnectionModeType - Enum in unlimited.fc.client.api
Inner enum that defines the different types of connection modes that are available
FileTransferMechanismHandler - Interface in unlimited.fc.client.api.multiclient
Functional interface that defines the method for all derived classes to handle FileTransferMechanism
FileTypeHandler(Set<Path>, Set<FileListDataItem>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
FileTypeJob(String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Base Class For All File Type Jobs.
filter - Variable in class unlimited.fc.client.api.multiclient.processor.Processor
 
FilterStreamData(FilterHandler<Set<T>>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ListJob.FilterStreamData
 
filterString - Variable in class unlimited.fc.client.api.FileFilterData
String representing the files to be filtered
filterWorkingDirectory - Variable in class unlimited.fc.client.api.FileFilterData
Value representing the working directory in which all filter checks should be made in reference to.
finalizeJob(List, List, String, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
finalizeJob(List, List, boolean, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
finalizeJob(List, List, boolean, String, List, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
finish() - Method in class unlimited.fc.client.api.FCClient
 
finish() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Cleans up memory allocated by the native libraries component of FileCatalyst.
finish() - Method in class unlimited.fc.client.api.multiclient.BadState
 
finish() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
finish() - Method in class unlimited.fc.client.api.multiclient.FinishedState.Transition
 
finish() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
finish() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Cleans up memory allocated by the native libraries component of FileCatalyst.
finish() - Method in class unlimited.fc.client.api.SynchClient
 
finishAll() - Static method in class unlimited.fc.client.api.FCClient
Cleans up memory allocated by the native libraries component of FileCatalyst.
FINISHED - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is finished all files (10)
FinishedState - Class in unlimited.fc.client.api.multiclient
The Class FinishedState.
FinishedState(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.FinishedState
Instantiates a new finished state.
FinishedState.Transition - Class in unlimited.fc.client.api.multiclient
The Class FinishingState.
fireError(FileTransferMechanism, TransferJob, Exception) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
fireError(FileTransferMechanism, TransferJob, Exception) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
This fires an error off to the processevent dispatch and can be listened for
fireProcessorActivity(T) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
fireProcessorFinish(T, TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
fireProcessorStart(T, TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
firePropertyChange(PropertyChangeEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Fires a PropertyChange event for all objects listening for them
fireStatusChange(T) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
fireUnhandledProcessException(T, TransferJob, FileTransferMechanism, Exception) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
FLDComparator() - Constructor for class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener.FLDComparator
 
flushAllInternals() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
flushCaches() - Method in class unlimited.fc.client.api.FCClient
Deletes underlying caches for file sizes and date/time stamps
flushCaches() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deletes underlying caches for file sizes and date/time stamps
flushCaches() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
flushCaches() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
flushCaches() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Deletes underlying caches for file sizes and date/time stamps
flushDispatch() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
the event listening is handled asynchronously inside the multi client manager.
flushInternalTaskDispatch() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Flushes the internal task dispatching system and causes the calling resource to wait until the resource has been flushed also change this comment
FolderCleanupTool - Class in unlimited.fc.client.api.multiclient
 
FolderCleanupTool(MultiClientManager, boolean) - Constructor for class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
footerBytes - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFooterFactory
 
footerBytes - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeadersAndFootersPostProcessor
 
FORMATTED_TRANSFER_TIME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current transfer time
FORMATTED_TRANSFER_TIME_CURRENT_FILE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current Transfer time in human readable format
FormattedCurrentFileTransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
FormattedOverallTransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
FormattedTransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
fsEvents() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
fsEvents() - Method in class unlimited.fc.client.api.FCClient
 
fsEvents() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Prints out a list of the current file system events that are set on the server.
fsEvents() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
fsEvents() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
fsEvents() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
fsEvents() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Prints out a list of the current file system events that are set on the server.
FTP - Static variable in class unlimited.fc.client.api.TransferMode
This mode will force all transfers to use the FTP protocol
fzu - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 

G

GENERAL_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
GENERAL_FILE_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
generateCredentailBasedQueryParamsIfNecessary(ClientCredentials.HttpServletVisitor, String) - Method in class unlimited.fc.client.api.ClientCredentials
 
generateCredentailBasedQueryParamsIfNecessary(ClientCredentials.HttpServletVisitor, String) - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
generateCredentailBasedQueryParamsIfNecessary(ClientCredentials.HttpServletVisitor, String) - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
generateExpandJobHandler(TransferJob.FileTypeJob<T>, MultiClientManager) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
 
generateNewInstance(FileTransferMechanism, MD5PostProcessor) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory
 
generateNewInstance(FileTransferMechanism, MoveToSentOrDeleteAfterPostProcessor) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory
 
generateNewInstance(FileTransferMechanism, ReTransferPostProcessor) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFooterFactory
 
generateNewInstance(FileTransferMechanism, ReTransferPostProcessor) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactory
 
generateNewInstance(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
generateNewInstance(FileTransferMechanism, T) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
Creates a new instance of the Processor
generateParameterArray(FileCatalystFileFilter<?>) - Static method in class unlimited.fc.client.api.FileCatalystFileFilter
Generates a string array containing the values the data in the supplied filter.
generateTokenBasedQueryParams(String, String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.HttpServletVisitor
 
generateTokenHashKey(String, String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.HttpServletVisitor
 
generateUserPassBasedQueryParams(String, String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.HttpServletVisitor
 
generateUserPassHashKey(String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.HttpServletVisitor
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.FCClient
get(Path, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.FCClient
Downloads a file from the FC Server, and places it on the file system.
get(int) - Method in class unlimited.fc.client.api.FileListData
 
get(String, int) - Method in class unlimited.fc.client.api.multiclient.ClientFactory.FCClientFactory
 
get(String, int) - Method in class unlimited.fc.client.api.multiclient.ClientFactory
Gets a BiMap that maps client numbers to their respective instances
get(Socket, String) - Method in class unlimited.fc.client.api.multiclient.ClientFactory
Gets a new instance of Vector
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
get() - Method in class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser.DownloadStreanCollapser
 
get() - Method in class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser.UploadStreamCollapser
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
get() - Method in class unlimited.fc.client.api.multiclient.StickySessionIDSupplier
 
get() - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.AutoArchiveCollapser
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
get(String, String, int, long, long, int, int, int, int) - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
getAccessToken() - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
getAccessToken() - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
getAccessToken() - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
getActiveClientCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getActiveClientIDs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the active client ID's each client in the pool is assigned an ID 0-n where n is the number of clients.
getActiveClientsCopy() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets a list that contains an independent copy of a client objects that are currently performing work.
getActiveJobs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the currently active jobs that are being executed by this MultiClientManager.
getActivePreProcessorInfo() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the active preprocessor info.
getActualRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
Deprecated.
getActualRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
Deprecated.
use getMeanEffectiveRate() instead.
getActualRate() - Method in class unlimited.fc.client.api.SnapShotHook
Deprecated.
use getMeanEffectiveRate() instead.
getActualRate() - Method in class unlimited.fc.client.api.TransferHook
Deprecated.
Method deprecated. Use getMeanEffectiveRate() instead
getAggregateAllFilePathAndSizeAndDirCount() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getAggregateCap() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
getAllAvailableServerConfigs() - Method in class unlimited.fc.client.api.FCClient
 
getAllAvailableServerConfigs() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns all Server side configurations that the Client may be interested in.
getAllAvailableServerConfigs() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getAllAvailableServerConfigs() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getAllAvailableServerConfigs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getAllAvailableServerConfigs() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Request if link is enabled on the server that you are connected too
getAllErrorMessages() - Method in class unlimited.fc.client.api.TransferHook
Cycle through all errors in the stack and return them.
getAllFilePathAndSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getAllFilePathAndSize() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
Returns the map containing all of the file paths and sizes
getAllFilePaths() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getAllFilePaths() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getAllFilePaths() - Method in class unlimited.fc.client.api.SnapShotHook
 
getAllFilePaths() - Method in class unlimited.fc.client.api.TransferHook
 
getAllFilePaths() - Method in interface unlimited.fc.client.api.TransferState
Returns a list of all file paths contained within this TransferHook
getAllowedFileList() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getAllowedFilePaths() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getAllWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns ALL work that this MultiClient Manager has.
getAsJobEquivalent(FileListDataItem, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
getAsJobEquivalent(FileListDataItem, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getAsJobEquivalent(T, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns the TransferAs job equivalent of this job.
getAsJobEquivalent(Path, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
getAsJobEquivalent(Path, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getAutoConnectClientFactory() - Method in interface unlimited.fc.client.api.FileTransferData
 
getBandwidth() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getBandwidthManager() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getBlastRate() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
Method deprecated. Use FCClient.getTransferRate() instead
getBlastRate() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated.
Method deprecated. Use FileTransferData.getTransferRate() instead
getBlastRate() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getBlastRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Deprecated.
Method deprecated. Use MultiClientManager.getTransferRate() instead
getBlastRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getBlastRate() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getBlastRate() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
getBlastRate() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getBlockSize() - Method in class unlimited.fc.client.api.FCClient
 
getBlocksize() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getBlockSize() - Method in interface unlimited.fc.client.api.FileTransferData
Return the current block size.
getBlockSize() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getBlockSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getBlockSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getBlockSize() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getBlockSize() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getBumper() - Method in interface unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager.Bumper
 
getBytesSoFarAllFiles() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getBytesSoFarAllFiles() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getBytesSoFarAllFiles() - Method in class unlimited.fc.client.api.SnapShotHook
 
getBytesSoFarAllFiles() - Method in class unlimited.fc.client.api.TransferHook
 
getBytesSoFarAllFiles() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of bytes transferred so far for all files.
getBytesSoFarCurrentFile() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getBytesSoFarCurrentFile() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getBytesSoFarCurrentFile() - Method in class unlimited.fc.client.api.SnapShotHook
 
getBytesSoFarCurrentFile() - Method in class unlimited.fc.client.api.TransferHook
 
getBytesSoFarCurrentFile() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of bytes transferred so far for the current file.
getCachedData(FileTransferMechanism) - Static method in class unlimited.fc.client.api.CompressionData
 
getCallbackHandler() - Method in class unlimited.fc.client.api.FCClient
Returns the currently set callback handler that will be used to confirm resume, overwrite and to do post processing
getCallbackHandler() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the currently set callback handler that will be used to confirm resume, overwrite and to do post processing
getCallbackHandler() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getCallbackHandler() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCallbackHandler() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the current callback handler
getCallbackHandler() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getCallbackHandler() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCancelledStateSignal() - Static method in class unlimited.fc.client.api.multiclient.StateSignal
Returns a state signal to be used for the CancelledState
getCanceller() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
getCanceller() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns the canceller handler that is used to determine if this manager should continue or cancel it's current operations
getCanceller() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the CancelHandler that is used to determine whether or not the active transfer has been cancelled
getCause() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorError
 
getCharSequence(Function<String, String>) - Method in class unlimited.fc.client.api.ClientCredentials
 
getChildCount() - Method in class unlimited.fc.client.api.FileListDataItem
Returns amount of children this item has
getChildProcess(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
getCleanupFutureLock() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
getClient() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
getClient() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.RetransferTransferRunner
 
getClientAgentID() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns the client's agent ID.
getClientConnectKey() - Method in class unlimited.fc.client.api.FCClient
Returns the client connect key, used to connect to non-FileCatalyst servers
getClientConnectKey() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the client connect key, used to connect to non-FileCatalyst servers
getClientConnectKey() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getClientConnectKey() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getClientConnectKey() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getClientConnectKey() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getClientConnectKey() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getClientCredentials() - Method in class unlimited.fc.client.api.FCClient
 
getClientCredentials() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getClientCredentials() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the credentials supplier that is set for this client.
getClientCredentials() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getClientCredentials() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getClientCredentials() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getClientCredentials() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getClientCredentials() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getClientID() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the client id.
getClientIdentifier() - Method in class unlimited.fc.client.api.FCClient
 
getClientIdentifier() - Method in interface unlimited.fc.client.api.FileTransferData
 
getClientIdentifier() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the identifier for this transfer mechanism.
getClientIdentifier() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns the identifier for this transfer mechanism.
getClientName() - Method in class unlimited.fc.client.api.FCClient
 
getClientName() - Method in interface unlimited.fc.client.api.FileTransferData
Used for HotFolder Reporting, And CSV Reports
getClientName() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getClientName() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getClientName() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getClientName() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getClients() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the current clients being used by the manager
getClientString() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns the client string for this transfer mechanism.
getClientSubIdentifier() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the current sub identifier that identifies this client as a sub component of a broader group of client apps.
getClientSubIdentifier() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns the current sub identifier that identifies this client as a sub component of a broader group of client apps.
getClientUnderTest() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the client that is used for test operations.
getClone(T) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
getCollectedDirectories() - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
getCollector() - Static method in class unlimited.fc.client.api.FileListData
 
getCompFileFilter() - Method in class unlimited.fc.client.api.FCClient
 
getCompFileFilter() - Method in interface unlimited.fc.client.api.FileTransferData
Sets the compression FileFilter that is to be used by the implementation.
getCompFileFilter() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getCompFileFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCompFileFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getCompFileFilter() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getCompFileFilter() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCompletedHooks() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCompletedHooks() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Gets the completed hooks.
getCompletedHooks() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCompletedJobCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCompletedJobCount() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Returns the amount of jobs that have been classified as completed
getCompletedJobCount() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCompletedJobsInBytes() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCompLevel() - Method in class unlimited.fc.client.api.FCClient
 
getCompLevel() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current compression level (0 - 9).
getCompLevel() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCompLevel() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCompMethod() - Method in class unlimited.fc.client.api.FCClient
 
getCompMethod() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current compression method to be used during transfers.
getCompMethod() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCompMethod() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCompressionData() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns a data object containing the compression data for the TransferMechanism
getCompStrategy() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
getCompStrategy() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated.
Compression Strategy is no longer supported as an option in FileCatalyst. Default strategy is always used.
getCompStrategy() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCompStrategy() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.FCClient
 
getCongCtrlStrategy() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current congestion control strategy.
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getCongCtrlStrategy() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCongestionControlAggression() - Method in class unlimited.fc.client.api.FCClient
Returns an aggression factor between 1 (passive) and 10 (aggressive) used by the congestion control mechanism to determine how passive or aggressive it should be in the face of network congestion.
getCongestionControlAggression() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getCongestionControlAggression() - Method in interface unlimited.fc.client.api.FileTransferData
Returns an aggression factor between 1 (passive) and 10 (aggressive) used by the congestion control mechanism to determine how passive or aggressive it should be in the face of network congestion.
getCongestionControlAggression() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getCongestionControlAggression() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getCongestionControlAggression() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getCongestionControlAggression() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getCongestionControlAggression() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCongestionControlStartRate() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getConnectionTimeOut() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
getConnectivityTestResults() - Method in class unlimited.fc.client.api.FCClient
 
getConnectivityTestResults() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns a data container object that contains information about whether or not uploads, downloads or overall transfers will work for all available transfer modes.
getConnectivityTestResults() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getConnectivityTestResults() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getConnectivityTestResults() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns a data container object that contains information about whether or not uploads, downloads or overall transfers will work
getConnectTimeout() - Method in class unlimited.fc.client.api.FCClient
Return the connect timeout value (in milliseconds)
getConnectTimeout() - Method in interface unlimited.fc.client.api.FileTransferData
Return the connect timeout value (in milliseconds)
getConnectTimeout() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getConnectTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getConnectTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getConnectTimeout() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getConnectTimeout() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getCookieValue(String, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getCountTransferred() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCountTransferred() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCountTransferred() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCountTransferred() - Method in class unlimited.fc.client.api.TransferHook
 
getCountTransferred() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of files that were actually transferred.
getCreateLocalDir() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Get the current value found for the createLocalDir
getCurrentEffectiveRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentEffectiveRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentEffectiveRate() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCurrentEffectiveRate() - Method in class unlimited.fc.client.api.TransferHook
 
getCurrentEffectiveRate() - Method in interface unlimited.fc.client.api.TransferState
Returns the rate for the current file in Kbps.
getCurrentFilename() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentFilename() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentFilename() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCurrentFilename() - Method in class unlimited.fc.client.api.TransferHook
 
getCurrentFilename() - Method in interface unlimited.fc.client.api.TransferState
Returns the name of the file currently being transferred.
getCurrentFileToIDs() - Method in class unlimited.fc.client.api.TransferHook
Returns a list of IDs for the files
getCurrentFileTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentFileTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentFileTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCurrentFileTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getCurrentFileTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the transfer time for the current file in milliseconds
getCurrentHooks() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentHooks() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Gets the current hooks.
getCurrentHooks() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentLocation() - Method in interface unlimited.fc.client.api.XPath
Returns the current location of this XPath implementation
getCurrentPercent() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentPercent() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentPercent() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCurrentPercent() - Method in class unlimited.fc.client.api.TransferHook
 
getCurrentPercent() - Method in interface unlimited.fc.client.api.TransferState
Returns the percent complete for the current file
getCurrentRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getCurrentRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getCurrentRate() - Method in class unlimited.fc.client.api.SnapShotHook
 
getCurrentRate() - Method in class unlimited.fc.client.api.TransferHook
 
getCurrentRate() - Method in interface unlimited.fc.client.api.TransferState
Returns the rate in the last second for the current file in Kbps.
getCurrentSavePath() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the current download directory.
getCurrentState() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the current state.
getData() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getData() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the DataObject that contains all of the transfer settings for this MultiClientManager
getDataTypeLabel() - Method in enum unlimited.fc.client.api.ConnectivityTestType
 
getDefaultBandwidthLogging() - Static method in class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
getDefaultBWDistributionMode() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
getDefaultFilter() - Static method in class unlimited.fc.client.api.multiclient.processor.Processor
 
getDefaultStatusMsg(FileTransferMechanism, TransferJob, String) - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
getDefaultStatusMsg(FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
getDefaultStatusMsg(FileTransferMechanism, TransferJob, String) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
getDefaultStatusMsg(FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the default status message associated with this processor
getDefaultStatusMsg(FileTransferMechanism, TransferJob, String) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the default status message associated with this processor
getDeltaFilename(String, String) - Static method in class unlimited.fc.client.api.Rsync
Returns the delta filename used when caculating deltas during a transfer.
getDescription() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method will return the user entered text of the field.
getDescription() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getDestFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
Gets the dest files.
getDestination() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the remote filename.
getDestServer() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
Gets the dest server.
getDirection() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getDirection() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getDirection() - Method in class unlimited.fc.client.api.SnapShotHook
 
getDirection() - Method in class unlimited.fc.client.api.TransferHook
 
getDirection() - Method in interface unlimited.fc.client.api.TransferState
Returns either UPLOAD or DOWNLOAD constant depending on the direction of this transfer
getDirectories() - Method in class unlimited.fc.client.api.FileListData
Returns a list of all the directories in this set on FileListItems.
getDirectoriesByDepth() - Method in class unlimited.fc.client.api.FileListData
Returns a list of all the directories in this set on FileListItems.
getDisplayName() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This method will return the frieldly name for the order form.
getDisplayName() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferPostProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactoryProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns that name is displayed for this processor in UI settings
getDisplayName() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns the name that is displayed for user facing items
getDownloadFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
getDownloadPath() - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
getDuration() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns how long this processor has been running.
getEffectiveRateAverage() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getEffectiveRateAverage() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getEffectiveRateAverage() - Method in class unlimited.fc.client.api.SnapShotHook
 
getEffectiveRateAverage() - Method in class unlimited.fc.client.api.TransferHook
 
getEffectiveRateAverage() - Method in interface unlimited.fc.client.api.TransferState
Returns the effective rate for the current file in Kbps as an average over last 30 seconds.
getEmptyClone(T) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
getEnumFromMessage(String) - Static method in enum unlimited.fc.client.api.TransferStatusEnum
 
getErrorCode() - Method in class unlimited.fc.client.api.ErrorCodes
 
getErrorCodes() - Method in class unlimited.fc.client.api.TransferHook
Returns the last error codes placed into the stack.
getErrorMessage() - Method in class unlimited.fc.client.api.ErrorCodes
 
getErrorMessage() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getErrorMessage() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Returns the current error message (if any) for this transfer
getErrorMessage() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getErrorMessage() - Method in class unlimited.fc.client.api.SnapShotHook
 
getErrorMessage() - Method in class unlimited.fc.client.api.TransferHook
Legacy method to get error messages.
getErrors() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the list of the current error codes
getErrorSet() - Method in class unlimited.fc.client.api.TransferHook
Returns the set of error codes for all error messages in this TransferHooks
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.FCClient
This is the length of time in milliseconds the client will wait for a reply after sending a long running command (such as MD5, MKDLT, MKSIG, ZIP, UNZIP) to the FileCatalyst server.
getExtendedReadTimeout() - Method in interface unlimited.fc.client.api.FileTransferData
This is the length of time in milliseconds the client will wait for a reply after sending a long running command (such as MD5, MKDLT, MKSIG, ZIP, UNZIP) to the FileCatalyst server.
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getExtendedReadTimeout() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getFailedJob() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
Gets the failed job.
getFailedJobCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFailedJobCount() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Returns the amount of jobs that have been classified as failures
getFailedJobCount() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFailedJobs() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFailedJobs() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Gets the failed jobs.
getFailedJobs() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFailureReason() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the failure reason.
getFailureReason() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
Returns the failure reason for the TransferJob if it failed
getFailureReasonFromJob(TransferJob) - Static method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
getFCWebOrderForms() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method will establish a connection to the FileCatalyst Workflow instance based on the parameters passed through the constructor or those set through the setter methods and return the list of fields (stored in a Vector) defined in FileCatalyst Web.
getFieldList() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This will return the list of fields associated with the order form.
getFieldList() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
getFields() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getFileAreaFileList() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Returns the file list that used for the file area, the file(s) must already exist in the specified File Area
getFileAreaID() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Returns the ID for the File Area, this File Area will be used to submit files that already exisit in the FileArea and will not require a new file upload
getFileDeletePermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the file delete permissions
getFileFilter() - Method in class unlimited.fc.client.api.FCClient
 
getFileFilter() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current file filter that is used to filter out information for a transfer.
getFileFilter() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getFileFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getFileFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getFileFilter() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getFileFilter() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getFileFilterMode() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the file filter mode that is used by this filter
getFileFilterModeValue() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the file filter mode value.
getFileFilterTarget() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the current filter target for this filter
getFileListDataForDownload(MultiClientManager, List<String>, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
 
getFileModifyPermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the file modify permissions
getFileName(HandlerData) - Static method in class unlimited.fc.client.api.HandlerData
 
getFileReadPermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the file read permissions
getFiles() - Method in class unlimited.fc.client.api.FileListData
Returns a list of all the files in this set on FileListItems.
getFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
getFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
Returns the list of files that are collected by this handler
getFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns a cloned instance of the file list contained within this job
getFileSetCopy() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Gets the file list copy.
getFileSize(Set<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getFileSize(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Returns the combined file size for the Set provided.
getFileSize(Set<Path>) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getFileSizeThreshHold() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the file size thresh hold.
getFilesSet() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getFilesSet() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
getFilesSet() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns a Set of the file list contained within this job.
getFilesSoFar() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFilesSoFar() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFilesSoFar() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFilesSoFar() - Method in class unlimited.fc.client.api.TransferHook
 
getFilesSoFar() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of files transferred so far.
getFilesTransferredLocal() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFilesTransferredLocal() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFilesTransferredLocal() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFilesTransferredLocal() - Method in class unlimited.fc.client.api.TransferHook
 
getFilesTransferredLocal() - Method in interface unlimited.fc.client.api.TransferState
Returns a List containing the full local paths (Strings) of all files that were transferred.
getFilesTransferredRemote() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFilesTransferredRemote() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFilesTransferredRemote() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFilesTransferredRemote() - Method in class unlimited.fc.client.api.TransferHook
 
getFilesTransferredRemote() - Method in interface unlimited.fc.client.api.TransferState
Returns a List containing the full remote paths (Strings) of all files that were transferred.
getFileStream() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
Returns the current file stream
getFileToUIDMap() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
 
getFileToUIDMap() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
 
getFileTransferPriority() - Method in class unlimited.fc.client.api.FCClient
 
getFileTransferPriority() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the task file transfer priority
getFileTransferPriority() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getFileTransferPriority() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getFileType() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
getFileType() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
Gets the local file.
getFileWritePermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the file write permissions
getFilter() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the filter will be used to process files in this processor
getFilteredProcessJob(TransferJob, FileTransferMechanism, TreeSet<T>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
 
getFiltersForCalledID(String, FileCatalystCustomFilterLogger) - Method in class unlimited.fc.client.api.FileCatalystCustomFilterManager
Looks up whether custom filters are enabled for the given callerID, and returns them.
getFilterString() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the current filter string.
getFilterWorkingDirectory() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
 
getFolderDeletePermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the folder delete permissions
getFolderModifyPermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the folder modify permissions
getFolderReadPermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns the folder read permissions
getFolderWritePermissions() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns whether or not the folder has write permissions
getForceFileOwnershipGroup() - Method in class unlimited.fc.client.api.FCClient
 
getForceFileOwnershipGroup() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the groupname / groupID to be used when attempting to force group level ownership for files downloaded by the client.
getForceFileOwnershipGroup() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getForceFileOwnershipGroup() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getForceFileOwnershipUser() - Method in class unlimited.fc.client.api.FCClient
 
getForceFileOwnershipUser() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the username to be used when attempting to force file ownership for files downloaded by the client
getForceFileOwnershipUser() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getForceFileOwnershipUser() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getFormattedCurrentFileTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFormattedCurrentFileTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFormattedCurrentFileTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFormattedCurrentFileTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getFormattedCurrentFileTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns a human readable file transfer time
getFormattedOverallTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFormattedOverallTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFormattedOverallTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFormattedOverallTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getFormattedOverallTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the time taken to transfer all files formatted to a String i.e 5 mins 21 secs
getFormattedTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getFormattedTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getFormattedTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getFormattedTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getFormattedTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the time taken to transfer the current file formatted to a String i.e 5 mins 21 secs
getFromList(List<FileListDataItem>) - Static method in class unlimited.fc.client.api.FileListData
 
getFtpSettings() - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.DisconnectErrorState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedConnectAttemptState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedFinishState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedInitializationState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedLoginState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.BadState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.CancelledState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.CancellingState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ConnectedState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.FinishedState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.FinishedState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.InitializedState.DisconnectingState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.InitializedState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.LoggedInState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.MonitoringState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Gets the handled by.
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.PostTransferIdleState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ProcessingState
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PostProcessorFinish
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PostProcessorStart
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PreProcessorFinish
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PreProcessorStart
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorActivity
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorError
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
getHandledBy(ProcessEventDispatch.ProcessEventHandler) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorStatusUpdate
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.ReadyState.Transition
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState.Transition
 
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the handled by.
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
getHandledBy(JobHandler, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkAllFilesInTransit
 
getHandledBy(StateHandler) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
getHandlerData(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getHandlerDetails() - Method in interface unlimited.fc.client.api.SessionDetailsProvider
Returns the handler details that the session provider has access to.
getHandlerMap() - Method in class unlimited.fc.client.api.multiclient.HandlerMapGenerator
Generates a map from the Multi-Client that contains the client ID and the handler data tied to the client
getHandlerMap() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getHashKey(ClientCredentials.HttpServletVisitor) - Method in class unlimited.fc.client.api.ClientCredentials
 
getHashKey(ClientCredentials.HttpServletVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
getHashKey(ClientCredentials.HttpServletVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
getHeader() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method will return the name of the field that is exposed to the user on the web.
getHeader() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getHelpButtonText() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method will return the help message associated with this field.
getHelpButtonText() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
geTheURLToPostFTPLogs() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
geTheURLToPostFTPLogs() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
getHook() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
Gets the hook.
getHook(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getHook(Integer) - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
Gets the hook that matches the corresponding client ID.
getHook(Integer) - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getHook() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
Gets the transfer hook containing the data for the TransferJob that was executed
getHost() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getHostURL() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to return the value of the host
getHostURL() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getHotFolderJobSettings() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getHTTPControlAndDataError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if HTTP transfers are not possible
getHTTPControlAndDataError() - Method in class unlimited.fc.client.api.FCClient
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.DisconnectErrorState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedConnectAttemptState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedFinishState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedInitializationState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedLoginState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.BadState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.CancelledState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.CancellingState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ConnectedState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.FinishedState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.IdleState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.InitializedState.DisconnectingState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.InitializedState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.LoggedInState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.MonitoringState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns a human readable name for the state.
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.PostTransferIdleState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ProcessingState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.ReadyState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState.Transition
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkAllFilesInTransit
 
getHumanReadableName() - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
getID() - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
getID() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the ID of this processor, that is just a number that gets incremented as a processor class is loaded.
getIDForClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getIdleClientIDs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the idle client ID's.
getIdleClientsCopy() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Creates and returns a mutable copy of the idle client list
getIdleRateSlice() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getIDMapFromCollection(Collection<HandlerData>) - Static method in class unlimited.fc.client.api.HandlerData
 
getIdToken() - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
getIdToken() - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
getIllegalState() - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
getIncomingDataPort() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
Should use method int[] getIncomingDataPorts() as more than one port may be used. Calling method will return index 0 from getIncomingDataPorts().
getIncomingDataPort() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
getIncomingDataPort() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getIncomingDataPort() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getIncomingDataPort() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getIncomingDataPort() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getIncomingDataPort() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getIncomingDataPorts() - Method in class unlimited.fc.client.api.FCClient
Returns the list of ports used for incoming UDP packets on downloads
getIncomingDataPorts() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the list of ports used for incoming UDP packets on downloads
getIncomingDataPorts() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getIncomingDataPorts() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getIncomingDataPorts() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getIncomingDataPorts() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getIncomingDataPorts() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getIncrementalMode() - Method in class unlimited.fc.client.api.FCClient
Returns the current incremental mode.
getIncrementalMode() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current incremental mode.
getIncrementalMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getIncrementalMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getIncrementalMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getIncrementalMode() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getIncrementalMode() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getInitialDirectory() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getInitialState(MultiClientManager) - Static method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getInstance() - Static method in class unlimited.fc.client.api.FileCatalystCustomFilterManager
Returns a singleton instance of FileCatalystCustomFilterManager.
getIntMaxFiles() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getIntMaxSize() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getIntMaxTotalSize() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getIsLegacy() - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener
 
getIsRequired() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method returns either true if the field is required or false.
getIsRequired() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getItemList() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method will return a Vector of strings containing the list of items associated with drop down lists.
getItemList() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getItems() - Method in class unlimited.fc.client.api.FileListData
 
getJob() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
getJob() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.RetransferTransferRunner
 
getJobID() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Returns the current job's ID
getJobID() - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
getJobReadyToTransfer() - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Returns the job the class that is ready to transfer
getJobsForDownload() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
getJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the job size in bytes.
getJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getLocalDir() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the current path set for local directory.
getLocalFilename() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getLocalFilename() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getLocalFilename() - Method in class unlimited.fc.client.api.SnapShotHook
 
getLocalFilename() - Method in class unlimited.fc.client.api.TransferHook
 
getLocalFilename() - Method in interface unlimited.fc.client.api.TransferState
Returns the full path of the local file currently being transferred
getLocalFilePath() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
Gets the local file path.
getLocalWorkingDirectory() - Method in class unlimited.fc.client.api.FCClient
Returns the current local working directory
getLocalWorkingDirectory() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated.
Method is deprecated. Please use FileTransferData.getLocalWorkingDirectoryPath() instead
getLocalWorkingDirectory() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getLocalWorkingDirectory() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getLocalWorkingDirectory(MultiClientManager) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
 
getLocalWorkingDirectory() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getLocalWorkingDirectory() - Method in class unlimited.fc.client.api.TransferControl
Returns the current local working directory that the transfer control is using for it's TransferHook creation
getLocalWorkingDirectoryPath() - Method in class unlimited.fc.client.api.FCClient
 
getLocalWorkingDirectoryPath() - Method in interface unlimited.fc.client.api.FileTransferData
 
getLocalWorkingDirectoryPath() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getLocalWorkingDirectoryPath() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getLogger() - Method in class unlimited.fc.client.api.FCClient
 
getLogger() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the logger that is used
getLogger() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getLogger() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getLogger() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getLogger() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getLogger() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getLoggerListener(LogUtils) - Static method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Gets the logger listener.
getLoggerListener(String, LogUtils) - Static method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
getLoggingKeyWord() - Method in enum unlimited.fc.client.api.fcweb.TwoWayFCWebConnection.ActionType
 
getLogLocation() - Method in class unlimited.fc.client.api.FCClient
Returns the current location for the log files.
getLogLocation() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current location for the log files.
getLogLocation() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getLogLocation() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getLogLocation() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getLogLocation() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getLogLocation() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getLowerByteLimit() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the current lower byte limit specified by this filter
getMaintainSingleConnectionWaitTime() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
getMaxRetries() - Method in class unlimited.fc.client.api.FCClient
 
getMaxRetries() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the number of times to retry a broken or interrupted transfer.
getMaxRetries() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getMaxRetries() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMaxRetries() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getMaxRetries() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getMaxRetries() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getMaxWorkQueueRePush() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMD5(String) - Method in class unlimited.fc.client.api.FCClient
Returns the MD5 checksum for the specified remote file if it exists
getMD5(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns the MD5 checksum for the specified remote file if it exists
getMD5(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getMD5(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getMD5(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMD5(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the MD5 checksum for the specified remote file if it exists
getMD5Checksum(String) - Method in class unlimited.fc.client.api.FCClient
Returns the MD5 checksum for the given remote file.
getMD5Checksum(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns the MD5 checksum for the given remote file
getMD5Checksum(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getMD5Checksum(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getMD5Checksum(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMD5Checksum(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the MD5 checksum for the given remote file
getMd5RateLimit() - Method in class unlimited.fc.client.api.FCClient
 
getMd5RateLimit() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current MD5 that is set.
getMd5RateLimit() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getMd5RateLimit() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMd5RateLimit() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getMd5RateLimit() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getMd5RateLimit() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getMeanEffectiveRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getMeanEffectiveRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getMeanEffectiveRate() - Method in class unlimited.fc.client.api.SnapShotHook
 
getMeanEffectiveRate() - Method in class unlimited.fc.client.api.TransferHook
 
getMeanEffectiveRate() - Method in interface unlimited.fc.client.api.TransferState
Returns the rate for the current file in Kbps.
getMessage() - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
getMode() - Method in class unlimited.fc.client.api.FCClient
 
getMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getMode() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getMode() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getModeAsString(int) - Static method in class unlimited.fc.client.api.TransferMode
Method used to output in text the mode you're in.
getModeFromString(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getModified() - Method in class unlimited.fc.client.api.FileListDataItem
Returns the modified time (in millis since 1970).
getModifiedDate() - Method in class unlimited.fc.client.api.FileListDataItem
Returns a Date object representing the modified time of this item
getModifiedFormatted() - Method in class unlimited.fc.client.api.FileListDataItem
Returns a formated string representation of the modified date using the default locale.
getMultiHook() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets an updated representation of the MultiClientTransferHook getTransferHook().
getName() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method returns the internal name used by the system.
getName() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getName() - Method in class unlimited.fc.client.api.FileListDataItem
Returns the filename for this item
getNewerThan() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the newer than value (in millis) specified within the filter data
getNewFilterStreamData(FilterHandler<Set<T>>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns a new List instance for the generic type that this class is
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
getNewListInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getNewSetInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getNewSetInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Returns a new Set instance for the job.
getNewSetInstance() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getNewValue() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.StateMachineEvent
Gets the new state that MultiClientManager that is transitioning to
getNewValue() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
 
getNewValue() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
getNextJob() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the next job to be attempted by this object
getNextJob() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
 
getNextJob() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getNextJob() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the next job.
getNextJob() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
 
getNextJob() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getNextJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getNextJobSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the next job size in bytes.
getNextList() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
getNextSessionID() - Static method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumBlockReaders() - Method in class unlimited.fc.client.api.FCClient
Returns the number of block reader threads.
getNumBlockReaders() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the number of block reader threads.
getNumBlockReaders() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumBlockReaders() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumBlockReaders() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the number of block readers
getNumBlockReaders() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumBlockReaders() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumBlockWriters() - Method in class unlimited.fc.client.api.FCClient
Returns the number of block writer threads.
getNumBlockWriters() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the number of block writer threads.
getNumBlockWriters() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumBlockWriters() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumBlockWriters() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumBlockWriters() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumBlockWriters() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumEncoders() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getNumFTPStreams() - Method in class unlimited.fc.client.api.FCClient
Returns the number of concurrent streams that will be used for FTP transfers
getNumFTPStreams() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getNumFTPStreams() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the number of concurrent streams that will be used for FTP transfers
getNumFTPStreams() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumFTPStreams() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumFTPStreams() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumFTPStreams() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumFTPStreams() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumOfRetries() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the num of retries.
getNumPacketProcessors() - Method in class unlimited.fc.client.api.FCClient
Return the current number of packet processor threads.
getNumPacketProcessors() - Method in interface unlimited.fc.client.api.FileTransferData
Return the current number of packet processor threads.
getNumPacketProcessors() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumPacketProcessors() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumPacketProcessors() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumPacketProcessors() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumPacketProcessors() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumReceiveSockets() - Method in class unlimited.fc.client.api.FCClient
Returns the current number of receive sockets.
getNumReceiveSockets() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current number of receive sockets.
getNumReceiveSockets() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumReceiveSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumReceiveSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumReceiveSockets() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumReceiveSockets() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumSenderSockets() - Method in class unlimited.fc.client.api.FCClient
Return the number of Sender sockets to use
getNumSenderSockets() - Method in interface unlimited.fc.client.api.FileTransferData
Return the number of Sender sockets to use
getNumSenderSockets() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumSenderSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumSenderSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumSenderSockets() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumSenderSockets() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumSenderThreads() - Method in class unlimited.fc.client.api.FCClient
Returns the number of threads that will be used at most for each FC transmission.
getNumSenderThreads() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the number of threads that will be used at most for each FC transmission.
getNumSenderThreads() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumSenderThreads() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumSenderThreads() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumSenderThreads() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumSenderThreads() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumThreads() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use int getNumSenderThreads() instead.
getNumThreads() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
getNumThreads() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumThreads() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumThreads() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumThreads() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumThreads() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getNumUDPSockets() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use getNumSenderSockets() instead.
getNumUDPSockets() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
getNumUDPSockets() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getNumUDPSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getNumUDPSockets() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getNumUDPSockets() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getNumUDPSockets() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getObserver() - Method in class unlimited.fc.client.api.FCClient
Returns the Observer that is currently set.
getObserver() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the Observer that is currently set.
getObserver() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getObserver() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getObserver() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getObserver() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getObserver() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getOlderThan() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the current older than value
getOldState() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getOldValue() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.StateMachineEvent
Gets the old state that MultiClientManager that is transitioning from
getOldValue() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
 
getOldValue() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
getOrderFormName() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This method will get the Name of the Order Form sent from FCWeb
getOrderFormName() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
getOrderForms() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getOrderFormType() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This method will get the type of the Order Form sent from FCWeb
getOrderFormType() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
getOrderFormTypeFromString(String) - Static method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
 
getOverallRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getOverallRate() - Method in class unlimited.fc.client.api.SnapShotHook
 
getOverallRate() - Method in class unlimited.fc.client.api.TransferHook
 
getOverallRate() - Method in interface unlimited.fc.client.api.TransferState
Returns the average rate (in Kbps) spanned over all files averaged over the entire transfer.
getOverallRateInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallRateInKBperSecond(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallRateInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getOverallRateInKBperSecond() - Method in class unlimited.fc.client.api.SnapShotHook
 
getOverallRateInKBperSecond() - Method in class unlimited.fc.client.api.TransferHook
 
getOverallRateInKBperSecond() - Method in interface unlimited.fc.client.api.TransferState
Returns the average rate (in KB/s) spanned over all files averageed over the entire transfer.
getOverallTimeRemaining() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallTimeRemaining() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getOverallTimeRemaining() - Method in class unlimited.fc.client.api.SnapShotHook
 
getOverallTimeRemaining() - Method in class unlimited.fc.client.api.TransferHook
 
getOverallTimeRemaining() - Method in interface unlimited.fc.client.api.TransferState
Return the time remaining for the all files formatted to a String i.e 5 mins 21 secs
getOverallTimeRemainingMillis() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallTimeRemainingMillis() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getOverallTimeRemainingMillis() - Method in class unlimited.fc.client.api.SnapShotHook
 
getOverallTimeRemainingMillis() - Method in class unlimited.fc.client.api.TransferHook
 
getOverallTimeRemainingMillis() - Method in interface unlimited.fc.client.api.TransferState
Returns the time remaining in milliseconds for all files
getOverallTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getOverallTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getOverallTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getOverallTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getOverallTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the time taken to transfer all files so far in milliseconds
getPacketLossPercent() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getPacketLossPercent() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getPacketLossPercent() - Method in class unlimited.fc.client.api.SnapShotHook
 
getPacketLossPercent() - Method in class unlimited.fc.client.api.TransferHook
 
getPacketLossPercent() - Method in interface unlimited.fc.client.api.TransferState
Returns the packet loss percent for the current transfer.
getPacketLossPercentTotal(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getPacketQueueDepth() - Method in class unlimited.fc.client.api.FCClient
Return the current packet queue depth.
getPacketQueueDepth() - Method in interface unlimited.fc.client.api.FileTransferData
Return the current packet queue depth.
getPacketQueueDepth() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getPacketQueueDepth() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPacketQueueDepth() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getPacketQueueDepth() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getPacketQueueDepth() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getPacketSize() - Method in class unlimited.fc.client.api.FCClient
 
getPacketSize() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current packet size in bytes.
getPacketSize() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getPacketSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPacketSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getPacketSize() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getPacketSize() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getPairMapper() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
Returns a mapper resource that maps file types to their respective pair
getParent() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the parent MultiClientManager when called
getParentProcessManager() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
getParentProcessManager() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the parent process manager that created this processor instance.
getParentProcessor() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
getParsed(String, Class<T>) - Method in class unlimited.fc.client.api.HandlerData
Returns a parsed property for the property key specified
getPassword() - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
getPassword() - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
getPassword() - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
getPassword() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to return the password
getPassword() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getPathToSent(Path, Path) - Method in class unlimited.fc.client.api.PostTaskSentData
 
getPendingJobList() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.PendingJobsCancelledEvent
 
getPendingJobs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the pending jobs.
getPendingWorkCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the pending work count.
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the pending zip job.
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
getPendingZipJob(CompressionData, CompressionData) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
getPercent() - Method in class unlimited.fc.client.api.HandlerData
Returns the current percent of the transfer
getPercent() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getPercent() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getPercent() - Method in class unlimited.fc.client.api.SnapShotHook
 
getPercent() - Method in class unlimited.fc.client.api.TransferHook
 
getPercent() - Method in interface unlimited.fc.client.api.TransferState
Returns the percentage complete of all files to be transferred
getPlatformInformationToAddToLogs() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getPoolSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the number of clients this MultiClient manager has access to
getPort() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getPostProcesses() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns the current list of PostProcessors
getPostProcessors() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPostTaskSentData() - Method in class unlimited.fc.client.api.FCClient
 
getPostTaskSentData() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current post task sent data
getPostTaskSentData() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPostTaskSentData() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
getPostTaskSentData() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getPostURL() - Method in class unlimited.fc.client.api.FCClient
 
getPostURL() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current post URL to use
getPostURL() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getPostURL() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPostURL() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getPostURL() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getPostURL() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getPreProcessors() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getPreProcessors() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Gathers the PreProcessors that this manager currently has access to
getPrinter() - Static method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Gets the printer.
getPrinter() - Static method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
Returns the listener that is used to log processer information
getPriority() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the priority of this Processor
getPriority() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns the priority of this TransferJob
getProcessingJobs() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns the Jobs that are being processed
getProcessingJobs() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the set of jobs that are waiting to be processed
getProcessorData() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns a DataObject that is an extension of HandlerData this serializable properties object is used to send metadata about the transfer to the GUI.
getProgressiveTimeout() - Method in class unlimited.fc.client.api.FCClient
 
getProgressiveTimeout() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current progressive timeout value.
getProgressiveTimeout() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getProgressiveTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getProgressiveTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getProgressiveTimeout() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getProgressiveTimeout() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.FCClient
 
getProgressiveTimeoutFilter() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current progressive timeout filter.
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getProgressiveTimeoutFilter() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getQueueFileCount() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the total number of files in the queue, including files in sub-directories
getQueueItems() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the list of files/directories currently in the queue (right pane).
getQueueItems() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the list of files/directories currently in the queue (right pane).
getQueueItemSelected() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the list of files/directories currently selected in the queue (right pane).
getQueueItemSize(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the size of the specified queue item.
getQueueItemsRecursive() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns a recursive list of files/directories currently in the queue (right pane).
getRate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
Deprecated.
getRate() - Method in class unlimited.fc.client.api.TransferHook
Deprecated.
getRateAverage() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRateAverage() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getRateAverage() - Method in class unlimited.fc.client.api.SnapShotHook
 
getRateAverage() - Method in class unlimited.fc.client.api.TransferHook
 
getRateAverage() - Method in interface unlimited.fc.client.api.TransferState
Returns the network rate for the current file in Kbps as an average over last 30 seconds.
getRateAverageInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRateAverageInKBperSecond(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRateAverageInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getRateAverageInKBperSecond() - Method in class unlimited.fc.client.api.SnapShotHook
 
getRateAverageInKBperSecond() - Method in class unlimited.fc.client.api.TransferHook
 
getRateAverageInKBperSecond() - Method in interface unlimited.fc.client.api.TransferState
Returns the rate for the current file in KB/s as an average over last 30 seconds
getRateDistributer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getRateInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRateInKBperSecond(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRateInKBperSecond() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getRateInKBperSecond() - Method in class unlimited.fc.client.api.SnapShotHook
 
getRateInKBperSecond() - Method in class unlimited.fc.client.api.TransferHook
 
getRateInKBperSecond() - Method in interface unlimited.fc.client.api.TransferState
Returns the rate for the current file in KB/s
getRateUpdater() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.FCClient
Return the current read buffer size, in KB Value zero (0) indicates read buffer is dictated by the network block size.
getReadBufferSizeKB() - Method in interface unlimited.fc.client.api.FileTransferData
Return the current read buffer size, in KB Value zero (0) indicates read buffer is dictated by the network block size.
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the read buffer size in KB
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getReadBufferSizeKB() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getReadOnlyClient(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the read only client.
getReadOnlyFromMasterClient() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns a read-only client that provides read access.
getReadTimeout() - Method in class unlimited.fc.client.api.FCClient
This is the length of time in milliseconds the client will wait for a reply after sending a command to the FileCatalyst server.
getReadTimeOut() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
getReadTimeout() - Method in interface unlimited.fc.client.api.FileTransferData
This is the length of time in milliseconds the client will wait for a reply after sending a command to the FileCatalyst server.
getReadTimeout() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getReadTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getReadTimeout() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getReadTimeout() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getReadTimeout() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getRealPath() - Method in class unlimited.fc.client.api.FileListDataItem
Returns the real path for this FileListDataItem
getRealPwd() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the current working directory for the remote connection.
getRedundancyLevel() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
getRegex() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getRelativePath(File) - Method in class unlimited.fc.client.api.FileListDataItem
 
getRelativePath(Path) - Method in class unlimited.fc.client.api.FileListDataItem
 
getRemoteFilename() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRemoteFilename() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getRemoteFilename() - Method in class unlimited.fc.client.api.SnapShotHook
 
getRemoteFilename() - Method in class unlimited.fc.client.api.TransferHook
 
getRemoteFilename() - Method in interface unlimited.fc.client.api.TransferState
Returns the full path of the remote file currently being transferred
getRemoteFilePath() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
getRemotePort() - Method in class unlimited.fc.client.api.FCClient
Gets the remote port to which this client will be connected.
getRemotePort() - Method in interface unlimited.fc.client.api.FileTransferData
Gets the remote port to which this client will be connected.
getRemotePort() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getRemotePort() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getRemotePort() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getRemotePort() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getRemotePort() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getRemoteServer() - Method in class unlimited.fc.client.api.FCClient
 
getRemoteServer() - Method in interface unlimited.fc.client.api.FileTransferData
This method returns the remote server / hostname to which this client is connected.
getRemoteServer() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getRemoteServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getRemoteServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getRemoteServer() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getRemoteServer() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getRenameExtension() - Method in class unlimited.fc.client.api.FCClient
 
getRenameExtension() - Method in interface unlimited.fc.client.api.FileTransferData
Returns whether or not the rename extension will be used.
getRenameExtension() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getRenameExtension() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getRenameExtension() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getRenameExtension() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getRenameExtension() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getReport() - Method in class unlimited.fc.client.api.FCClient
 
getReport() - Method in interface unlimited.fc.client.api.FileTransferMechanism
this returns the report that was filled by the FCClientEngine.
getReport() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getReport() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This returns the report that was filled by the FCClientEngine.
getReportWriter() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
For Testing Purposes Only
getRollingStartRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getRootDownloadPath() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the selected directory user has chosen as the root download path.
getRoundTripTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getRoundTripTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getRoundTripTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getRoundTripTime() - Method in class unlimited.fc.client.api.TransferHook
 
getRoundTripTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the current round trip time
getServerAgentID() - Method in class unlimited.fc.client.api.FCClient
 
getServerAgentID() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the server's current agent ID.
getServerAgentID() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getServerAgentID() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServerAgentID() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getServerAgentID() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getServerAgentID() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getServerConfigurationValue(String) - Method in class unlimited.fc.client.api.FCClient
 
getServerConfigurationValue(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Gets an individual Server configuration value from the Server.
getServerConfigurationValue(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getServerConfigurationValue(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getServerConfigurationValue(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServerConfigurationValue(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Request if link is enabled on the server that you are connected too
getServerLinkExpiryDayValue() - Method in class unlimited.fc.client.api.FCClient
 
getServerLinkExpiryDayValue() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns the number of days that the server has configured for links to be stored.
getServerLinkExpiryDayValue() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServerOverrideBandwidth() - Method in class unlimited.fc.client.api.FCClient
 
getServerOverrideBandwidth() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the override bandwidth value that has been specified by server.
getServerOverrideBandwidth() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServerOverrideBandwidth() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getServiceVersion() - Method in class unlimited.fc.client.api.FCClient
Returns the Service version data object of the connected server.
getServletLocation() - Method in class unlimited.fc.client.api.FCClient
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
getServletLocation() - Method in interface unlimited.fc.client.api.FileTransferData
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
getServletLocation() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getServletLocation() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServletLocation() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getServletLocation() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getServletLocation() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getServletLocation() - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Returns the currently set servlet URL.
getServletLocationData() - Method in class unlimited.fc.client.api.TransferMechanismData
Generates and returns a data object containing all of the information relating to the Servlet
getServletMultiplier() - Method in class unlimited.fc.client.api.FCClient
When uploading in HTTP mode using FileCatalyst Servlet, this option allows the upload buffer size to be tuned.
getServletMultiplier() - Method in interface unlimited.fc.client.api.FileTransferData
When uploading in HTTP mode using FileCatalyst Servlet, this option allows the upload buffer size to be tuned.
getServletMultiplier() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getServletMultiplier() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getServletMultiplier() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getServletMultiplier() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getServletMultiplier() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getServletPath() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getServletSessionID() - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Returns the current Servlet session ID.
getSessionCount() - Method in class unlimited.fc.client.api.FCClient
 
getSessionCount() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current number of active sessions that the implementation has
getSessionCount() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getSessionCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getSessionCount() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getSessionCount() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getSessionCount() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getSessionID() - Method in class unlimited.fc.client.api.FCClient
 
getSessionID() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current session ID of the implementation
getSessionID() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getSessionID() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getSessionManageMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the current session management mode that is used for this Manager instance
getSettings() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Deprecated.
getSettings() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getSettings() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
getSettingsDocument(String, Boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getSettingsDocument(String, Boolean) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
getSignal(Class<? extends MultiClientState>) - Static method in class unlimited.fc.client.api.multiclient.StateSignal
Returns a state signal matching the supplied Multi-Client state
getSignal(Class<? extends MultiClientState>) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateSignalBuilder
 
getSignatureFilename(String, String) - Static method in class unlimited.fc.client.api.Rsync
Returns the delta filename used when caculating signatures during a transfer.
getSignaturesBlockLength(Path) - Static method in class unlimited.fc.client.api.Rsync
Reads and returns the blocksize value from a signatures file
getSize() - Method in class unlimited.fc.client.api.FileListDataItem
Returns the size (in bytes) of this item.
getSizeAllFiles() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeAllFiles(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeAllFiles() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getSizeAllFiles() - Method in class unlimited.fc.client.api.SnapShotHook
 
getSizeAllFiles() - Method in class unlimited.fc.client.api.TransferHook
 
getSizeAllFiles() - Method in interface unlimited.fc.client.api.TransferState
Returns the total size in bytes of all files that will be transferred
getSizeCurrentFile() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeCurrentFile() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getSizeCurrentFile() - Method in class unlimited.fc.client.api.SnapShotHook
 
getSizeCurrentFile() - Method in class unlimited.fc.client.api.TransferHook
 
getSizeCurrentFile() - Method in interface unlimited.fc.client.api.TransferState
Returns the size in bytes of the file currently being transferred.
getSizeOfJob() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent
Gets the size of job.
getSizeTransferredAlreadyAllFiles() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeTransferredAlreadyAllFiles(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeTransferredAlreadyAllFiles() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getSizeTransferredAlreadyAllFiles() - Method in class unlimited.fc.client.api.SnapShotHook
 
getSizeTransferredAlreadyAllFiles() - Method in class unlimited.fc.client.api.TransferHook
 
getSizeTransferredAlreadyAllFiles() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of bytes that were already transferred for all files (usually due to a resume)
getSizeTransferredAlreadyCurrentFile() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getSizeTransferredAlreadyCurrentFile() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getSizeTransferredAlreadyCurrentFile() - Method in class unlimited.fc.client.api.SnapShotHook
 
getSizeTransferredAlreadyCurrentFile() - Method in class unlimited.fc.client.api.TransferHook
 
getSizeTransferredAlreadyCurrentFile() - Method in interface unlimited.fc.client.api.TransferState
Returns the number of bytes that were already transferred for this file (usually due to a resume)
getSnapShot() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getSnapShot() - Method in class unlimited.fc.client.api.TransferHook
Creates and returns a read-only snapshot of the current hook information
getSource() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
Returns the MultiClientManager instance that generated this particular event
getSource() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
getSourceFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
Gets the source files.
getSSLSocketProducer() - Method in class unlimited.fc.client.api.FCClient
 
getSSLSocketProducer() - Method in interface unlimited.fc.client.api.FileTransferData
Retrieves the implementation that will be used to generate SSL sockets
getSSLSocketProducer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getSSLSocketProducer() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getStartRate() - Method in class unlimited.fc.client.api.FCClient
Returns the current start rate for FC transfers
getStartRate() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getStartRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getStartRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getStartRate() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getStartRate() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getStatusAsParsableString() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getStatusAsParsableString() - Method in class unlimited.fc.client.api.TransferHook
 
getStatusCode() - Method in class unlimited.fc.client.api.HandlerData
Returns the current status code for the data
getStatusCode() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getStatusCode() - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
Gets the current status code from the system.
getStatusCode() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getStatusCode() - Method in class unlimited.fc.client.api.SnapShotHook
 
getStatusCode() - Method in class unlimited.fc.client.api.TransferHook
 
getStatusCode() - Method in interface unlimited.fc.client.api.TransferState
Returns the current status code, indicates what is currently happening with the transfer
getStatusMessage() - Method in class unlimited.fc.client.api.HandlerData
Returns the current status message
getStatusMessage() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getStatusMessage() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getStatusMessage() - Method in class unlimited.fc.client.api.SnapShotHook
 
getStatusMessage() - Method in class unlimited.fc.client.api.TransferHook
 
getStatusMessage() - Method in interface unlimited.fc.client.api.TransferState
Returns a String representation of the current status of this transfer handler.
getStatusMsg() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns the current status of this processor
getStatusString(int) - Static method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
Returns a human-readable status message for the status code provided
getStickySessionID() - Method in class unlimited.fc.client.api.FCClient
 
getStickySessionSupplier() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getString() - Method in enum unlimited.fc.client.api.CommonFileFilterModeType
 
getString() - Method in interface unlimited.fc.client.api.SharedFileFilterModeIntf
 
getSynchedClient() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the synched client.
getSynchedFrom(FileTransferData) - Method in class unlimited.fc.client.api.TransferMechanismData
Syncs the supplied FileTransferData instance to this data object.
getTaActualJobDownloadPath() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTaDownloadAuthToken() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTaFCWebJobId() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTaFcWebLogHandler() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTaFCWebSessionId() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTaJobId() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTaJobRecipientIndex() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTAJobSettings() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTaJobUploadPath() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTargetRate() - Method in class unlimited.fc.client.api.FCClient
 
getTargetRate() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current target rate for this client.
getTargetRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTargetRate() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getTargetRateSlice() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTargetRateSlice() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getTargetRateSlice() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
getTaskID() - Method in class unlimited.fc.client.api.FCClient
 
getTaskID() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current task ID
getTaskID() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTaskID() - Method in interface unlimited.fc.client.api.SessionDetailsProvider
Returns the current task ID that the provider has.
getTaskID() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getTaskName() - Method in interface unlimited.fc.client.api.SessionDetailsProvider
Returns the current task name for the session provider
getTCPControlChannelError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if TCP control channel cannot be established
getTCPControlChannelError() - Method in class unlimited.fc.client.api.FCClient
 
getTCPDataChannelMultiStreamError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if multi-stream TCP data transfers are not possible
getTCPDataChannelMultiStreamError() - Method in class unlimited.fc.client.api.FCClient
 
getTCPDataChannelSingleStreamError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if single-stream TCP data transfers are not possible
getTCPDataChannelSingleStreamError() - Method in class unlimited.fc.client.api.FCClient
 
getTempMode() - Method in class unlimited.fc.client.api.FCClient
 
getTempMode() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the temporary mode for the implementation
getTempMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTempMode() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getTestResults() - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Gathers the test results, and returns the status and status messages of all ConnectivityTests.
getTheFTPNodeFromDomDocument(Document) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getThreadSource() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
Gets the thread source.
getTimecodeDuration() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns a formatted display of this processors duration
getTimeRemaining() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTimeRemaining() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTimeRemaining() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTimeRemaining() - Method in class unlimited.fc.client.api.TransferHook
 
getTimeRemaining() - Method in interface unlimited.fc.client.api.TransferState
Return the time remaining for the current file formatted to a String i.e 5 mins 21 secs
getTimeRemainingMillis() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTimeRemainingMillis() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTimeRemainingMillis() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTimeRemainingMillis() - Method in class unlimited.fc.client.api.TransferHook
 
getTimeRemainingMillis() - Method in interface unlimited.fc.client.api.TransferState
Returns the time remaining in milliseconds for the current file
getTotalBytesSoFarCurrentFile() - Method in class unlimited.fc.client.api.HandlerData
Returns the current amount of byte that have been transferred for the current file
getTotalFiles() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTotalFiles(Vector<TransferHook>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTotalFiles() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTotalFiles() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTotalFiles() - Method in class unlimited.fc.client.api.TransferHook
 
getTotalFiles() - Method in interface unlimited.fc.client.api.TransferState
Returns the total number of files to be transferred.
getTotalQueueSize() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the total size of all items in the queue
getTrackingNumber() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
get the TrackingNumber after the submitJob() call, other wise this field will be an empty String
getTrackingNumber() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTransactionID() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns the current transaction ID that is set.
getTransfer() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method will return the TransferHook object for the current transfer.
getTransferCompleteStateSignal() - Static method in class unlimited.fc.client.api.multiclient.StateSignal
Returns a state signal to be used for the CancelledState
getTransferData() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns a clone of the data object that contains all of the transfer settings for this MultiClientManager
getTransferDurationSeconds() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the transfer duration time in seconds.
getTransferDurationSeconds() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the transfer duration time in seconds.
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.FCClient
 
getTransferEmptyDirectories() - Method in interface unlimited.fc.client.api.FileTransferData
Returns whether not the implementation is set to transfer empty directories.
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getTransferEmptyDirectories() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getTransferFinished() - Static method in class unlimited.fc.client.api.multiclient.StateSignal
Returns a state signal to be used for the CancelledState
getTransferFullSizeBytes() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the transfer size.
getTransferFullSizeBytes() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the transfer size.
getTransferHolder() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTransferHook() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Gets the Master Transfer hook.
getTransferID() - Method in class unlimited.fc.client.api.FCClient
Returns the current transfer ID
getTransferIDMsg() - Method in class unlimited.fc.client.api.multiclient.TransferIDCallback
 
getTransferIDMsg() - Method in interface unlimited.fc.client.api.multiclient.TransferIDHolder
Returns the message that matches the ID that is stored by the implementation
getTransferMessage() - Method in enum unlimited.fc.client.api.TransferStatusEnum
 
getTransferMetrics() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferMetrics() - Method in interface unlimited.fc.client.api.multiclient.MultiHookManagerInterface
 
getTransferMetrics() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferMetrics() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferMetrics() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferMode() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Return the transfer mode selected for this transfer.
getTransferMode() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTransferMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferMode() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferMode() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferMode() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferMode() - Method in interface unlimited.fc.client.api.TransferState
Returns the current transfer mode
getTransferMode() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Return the transfer mode selected for this transfer.
getTransferRate() - Method in class unlimited.fc.client.api.FCClient
 
getTransferRate() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the implementation's current transfer rate
getTransferRate() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getTransferRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTransferRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getTransferRate() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getTransferRate() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getTransferringRateSlice() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getTransferringState(ReadyState, boolean) - Static method in class unlimited.fc.client.api.multiclient.TransferringState
 
getTransferringStateSignal() - Static method in class unlimited.fc.client.api.multiclient.StateSignal
Returns a state signal to be used for the TransferringState
getTransferSizeBytes() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Returns the transfer size.
getTransferSizeBytes() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Returns the transfer size.
getTransferStartTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferStartTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferStartTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferStartTime() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferStartTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the transfer start time for the total transfer in milliseconds
getTransferStatsString(long) - Static method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getTransferStatus() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferStatus() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferStatus() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferStatus() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferStatus() - Method in interface unlimited.fc.client.api.TransferState
Returns a list of all the status codes for current transfers within this TransferHook
getTransferTime() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferTime() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferTime() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferTime() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferTime() - Method in interface unlimited.fc.client.api.TransferState
Returns the transfer time for the total transfer in milliseconds
getTransferUniqueID() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Gets the transfer unique id.
getTransferWarningMessage() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
getTransferWarningMessage() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
getTransferWarningMessage() - Method in class unlimited.fc.client.api.SnapShotHook
 
getTransferWarningMessage() - Method in class unlimited.fc.client.api.TransferHook
 
getTransferWarningMessage() - Method in interface unlimited.fc.client.api.TransferState
Returns the transfer warning message if a transfer warning has occurred.
getTwoWayAllowDownload() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTwoWayAllowUpload() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getTwoWayLogsURL() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getType() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This Method will return the type of the current field.
getType() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getType() - Method in class unlimited.fc.client.api.FileListDataItem
Returns the type of this item.
getUDPIncomingError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if UDP downloads are not possible
getUDPIncomingError() - Method in class unlimited.fc.client.api.FCClient
 
getUDPOutgoingError() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns an error message if UDP uploads are not possible
getUDPOutgoingError() - Method in class unlimited.fc.client.api.FCClient
 
getUDPTransferMetrics() - Method in class unlimited.fc.client.api.FCClient
Return the UDP transfer metrics for the current transfer.
getUnitSize() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use int getPacketSize() instead.
getUnitsize() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
getUnitSize() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getUnitSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getUnitSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getUnitSize() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getUnitSize() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getUploadDest(TransferJob.FileTypeJob<Path>, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
getUploadFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
getUploadPath() - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
getUpperByteLimit() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns the current upper byte limit that this filter is using
getUserAgent() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getUserEmailAddress() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getUserEmailAddress() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getUserEmailAddress() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Get The User's Email Address When Called
getUserEmailAddresss() - Method in class unlimited.fc.client.api.FCClient
 
getUserEmailAddresss() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Gets the connected user's email address when called
getUserEmailAddresss() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getUserFullName() - Method in class unlimited.fc.client.api.FCClient
 
getUserFullName() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Get The User's Full Name When Called
getUserFullName() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getUserFullName() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getUserFullName() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getUserFullName() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Get The User's Full Name When Called
getUsername() - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
getUsername() - Method in class unlimited.fc.client.api.ClientCredentials
 
getUsername() - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
getUsername() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to return the username
getUsername() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
getUserPermissions() - Method in class unlimited.fc.client.api.FCClient
 
getUserPermissions() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Gather's the current user's permissions that are enabled on the server.
getUserPermissions() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getUserPermissions() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
getUserPermissions() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getUserPermissions() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Gather's the user's permissions
getUserRelativePriority() - Method in class unlimited.fc.client.api.FCClient
 
getUserRelativePriority() - Method in interface unlimited.fc.client.api.FileTransferData
This priority hint is to help the server distribute bandwidth within its own set parameters.
getUserRelativePriority() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getUserRelativePriority() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getUUID() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
getUUIDForFile(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
 
getUUIDForFile(T) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Returns the UID of the TransferJob that is responsible for a given file.
getUUIDForFile(Path) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
 
getValue() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This Method will return the default value of the current field.
getValue() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
getVerifyMode() - Method in class unlimited.fc.client.api.FCClient
 
getVerifyMode() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current integrity verification mode.
getVerifyMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getVerifyMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getVerifyMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getVerifyMode() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getVerifyMode() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getVerifyModeAsString(int) - Static method in class unlimited.fc.client.api.TransferMode
Method used to output in text the verify mode you're in.
getVersion() - Static method in class unlimited.fc.client.api.fcweb.FCWebClient
This method returns the version of the FCAPI being used.
getWaitRetry() - Method in class unlimited.fc.client.api.FCClient
 
getWaitRetry() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the amount of milliseconds to wait between retries for failed transfers.
getWaitRetry() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getWaitRetry() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getWaitRetry() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
getWaitRetry() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getWaitRetry() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getWelcomeMessage(String, int, boolean, String) - Static method in class unlimited.fc.client.api.FCClient
Convenience method that can quickly connect to and return the welcome message from the specified server
getWelcomeMessage() - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Returns the message that the Servlet replies with when a WELCOME command is executed against it
getWorkingDir() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.FCClient
Return the current write buffer size.
getWriteBufferSizeKB() - Method in interface unlimited.fc.client.api.FileTransferData
Return the current write buffer size.
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the write buffer size
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getWriteBufferSizeKB() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getWriteFileMode() - Method in class unlimited.fc.client.api.FCClient
Gets the file write mode set Client application will use these values for downloads only.
getWriteFileMode() - Method in interface unlimited.fc.client.api.FileTransferData
Gets the file write mode set Client application will use these values for downloads only.
getWriteFileMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
getWriteFileMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getWriteFileMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Gets the write file mode when called
getWriteFileMode() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
getWriteFileMode() - Method in class unlimited.fc.client.api.TransferMechanismData
 
getZipFileSizeLimit() - Method in class unlimited.fc.client.api.FCClient
 
getZipFileSizeLimit() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the zip file size limit in bytes.
getZipFileSizeLimit() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
getZipFileSizeLimit() - Method in class unlimited.fc.client.api.TransferMechanismData
 

H

handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
Handle this event with the provided MultiClientListener
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.StateMachineEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.PendingJobsCancelledEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobReturnedEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferRejectionEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent
 
handle(MultiClientListenerAdapter) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent
 
handle(ProcessEventDispatch.PreProcessorStart) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a PreProcessorStart event is dispatched.
handle(ProcessEventDispatch.PostProcessorStart) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a PostProcessorStart event is dispatched.
handle(ProcessEventDispatch.PreProcessorFinish) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a PreProcessorFinish event is dispatched.
handle(ProcessEventDispatch.PostProcessorFinish) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a PostProcessorFinish event is dispatched.
handle(ProcessEventDispatch.ProcessorActivity<T>) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a ProcessorActivity event for a particular processor type is dispatched.
handle(ProcessEventDispatch.ProcessorError<T>) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a ProcessorError event for a particular processor type is dispatched.
handle(ProcessEventDispatch.ProcessorStatusUpdate<T>) - Method in interface unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventHandler
Called when a ProcessorStatusUpdate event for a particular processor type is dispatched.
handle(ProcessEventDispatch.PreProcessorStart) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.PostProcessorStart) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.PreProcessorFinish) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.PostProcessorFinish) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.ProcessorError<T>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.ProcessorStatusUpdate<T>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handle(ProcessEventDispatch.ProcessorActivity<T>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handleBadState() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedConnectAttemptState
 
handleBadState() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
handleBadState() - Method in class unlimited.fc.client.api.multiclient.BadState
Default bad state handling is to return to the previous state
handleBadState(BadState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleBadState(BadState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a BadState
handleBadState(BadState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handleCancelledState(CancelledState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCancelledState(CancelledState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a CancelledState
handleCancellingState(CancellingState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCancellingState(CancellingState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a CancellingState
handleCancellingStateTransition(CancellingState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCancellingStateTransition(CancellingState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a CancellingState transition
handleCancellingStateTransition(CancellingState.Transition) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handleCancelTypeState(CancelTypeState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCancelTypeState(CancelTypeState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Handle a state that is a derivative of the CancelTypeState abstract resource
handleCancelTypeState(CancelTypeState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handleConnectedState(ConnectedState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleConnectedState(ConnectedState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ConnectedState
handleConnectingState(ConnectedState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleConnectingState(ConnectedState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ConnectedState transition
handleCreatedState(CreatedState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCreatedState(CreatedState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a CreatedState
handleCreatingWorkerThreadsState(ReadyState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleCreatingWorkerThreadsState(ReadyState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ReadyState transition
handleCurrentState(StateHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Calls the state handler to handle the current state.
handleDisconnectErrorState(BadState.DisconnectErrorState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleDisconnectErrorState(BadState.DisconnectErrorState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a DisconnectErrorState
handleDisconnectingState(InitializedState.DisconnectingState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleDisconnectingState(InitializedState.DisconnectingState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a DisconnectingState
handleDownload() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleError(String, Exception) - Method in interface unlimited.fc.client.api.PostURLTransfer.TransferHolder
 
handleEvent(ProcessEventDispatch.ProcessorEvent<? extends Processor, ?>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
handleFailedConnectAttemptState(BadState.FailedConnectAttemptState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFailedConnectAttemptState(BadState.FailedConnectAttemptState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FailedConnectAttemptState
handleFailedFinishState(BadState.FailedFinishState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFailedFinishState(BadState.FailedFinishState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FailedFinishState
handleFailedInitializationState(BadState.FailedInitializationState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFailedInitializationState(BadState.FailedInitializationState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FailedInitializationState
handleFailedLoginState(BadState.FailedLoginState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFailedLoginState(BadState.FailedLoginState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FailedLoginState
handleFailedTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
handleFailedTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Handles a failed transfer event when called.
handleFailedTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
handleFailedTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
handleFailedTransferState(BadState.FailedTransferState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFailedTransferState(BadState.FailedTransferState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FailedTransferState
handleFileTransferFailureEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle file transfer failure event.
handleFileTransferFailureEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleFileTransferFailureEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
 
handleFileTransferMechanism(FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.FileTransferMechanismHandler
Method that uses a double dispatching system to handle individual client requests
handleFileTransferRerturnEvent(MultiClientEvent.TransferJobEvent.TransferJobReturnedEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle a job transfer returned event.
handleFileTransferRerturnEvent(MultiClientEvent.TransferJobEvent.TransferJobReturnedEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleFinalError(Exception) - Method in class unlimited.fc.client.api.AutoRecoverClient
Handles the final error message that occurs when the AutoRecoverClient detects that it needs to reset, then encounters an exception
handleFinishedState(FinishedState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFinishedState(FinishedState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FinishedState
handleFinishingState(FinishedState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleFinishingState(FinishedState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a FinishedState transition
handleIdleState(IdleState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleIdleState(IdleState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a IdleState
handleIdleState(IdleState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handleInitializedState(InitializedState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleInitializedState(InitializedState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a InitializedState
handleInitializingState(InitializedState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleInitializingState(InitializedState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a InitializedState transition
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FileCacheJobHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FileCacheJobHandler
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FileCacheJobHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FileCacheJobHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FileCacheJobHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
handleJob(DownloadJob, FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
handleJob(UploadJob, FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
handleJob(UploadAsJob, FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
handleJob(DownloadAsJob, FileTransferMechanism) - Method in interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
Handle job.
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeHandler
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
handleJob(DownloadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
handleJob(UploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
handleJob(RemoteUploadJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
handleJob(UploadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
handleJob(DownloadAsJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
handleJobAddedToQueueEvent(MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle job added to queue event.
handleJobAddedToQueueEvent(MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleJobAddedToQueueEvent(MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
 
handleJobTransferRejectionEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferRejectionEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle job transfer rejection event.
handleJobTransferRejectionEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferRejectionEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleJobTransferringEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle job transferring event.
handleJobTransferringEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleJobTransferringEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
 
handleJobTransferSuccessEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent) - Method in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
handleJobTransferSuccessEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle job transfer success event.
handleJobTransferSuccessEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleJobTransferSuccessEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent) - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener
 
handleJobTransferSuccessEvent(MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
 
handleJobWithNotification(FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
handleLoggedInState(LoggedInState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleLoggedInState(LoggedInState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a LoggedInState
handleLoggingInState(LoggedInState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleLoggingInState(LoggedInState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a LoggedInState transition
handleMonitoringState(MonitoringState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleMonitoringState(MonitoringState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a MonitoringState
handleMultiClientState(MultiClientState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleMultiClientState(MultiClientState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering any MultiClientState
handleMultiClientState(MultiClientState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handlePassthrough(ListJob<FileType>, Set<FileType>) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
This just re adds the work to the job to continue on down the process chain
handlePendingJobsCancelledEvent(MultiClientEvent.TransferJobEvent.PendingJobsCancelledEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle pending jobs cancelled event.
handlePostTransferIdleState(PostTransferIdleState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handlePostTransferIdleState(PostTransferIdleState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a PostTransferIdleState
handleProcessingState(ProcessingState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleProcessingState(ProcessingState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ProcessingState
handleProcessingState(ProcessingState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
HandlerData - Class in unlimited.fc.client.api
An extension on the standard Java Properties object.
HandlerData() - Constructor for class unlimited.fc.client.api.HandlerData
Default constructor for the HandlerData resource
HandlerData(TransferHook) - Constructor for class unlimited.fc.client.api.HandlerData
Constructor that builds the HandlerData with the information in the TransferHook
HandlerData(HandlerData) - Constructor for class unlimited.fc.client.api.HandlerData
Copy constructor of the HandlerData resource
handleReadOnlyState(ReadOnlyState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleReadOnlyState(ReadOnlyState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ReadOnlyState
handleReadyState(ReadyState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleReadyState(ReadyState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a ReadyState
HandlerMapGenerator - Class in unlimited.fc.client.api.multiclient
Generator resource that provides an easy way to generate HandlerData resources for all active client's within a Multi-Manager
HandlerMapGenerator(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.HandlerMapGenerator
Default constructor for the generator
handlerStatusMessage - Variable in class unlimited.fc.client.api.HandlerData
 
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.DeleteAfterTransferListener
 
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
Handle state machine event.
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
 
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
 
handleStateMachineEvent(MultiClientEvent.StateMachineEvent) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateListener
 
handleSuccessfulTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
handleSuccessfulTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Handles a successful transfer event when called.
handleSuccessfulTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
handleSuccessfulTransfer(TransferHook, FileTransferMechanism, TransferJob) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
handleTransferCompleteState(TransferCompleteState) - Method in class unlimited.fc.client.api.multiclient.DeleteAfterTransferListener.TransferCompletionHandler
 
handleTransferCompleteState(TransferCompleteState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleTransferCompleteState(TransferCompleteState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a TransferCompleteState
handleTransferCompleteStateTransition(TransferCompleteState.Transition) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleTransferCompleteStateTransition(TransferCompleteState.Transition) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a TransferCompleteState transition
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
handleTransferJob(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Override this for default transfer job behaviour.
handleTransferringState(TransferringState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleTransferringState(TransferringState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a TransferringState
handleTransferringState(TransferringState) - Method in class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
handleTransferringWithNoPendingWorkAllFilesInTransit(TransferringState.TransferringWithNoPendingWorkAllFilesInTransit) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleTransferringWithNoPendingWorkAllFilesInTransit(TransferringState.TransferringWithNoPendingWorkAllFilesInTransit) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a TransferringWithNoPendingWorkAllFilesInTransit
handleTransferringWithNoPendingWorkState(TransferringState.TransferringWithNoPendingWorkState) - Method in class unlimited.fc.client.api.multiclient.StateHandler.Adapter
 
handleTransferringWithNoPendingWorkState(TransferringState.TransferringWithNoPendingWorkState) - Method in interface unlimited.fc.client.api.multiclient.StateHandler
Called when entering a TransferringWithNoPendingWorkState
handleTransferStart(TransferHook, TransferRunner) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that performs the operations relating to transfer start.
handleTransferStop(TransferHook, TransferRunner) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that performs the operations relating to transfer stop.
hasChanged() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
hasCreatePermissions() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
hasDeletePermission() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns whether or not file and folders have delete permission
hasDeletePermissions() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
hasFiles() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns whether or not this TransferJob has files for transfer
hashCode() - Method in class unlimited.fc.client.api.ClientCredentials
 
hashCode() - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
hashCode() - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
hashCode() - Method in class unlimited.fc.client.api.CompressionData
 
hashCode() - Method in class unlimited.fc.client.api.FCClient
 
hashCode() - Method in class unlimited.fc.client.api.FileListData
 
hashCode() - Method in class unlimited.fc.client.api.FileListDataItem
 
hashCode() - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
hashCode() - Method in class unlimited.fc.client.api.PostTaskSentData
 
hasModifyPermission() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns whether or not file and folders have modify permission
hasReadPermission() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns whether or not file and folders have read permission
hasRenamePermissions() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
hasSignalRegistered(StateSignal) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the state signal has been successfully registered to this MultiClient Manager instance
hasSignalRegistered(StateSignal) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateListener
 
hasTransfer() - Method in class unlimited.fc.client.api.multiclient.TransferIDCallback
 
hasTransfer() - Method in interface unlimited.fc.client.api.multiclient.TransferIDHolder
Returns whether or not there is a transfer
hasWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the Manager has active or pending work
hasWritePermission() - Method in class unlimited.fc.client.api.UserPermissionsContainer
Returns whether or not file and folders have write permission
headerBytes - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFooterFactory
 
headerBytes - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeadersAndFootersPostProcessor
 
hook - Variable in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
 
HTTP - Static variable in class unlimited.fc.client.api.TransferMode
This mode will force all transfers to use the HTTP protocol.

I

IDLE - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the connection is in an idle state (54)
idlePendingJobs - Variable in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
IdleState - Class in unlimited.fc.client.api.multiclient
The Class IdleState.
IdleState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.IdleState
 
illegalState - Variable in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
importFile(File) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
importFile(Path) - Method in class unlimited.fc.client.api.FCClient
 
importFile(Path) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This will overwrite all settings within this object, if the values are not present within this file, the values within this object are reset to defaults.
importFile(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
importFile(Path, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
Imports the properties defined within a file, and synchs them with to the supplied FileTransferData object
importFromXML(Node) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
importProperties(Properties) - Method in class unlimited.fc.client.api.FCClient
 
importProperties(Properties) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This will overwrite all settings within this object, if the values are not present within the properties object, the values within this object are reset to defaults.
importProperties(Properties) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
importProperties(Properties, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
Imports the properties information and synchs them with to the supplied FileTransferData object
incomingWork - Variable in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
incomingWorkInitialization(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
Initializes the incoming work
incrementDirectoryCount() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
INDETERMINATE - Static variable in class unlimited.fc.client.api.TransferMode
This mode is only used in the MultiClientTransferHook where there are no active hooks in the pool
indexOf(Object) - Method in class unlimited.fc.client.api.FileListData
 
informTransferFinished() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
informTransferFinished() - Method in class unlimited.fc.client.api.FCClient
 
informTransferFinished() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sends a message to the server letting them know that transfer has finished
informTransferFinished() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
informTransferFinished() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sends a message to the server letting them know that transfer has finished
informTransferFinished() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
informTransferStart() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
informTransferStart() - Method in class unlimited.fc.client.api.FCClient
 
informTransferStart() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sends a message to the server letting them know that transfer has started
informTransferStart() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
informTransferStart() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sends a message to the server letting them know that transfer has started
informTransferStart() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
initDeleteAfterTransfer(Pair<LinkedList<T>, HashSet<T>>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Initializes the delete after transfer if it is needed.
initialize(boolean) - Method in class unlimited.fc.client.api.FCClient
Initialize FCClient object.
initialize() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deprecated.
initialize(boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Initialize FCClient object.
initialize(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
initialize(FCClientWorker<?>) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
initialize(boolean) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
initialize(boolean) - Method in class unlimited.fc.client.api.multiclient.InitializedState.Transition
 
initialize(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
initialize(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Initialize Multi-Client object.
initialized - Variable in class unlimited.fc.client.api.FCClient
 
InitializedState - Class in unlimited.fc.client.api.multiclient
The Class InitializedState.
InitializedState(CreatedState) - Constructor for class unlimited.fc.client.api.multiclient.InitializedState
 
InitializedState.DisconnectingState - Class in unlimited.fc.client.api.multiclient
The Class DisconnectingState.
InitializedState.Transition - Class in unlimited.fc.client.api.multiclient
The Class InitializingState.
initializeManager() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Initializes the Multi-Client Manager for work
initializeNoUserLogs() - Method in class unlimited.fc.client.api.FCClient
Initialize FCClient object without creating the actual user log.
initializeNoUserLogs() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Initializes the TransferMechanism with no user logs
initializeNoUserLogs() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
initializeNoUserLogs() - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
initializeNoUserLogs() - Method in class unlimited.fc.client.api.multiclient.InitializedState.Transition
 
initializeNoUserLogs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
initializeNoUserLogs() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Initializes the TransferMechanism with no user logs
initializeWorkingDirectory(String) - Method in class unlimited.fc.client.api.TransferMechanismData
Initializes the current working directory to the value specified.
INITIALIZING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently initializing a transfer (7)
initReportWriter() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Initializes the report writer it hasn't already been initalized by the system
initRun() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
initSession() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
initSession() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
initSession() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
initThreadSafeHook() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Initializes the ThreadSafeMultiHook that is used to provide transfer information in Thread safe manner
instanceOf(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
instanceOf(TransferJob.FileTypeJob<FileType>, FileTransferMechanism, TransferMechanismData) - Static method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
instanceOf(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns whether or not the supplied TransferJob is and instance of this TransferJob
instanceOf(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
INVALID_ARGUMENT - Static variable in class unlimited.fc.client.api.ErrorCodes
 
invalidState() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isActive() - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
isActive(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
isActive() - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
isActive() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
isActive() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns if the processor is processing data
isActive(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
isAllDefaults() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Checks whether this filter has all default settings
isAllDefaults() - Method in class unlimited.fc.client.api.FileFilterData
Returns whether or not the Data is currently all default settings
isAllowDirectories() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Returns whether or not this filter allows directories
isApplyFilterToDirectories() - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Deprecated.
Method deprecated. Please use FileCatalystFileFilter.getFileFilterTarget() instead
isAutoMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the transfer mode has been set to TransferMode.AUTO
isAutoResume() - Method in class unlimited.fc.client.api.FCClient
 
isAutoResume() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if auto-resume is enabled.
isAutoResume() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isAutoResume() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isAutoResume() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isAutoResume() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isAutoResume() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isAutoUnzip() - Method in class unlimited.fc.client.api.FCClient
Returns true if auto unzip is enabled, false otherwise.
isAutoUnzip() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if auto unzip is enabled, false otherwise.
isAutoUnzip() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isAutoUnzip() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isAutoUnzip() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isAutoUnzip() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isAutoZip() - Method in class unlimited.fc.client.api.FCClient
Returns true if auto zip is enabled, false otherwise.
isAutoZip() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if auto zip is enabled, false otherwise.
isAutoZip() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isAutoZip() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isBadState() - Method in class unlimited.fc.client.api.multiclient.BadState
 
isBadState() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the current state is a bad state.
isBadState() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Checks if is bad state.
isCancelled() - Method in class unlimited.fc.client.api.multiclient.CancelledState
 
isCancelled() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientCancelHandler
 
isCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the MultiClientManager has been cancelled
isCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isCancelled() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
isCancelled() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isCancelledDueToError() - Method in class unlimited.fc.client.api.multiclient.MultiClientCancelHandler
 
isCancelledDueToError() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the Manager was cancelled
isCancelledDueToError() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
isCancelledOrCancelling() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the Manager is currently canceling it's current transfers, or if it has completely cancelled it's work
isCancelledStateCalledByPause() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Pause and cancel share the same internal state (cancelled).
isCancelledStateCalledByPause() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Pause and cancel share the same internal state (cancelled).
isCancelling() - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
isCancelling() - Method in class unlimited.fc.client.api.multiclient.CancellingState.Transition
 
isCancelling() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the manager is currently in a cancelling state
isCancelling() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isComplete - Variable in class unlimited.fc.client.api.HandlerData
 
isCompressionEnabled() - Method in class unlimited.fc.client.api.FCClient
Returns true if compression is enabled, false otherwise.
isCompressionEnabled() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if compression is enabled, false otherwise.
isCompressionEnabled() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isCompressionEnabled() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.FCClient
Returns true if congestion control is currently enabled.
isCongestionControlEnabled() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if congestion control is currently enabled.
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isCongestionControlEnabled() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isCurrentStateConnected() - Method in class unlimited.fc.client.api.FCClient
 
isCurrentStateConnected() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns whether or not the FileTransferMechanism currently has a connection.
isCurrentStateConnected() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isCurrentStateConnected() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns whether or not the current transfer mechanism is connected
isCurrentStateInstanceof(Class<? extends MultiClientState>...) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isDebug() - Method in class unlimited.fc.client.api.FCClient
Returns true if debug is set to true.
isDebug() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if debug is set to true.
isDebug() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isDebug() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isDebug() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isDebug() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isDebug() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isDeleteAfterAdded() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns whether or not the delete after processor has already been added
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.FCClient
Returns true if the delete after transfer option is enabled, false otherwise.
isDeleteAfterTransfer() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if the delete after transfer option is enabled, false otherwise.
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isDeleteAfterTransfer() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isDeleteFailed() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler
 
isDirectory() - Method in class unlimited.fc.client.api.FileListDataItem
Returns true if this item is a directory
isDiskBased() - Method in class unlimited.fc.client.api.FileListData
 
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.FCClient
Returns true if the downgrade on reconnect option is enabled, false otherwise.
isDowngradeModeOnReConnect() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if the downgrade on reconnect option is enabled, false otherwise.
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns whether or not the state is set to downgrade mode on reconnect
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isDowngradeModeOnReConnect() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isEmpty() - Method in class unlimited.fc.client.api.FileListData
 
isError() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns whether or not this processor is in error
isFatal() - Method in class unlimited.fc.client.api.TransferHook
Return true if a fatal error has occurred
isFCWebLink() - Method in class unlimited.fc.client.api.FileListDataItem
Returns true if this item is a symbolic link in FC Web
isFile() - Method in class unlimited.fc.client.api.FileListDataItem
Returns true if this item is a file
isFileCatalystServer() - Method in class unlimited.fc.client.api.FCClient
Returns true if connected to a FileCatalyst server.
isFileCatalystServer() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isFileCatalystServer() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
isFileCatalystServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isFileCatalystServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns true if connected to a FileCatalyst server.
isFileCatalystServer() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isFileCatalystServer() - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
isFileChanged(FileTransferMechanism, FileType) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.FileChangeChecker
 
isFlaggedForDelta() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns whether or not the Job is flagged for delta generation or not
isForceFileOwnershipEnabled() - Method in class unlimited.fc.client.api.FCClient
 
isForceFileOwnershipEnabled() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isForceFileOwnershipEnabled() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.FCClient
 
isForceTCPmodeACKs() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if TCP mode ACKs are enabled.
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isForceTCPmodeACKs() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isHigherThan(TransferJobPriority) - Method in enum unlimited.fc.client.api.multiclient.transferJob.TransferJobPriority
 
isIdActive(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isIDCompleted(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isIdle() - Method in class unlimited.fc.client.api.FCClient
 
isIdle() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns whether or not the Client is currently idle
isIdle() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isIdle() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns whether or not the Client is currently idle
isIdle() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
isIncrementalSizeCheckOnly() - Method in class unlimited.fc.client.api.FCClient
 
isIncrementalSizeCheckOnly() - Method in interface unlimited.fc.client.api.FileTransferData
Returns whether or not incremental has been set to use the size only option
isIncrementalSizeCheckOnly() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isIncrementalSizeCheckOnly() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isIncrementalSizeCheckOnly() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isInitialDirectoryLocked() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
isInitialDirectoryLocked() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
isInitialDirectoryLocked() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
isInitialized() - Method in class unlimited.fc.client.api.ClientCredentials
 
isInitialized() - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
isInitialized() - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
isInitialized() - Method in class unlimited.fc.client.api.FCClient
 
isInitialized() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns true if the last auto-detect that was performed identified that at least one mode of transfer was possible for the given type (upload, download, or both directions).
isInitialized() - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
isInitialized() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isInitialized() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns true if the last auto-detect that was performed identified that at least one mode of transfer was possible for the given type (upload, download, or both directions).
isIsDownload() - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
isLastJobInQueue() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
isLink() - Method in class unlimited.fc.client.api.FileListDataItem
Returns true if this item is a symbolic link
isLinkEnabledOnServer() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isLinkEnabledOnServer() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
isLinkEnabledOnServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Request if link is enabled on the server that you are connected too
isLoggedIn() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
isLoggedIn() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns whether or not the state is currently logged into the server
isMaintainLastModified() - Method in class unlimited.fc.client.api.FCClient
 
isMaintainLastModified() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if Maintain last modified is enabled.
isMaintainLastModified() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isMaintainLastModified() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isMaintainLastModified() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isMaintainLastModified() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isMaintainLastModified() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isMaintainPermissions() - Method in class unlimited.fc.client.api.FCClient
 
isMaintainPermissions() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if maintain permissions is enabled.
isMaintainPermissions() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isMaintainPermissions() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isMaintainPermissions() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isMaintainPermissions() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isMaintainPermissions() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isMaintainSingleConnection() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
isMoveToSent() - Method in interface unlimited.fc.client.api.FileTransferData
 
isMoveToSent() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isNeedsRecurse() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
isNeedsRecurse() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Checks if is needs recurse.
isOldTransferDataCleared() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.FCClient
Returns true if optimize block size feature is enabled.
isOptimizeBlockSize() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if optimize block size feature is enabled.
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isOptimizeBlockSize() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isPassive() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
isPassThrough - Variable in class unlimited.fc.client.api.multiclient.processor.Processor
 
isPooled() - Method in class unlimited.fc.client.api.FCClient
Returns whether or not the client is a pooled client or not
isProcessing() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the MultiClientManager is currently pre/post processing files.
isProcessing() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Returns whether or not we are currently processing
isProgressive() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns if this TransferJob is set to be a progressive job (transfer files as they grow)
isProgressiveTransfers() - Method in class unlimited.fc.client.api.FCClient
Return true if the progressive option is enabled, false otherwise.
isProgressiveTransfers() - Method in interface unlimited.fc.client.api.FileTransferData
Return true if the progressive option is enabled, false otherwise.
isProgressiveTransfers() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isProgressiveTransfers() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isProgressiveTransfers() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isProgressiveTransfers() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isProgressiveTransfers() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isRecoverablePostProcessErrors(Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
 
isRedundancyWithDeltas() - Static method in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
isRunning() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
isRunning() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.RetransferTransferRunner
 
isSecondVersion() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
this gets updated after you call validateConnection.
isSecure() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
isSecure() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isSecure() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
isSecure - Variable in class unlimited.fc.client.api.SnapShotHook
 
isSecure() - Method in class unlimited.fc.client.api.SnapShotHook
 
isSecure() - Method in class unlimited.fc.client.api.TransferHook
 
isSecure() - Method in interface unlimited.fc.client.api.TransferState
Returns true if transfer is secure
isServerOverridebandwidth() - Method in class unlimited.fc.client.api.FCClient
 
isServerOverridebandwidth() - Method in interface unlimited.fc.client.api.FileTransferData
Returns whether or not the server has specified that the bandwidth should be overridden.
isServerOverridebandwidth() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isServerOverridebandwidth() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isShouldWorkWithMobile() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
isShowConsoleLog() - Method in class unlimited.fc.client.api.FCClient
Returns true if console log is enabled.
isShowConsoleLog() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if console log is enabled.
isShowConsoleLog() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isShowConsoleLog() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isShowConsoleLog() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isShowConsoleLog() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isShowConsoleLog() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isShutdown() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
isShutdown - Variable in class unlimited.fc.client.api.multiclient.processor.Processor
 
isShutdown() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Returns whether or not this process has been shutdown
isStreamingFileListing() - Method in class unlimited.fc.client.api.HandlerData
 
isStrictSSL() - Static method in class unlimited.fc.client.api.FCClient
Returns whether or not useStrictSSL has been enabled for this FCClient
isSynched() - Method in class unlimited.fc.client.api.FCClient
Returns whether or not the client is currently synched
isTATransferDirectionUpload() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
isTransferCancelled - Variable in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isTransferCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isTransferCancelled() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
isTransferCancelled() - Method in class unlimited.fc.client.api.SnapShotHook
 
isTransferCancelled() - Method in class unlimited.fc.client.api.TransferHook
 
isTransferCancelled() - Method in interface unlimited.fc.client.api.TransferState
Returns true if the transfer was cancelled.
isTransferComplete() - Method in class unlimited.fc.client.api.HandlerData
Returns whether or not the transfer is complete
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.IdleState
 
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the MultiClientManager has completed it's current transfer.
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Checks if is transfer complete.
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState
 
isTransferComplete() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
isTransferComplete() - Method in class unlimited.fc.client.api.SnapShotHook
 
isTransferComplete() - Method in class unlimited.fc.client.api.TransferHook
 
isTransferComplete() - Method in interface unlimited.fc.client.api.TransferState
Returns true if all files are successfully transferred
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.FCClient
 
isTransferEmptyDirectories() - Method in interface unlimited.fc.client.api.FileTransferData
Returns whether or not the implementation should be transferring empty directories
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isTransferEmptyDirectories() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isTransferError() - Method in class unlimited.fc.client.api.HandlerData
Returns whether or not the transfer is in error
isTransferError() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isTransferError() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
isTransferError() - Method in class unlimited.fc.client.api.SnapShotHook
 
isTransferError() - Method in class unlimited.fc.client.api.TransferHook
 
isTransferError() - Method in interface unlimited.fc.client.api.TransferState
Returns true if an error occured
isTransferringCheck(TransferHook) - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
isTransferWarning() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
isTransferWarning() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
isTransferWarning() - Method in class unlimited.fc.client.api.SnapShotHook
 
isTransferWarning() - Method in class unlimited.fc.client.api.TransferHook
 
isTransferWarning() - Method in interface unlimited.fc.client.api.TransferState
Returns true a recoverable transfer warning has occured.
isTransferWithTempName() - Method in class unlimited.fc.client.api.FCClient
Returns true if transferring with temporary names is enabled
isTransferWithTempName() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if transferring with temporary names is enabled
isTransferWithTempName() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isTransferWithTempName() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isTransferWithTempName() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isTransferWithTempName() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isTransferWithTempName() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isTwoWayConnection() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
isUDPSupported() - Method in class unlimited.fc.client.api.FCClient
 
isUDPSupported() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns true if connected to a FileCatalyst server that supports UDP.
isUDPSupported() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isUDPSupported() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
isUDPSupported() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isUDPSupported() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns true if connected to a FileCatalyst server that supports UDP.
isUDPSupported() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadJob
 
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns whether or not this job is an upload job or a download job
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
isUpload() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
isUseCompression - Variable in class unlimited.fc.client.api.CompressionData
 
isUseCompression() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use isCompressionEnabled() instead.
isUseCompression() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
isUseCompression() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isUseCompression() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isUseCongestionControl() - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use isCongestionControlEnabled() instead.
isUseCongestionControl() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
isUseCongestionControl() - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
isUseCongestionControl() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isUseCongestionControl() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isUseCongestionControl() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isUseCongestionControl() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isUseCongestionControl() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isUseFC() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
isUseIncremental() - Method in class unlimited.fc.client.api.FCClient
 
isUseIncremental() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if incremental feature is enabled
isUseIncremental() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isUseIncremental() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isUseSent - Variable in class unlimited.fc.client.api.PostTaskSentData
 
isUseSSL() - Method in class unlimited.fc.client.api.FCClient
Returns true if SSL mode is enabled, false otherwise.
isUseSSL() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
isUseSSL() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if SSL mode is enabled, false otherwise.
isUseSSL() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isUseSSL() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isUseSSL() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isUseSSL() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isUseSSL() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isUsingDeleteAfterPostProcessor() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns true if we are using the delete after post processor
isVerifyIntegrity() - Method in class unlimited.fc.client.api.FCClient
 
isVerifyIntegrity() - Method in interface unlimited.fc.client.api.FileTransferData
Returns true if integrity check is enabled.
isVerifyIntegrity() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
isVerifyIntegrity() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isVerifyIntegrity() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
isVerifyIntegrity() - Method in class unlimited.fc.client.api.multiclient.ReadOnlyState
 
isVerifyIntegrity() - Method in class unlimited.fc.client.api.TransferMechanismData
 
isWeblinkEnabledOnServer() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
isWeblinkEnabledOnServer() - Method in class unlimited.fc.client.api.FCClient
 
isWeblinkEnabledOnServer() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Request if link is enabled on the server that you are connected too
isWeblinkEnabledOnServer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
isWorkingDirectoryInitialized() - Method in class unlimited.fc.client.api.TransferMechanismData
Returns whether or not the working directory is currently initialized.
iterator() - Method in class unlimited.fc.client.api.FileListData
 

J

JOB_ADDED_TO_JOBQUEUE - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_ADDED_TO_JOBQUEUE.
JOB_TRANSFER_FAILURE_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_TRANSFER_FAILURE_EVENT.
JOB_TRANSFER_REJECTION_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_TRANSFER_REJECTION_EVENT.
JOB_TRANSFER_RETURN_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_TRANSFER_RETURN_EVENT.
JOB_TRANSFER_SUCCESS_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_TRANSFER_SUCCESS_EVENT.
JOB_TRANSFERRING_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant JOB_TRANSFERRING_EVENT.
JobCombiner(TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener.JobCombiner
 
JobExecutor() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil.JobExecutor
 
jobFailureReason - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
JobHandler - Interface in unlimited.fc.client.api.multiclient.transferJob
The Interface JobHandler.
JobHandler.Adapter - Class in unlimited.fc.client.api.multiclient.transferJob
Adapter class that defines empty methods for the JobHandler resource
JobHandler.Builder - Class in unlimited.fc.client.api.multiclient.transferJob
Builder for the JobHandler resource.
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Pushes a TransferJob into the Multi-Client for transfer.
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
jobPushed(TransferJob) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
JobRepeateRemover() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
jobSuccess(FileTransferMechanism, TransferJob, TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Method that handles marks successful transfers, and fires the corresponding TransferJobTransferSuccessEvent.
jumpToComplete() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
jumpToComplete() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 

K

killAll() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
killAll() - Method in class unlimited.fc.client.api.TransferHook
 
killWorkers() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 

L

lastIndexOf(Object) - Method in class unlimited.fc.client.api.FileListData
 
lastModified(String, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
lastModified(String, boolean) - Method in class unlimited.fc.client.api.FCClient
Get the last modified time of a file on a FileCatalyst server
lastModified(String) - Method in class unlimited.fc.client.api.FCClient
Get the last modified time of a file on a FileCatalyst server.
lastServerRestrictedRate() - Method in class unlimited.fc.client.api.FCClient
 
lastServerRestrictedRate() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the last rate (kbps) that the Server had replied with.
lastServerRestrictedRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
lastServerRestrictedRate() - Method in class unlimited.fc.client.api.TransferMechanismData
 
lastUpdateToSize - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
LINK - Static variable in class unlimited.fc.client.api.FileListDataItem
Type returned by getType() if this item is a link.
list() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
list(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
list() - Method in class unlimited.fc.client.api.FCClient
 
list(String) - Method in class unlimited.fc.client.api.FCClient
Returns meta data for files in the current remote directory.
list(String, String) - Method in class unlimited.fc.client.api.FCClient
 
list(String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns meta data for files that match the wildcard in the supplied directory.
list(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns meta data for files in the current remote directory.
list() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
list(String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
list(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
list(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
list(String, String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
list() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
list(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
list(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
list() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns meta data for files in the current remote directory.
list(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns meta data for files in the current remote directory.
list(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns meta data for files in the remote directory.
list() - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
ListHandler<FileType> - Class in unlimited.fc.client.api.multiclient.transferJob
Handler that is to be used for collecting file streams out of incoming jobs
ListHandler(ExpandJobHandler<FileType>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ListHandler
 
listIterator() - Method in class unlimited.fc.client.api.FileListData
 
listIterator(int) - Method in class unlimited.fc.client.api.FileListData
 
ListJob<T> - Class in unlimited.fc.client.api.multiclient.transferJob
The Class ListJob.
ListJob(Set<T>, String, String, boolean, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ListJob
Instantiates a new list job.
ListJob(TransferJob.FileTypeJob<T>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
ListJob.FilterStreamData - Class in unlimited.fc.client.api.multiclient.transferJob
 
ListJobSizeMonitorData(FileTransferMechanism, ListJob<FileType>, Set<FileType>, Set<FileType>, FileSizeChangeMonitor.FileChangeChecker<FileType>) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.ListJobSizeMonitorData
 
listNoParse(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
listNoParse(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
listNoParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns a remote file listing with no parsing
listNoParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.FCClient
 
listRecursiveFTPCompatible(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Method recursive lists files in an ftp compatible manner similar to FileTransferMechanism.listWithInlineParse()
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
listRecursiveFTPCompatible(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This is a ftp compatible listWithInlineParse();
listWithInlineParse() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
listWithInlineParse(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
listWithInlineParse() - Method in class unlimited.fc.client.api.FCClient
Returns meta data for files in the current remote directory.
listWithInlineParse(String) - Method in class unlimited.fc.client.api.FCClient
Returns meta data for files in the specified remote directory.
listWithInlineParse() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns meta data for files in the current remote directory.
listWithInlineParse(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns meta data for files in the given remote directory.
listWithInlineParse() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
listWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
listWithInlineParse() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
listWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
listWithInlineParse() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
listWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
listWithInlineParse() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns meta data for files in the current remote directory.
listWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns meta data for files in the given remote directory.
loadFromChannel(SeekableByteChannel) - Method in class unlimited.fc.client.api.TransferMechanismData
 
loadFromFile(Path) - Method in class unlimited.fc.client.api.TransferMechanismData
 
loadFromProperties(Properties, CompressionData) - Static method in class unlimited.fc.client.api.CompressionData
 
loadFromProperties(Properties, FileCatalystFileFilter<T>) - Static method in class unlimited.fc.client.api.FileCatalystFileFilter
Loads a FileCatalystFileFilter from a given properties object.
loadFromProperties(Properties, PostTaskSentData) - Static method in class unlimited.fc.client.api.PostTaskSentData
Loads a PostTaskSentData object from a specified properties object.
loadFromProperties() - Method in class unlimited.fc.client.api.TransferMechanismData
 
LOCAL_FILENAME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current local filename
LocalFilename - Variable in class unlimited.fc.client.api.SnapShotHook
 
log(String) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
 
logAction(String, TwoWayFCWebConnection.ActionType, Optional<Long>) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
loggedIn() - Method in class unlimited.fc.client.api.FCClient
 
loggedIn() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns whether or not the TransferMechanism is currently logged into the server
loggedIn() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
LoggedInState - Class in unlimited.fc.client.api.multiclient
The Class LoggedInState.
LoggedInState(ConnectedState) - Constructor for class unlimited.fc.client.api.multiclient.LoggedInState
 
LoggedInState.Transition - Class in unlimited.fc.client.api.multiclient
The Class LoggingInState.
loggedRetry() - Method in class unlimited.fc.client.api.AutoRecoverClient
Variation of the AutoRecoverClient.loggedRetry() method that logs a message if the retry attempt fails to properly reset the client information
logger - Variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
LoggerListener(LogUtils) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
Instantiates a new logger listener.
LoggerListener() - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
Instantiates a new logger listener.
login(ClientCredentials.LoginVisitor) - Method in class unlimited.fc.client.api.ClientCredentials
 
login(ClientCredentials.LoginVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
login(ClientCredentials.LoginVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.FCClient
Login to the server with the specifed credentials.
login(String, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
login(Supplier<ClientCredentials>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Login to the server with the specified credentials.
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.LoggedInState.Transition
 
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
login() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Logs the Multi-Manager with the currently stored username and password
login(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Login to the server with the specifed credentials.
loginWithTokens(String, String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.LoginVisitor
 
loginWithUserPass(String, String) - Method in interface unlimited.fc.client.api.ClientCredentials.LoginVisitor
 
logListener - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
logMessage(Level, String) - Method in interface unlimited.fc.client.api.PostURLTransfer.TransferHolder
 
lowerByteLimit - Variable in class unlimited.fc.client.api.FileFilterData
Long representing the lower byte limit

M

MaintainFolderModTimeListener - Class in unlimited.fc.client.api.multiclient
A listener class that collects files (upload / download) while waiting for a transfer success event.
MaintainFolderModTimeListener(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener
 
MaintainFolderModTimeListener.FileComparator - Class in unlimited.fc.client.api.multiclient
 
MaintainFolderModTimeListener.FLDComparator - Class in unlimited.fc.client.api.multiclient
 
mainTransferCompressionData - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
makeDeltas(Path, Path, Path) - Static method in class unlimited.fc.client.api.Rsync
Builds a deltas file based on the source file and the given signatures file.
makeDeltas(Path, Path, Path, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
makeDeltas(Path, Path, Path, int) - Static method in class unlimited.fc.client.api.Rsync
 
makeDeltas(Path, Path, Path, int, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
makeDeltas(Path, Path, Path, int, boolean, int) - Static method in class unlimited.fc.client.api.Rsync
 
makeDeltas(Path, Path, Path, int, boolean, int, int) - Static method in class unlimited.fc.client.api.Rsync
 
makeDeltas(Path, Path, Path, int, boolean, int, int, CancelHandler) - Static method in class unlimited.fc.client.api.Rsync
Starts deltas creation in a thread, and monitors the given cancel handler, cancelling deltas generation if required
makeSignatures(Path, Path) - Static method in class unlimited.fc.client.api.Rsync
Generates signatures from the given source file, and stores the signatures to the specified file
makeSignatures(Path, Path, int) - Static method in class unlimited.fc.client.api.Rsync
 
makeSignatures(Path, Path, int, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
MD5FactoryProcessor(MD5PostProcessor) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor
 
md5Failed() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
MD5Handler() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler
 
MD5PostProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Post Processor that is responsible for preparing MD5 checksums during transfers
MD5PostProcessor(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessor
 
MD5PostProcessorFactory - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Standard factory that produces MD5PostProcessors
MD5PostProcessorFactory() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessorFactory
 
MD5PostProcessorFactory.MD5FactoryProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Processor class that defines the behaviour for calculating MD5s after the transfer
MD5PostProcessorFactory.MD5FactoryProcessor.MD5Handler - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
 
metricsToString(UDPTransferMetricsContainer) - Static method in class unlimited.fc.client.api.UDPTransferMetricsFactory
Takes a UDPTransferMetricsContainer and marshals it into a string object that can be passed either to the HF TaskDetailsDO property object to send as status update in admin communication, or send as session data in Server ServerAdminHandler.
mgr - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MD5PostProcessor
 
mgr - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
MINIMUM_BANDWIDTH - Static variable in class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
MIXED_MODE - Static variable in class unlimited.fc.client.api.TransferMode
This mode is only used in the MultiClientTransferHook where the pooled hooks are in different modes
mkdir(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
mkdir(String) - Method in class unlimited.fc.client.api.FCClient
Creates the specified directory on the remote file system.
mkdir(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Creates the specified directory on the remote file system.
mkdir(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
mkdir(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
mkdir(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
mkdir(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Creates the specified directory on the remote file system.
mkdir(String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.FCClient
 
modtime(FileListDataItem) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This will update the modtime of the file existing on the server to whatever the incoming FileListDataItem is set to
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
modtime(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This will update the modtime of the file existing on the server to whatever the incoming FileListDataItem is set to
MONITORING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the connection is in a monitoring state (20)
MonitoringState - Class in unlimited.fc.client.api.multiclient
The Class MonitoringState.
MonitoringState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.MonitoringState
Instantiates a new monitoring state.
moveClientToActive(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Moves the client to the current active list.
moveClientToIdle(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Moves the client to idle list.
moveToSent(Path, Path) - Method in class unlimited.fc.client.api.PostTaskSentData
 
MoveToSentOrDeleteAfterFactoryProcessor(MoveToSentOrDeleteAfterPostProcessor) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor
 
MoveToSentOrDeleteAfterPostProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Post processor for the DeleteAfterProcessor.
MoveToSentOrDeleteAfterPostProcessor(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
MoveToSentOrDeleteAfterPostProcessorFactory - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
A standard factory class that is responsible for producing DeleteAfterPostProcessors for use
MoveToSentOrDeleteAfterPostProcessorFactory() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessorFactory
 
MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Class that contains the core functionality for the DeleteAfterPostProcessor
MoveToSentOrDeleteAfterPostProcessorFactory.MoveToSentOrDeleteAfterFactoryProcessor.DeleteAfterHandler - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Handler Class For The DeleteAfterPostProcessor.
MOVINGFILES - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handle is int HTTP mode, and the FTP server didn't support APPE commands, and thus the files are being moved to the FTP server with one STOR command (17)
MultiClientCancelHandler - Class in unlimited.fc.client.api.multiclient
An implementation of the CancelHandler interface.
MultiClientCancelHandler(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientCancelHandler
 
MultiClientEvent - Class in unlimited.fc.client.api.multiclient.listener
The Class MultiClientEvent.
MultiClientEvent(MultiClientManager, String, Object, Object) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
Instantiates a new multi client event.
MultiClientEvent.StateMachineEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager's state machine when it transitions between states.
MultiClientEvent.TransferJobEvent - Class in unlimited.fc.client.api.multiclient.listener
Base wrapper class that wrap events fired by the MultiClientManager when it performs transfer job actions.
MultiClientEvent.TransferJobEvent.PendingJobsCancelledEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when a TransferJob returns.
MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wraps JobAddedToQueue events fired by the MultiClientManager when it adds new TransferJobs into it's internal queue.
MultiClientEvent.TransferJobEvent.TransferJobReturnedEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when a TransferJob returns.
MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when a TransferJob completes with error.
MultiClientEvent.TransferJobEvent.TransferJobTransferRejectionEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when a TransferJob is rejected by the Manager.
MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when it starts transferring TransferJobs that are in the queue.
MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent - Class in unlimited.fc.client.api.multiclient.listener
Wrapper class that wrap events fired by the MultiClientManager when a TransferJob successfully completes.
MultiClientHookObserverDelegate - Class in unlimited.fc.client.api.multiclient
A delegate class that provides in-house extensions on the observable interface
MultiClientHookObserverDelegate() - Constructor for class unlimited.fc.client.api.multiclient.MultiClientHookObserverDelegate
 
MultiClientListenerAdapter - Class in unlimited.fc.client.api.multiclient.listener
Adapter resource that provides empty implementations for handle methods that can be easily overridden by other resources that wish perform logic when the MultiClientManager performs specific events
MultiClientListenerAdapter() - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
 
MultiClientListenerAdapter.LoggerListener - Class in unlimited.fc.client.api.multiclient.listener
The listener interface for receiving logger events.
MultiClientManager - Class in unlimited.fc.client.api.multiclient
The MultiClientManager is a pooled client solution to transfers.
MultiClientManager(String, int) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientManager
Constructs an un-initialized, un-connected MultiClientManager object.
MultiClientManager(String, int, int) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientManager
Constructs an un-initialized, un-connected MultiClientManager object.
MultiClientManager(String, ClientFactory) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientManager
Constructs an un-initialized, un-connected FCClient object.
MultiClientManager(String, int, ClientFactory) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientManager
Constructs an un-initialized, un-connected MultiClientManager object.
MultiClientManagerSystemProperties - Class in unlimited.fc.client.api.multiclient
Resource that defines system properties that super users may define for the multi-client manager
MultiClientManagerSystemProperties() - Constructor for class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
MultiClientState - Class in unlimited.fc.client.api.multiclient
The Class MultiClientState.
MultiClientState(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientState
 
MultiClientState(MultiClientState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientState
 
MultiClientState.StateMachineException - Exception in unlimited.fc.client.api.multiclient
The Class StateMachineException.
MultiClientTransferControl<T> - Class in unlimited.fc.client.api.multiclient
The Class MultiClientTransferControl.
MultiClientTransferControl() - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Instantiates a new multi client transfer control.
MultiClientTransferHook - Class in unlimited.fc.client.api.multiclient
The Class MultiClientTransferHook.
MultiClientTransferHook(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferHook
Instantiates a new multi client transfer hook.
MultiClientTransferHookDirectionHandler - Class in unlimited.fc.client.api.multiclient
The Class MultiClientTransferHookDirectionHandler.
MultiClientTransferHookDirectionHandler(MultiClientTransferHook) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferHookDirectionHandler
Instantiates a new multi client transfer hook direction handler.
MultiClientTransferHookEventListener - Class in unlimited.fc.client.api.multiclient
The listener interface for receiving multiClientTransferHookEvent events.
MultiClientTransferHookEventListener(MultiClientTransferHook) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferHookEventListener
Instantiates a new multi client transfer hook event listener.
MultiClientTransferHookEventListener.JobCombiner - Class in unlimited.fc.client.api.multiclient
Inner resource that combines the TransferJob provided at construction into all DownloadJobs, and UploadJobs
MultiClientTransferringBandwidthManager - Class in unlimited.fc.client.api.multiclient
Manager resource that provides the core functionality for distributing bandwidths across the Mulit-Client
MultiClientTransferringBandwidthManager(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
MultiHookManagerInterface - Interface in unlimited.fc.client.api.multiclient
Defines the common method set that is used within all Multi-Client hooks
MultiManagerStreamCollapser<T,ListType extends java.util.List<T>> - Class in unlimited.fc.client.api.multiclient
Stream collapser that is used within the multi-client
MultiManagerStreamCollapser() - Constructor for class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser
 
MultiManagerStreamCollapser.DownloadStreanCollapser - Class in unlimited.fc.client.api.multiclient
Collapser that provides a common collapser for the download stream functionality
MultiManagerStreamCollapser.UploadStreamCollapser - Class in unlimited.fc.client.api.multiclient
Collapser that provides a common collapser for the upload stream functionality
MY_FILE_AREA - Static variable in class unlimited.fc.client.api.fcweb.FCWebClient
 

N

needsFileListSecurityCheck() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
needsFileListSecurityCheck() - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
needsRecurse - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
needsSplit() - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadArchiveJob
 
needsSplit() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
needsSplit() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Needs split.
needsSplit() - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
 
newerThan - Variable in class unlimited.fc.client.api.FileFilterData
Long representing the newer than value for the filter
NO - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for the no option
NO_TO_ALL - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for the no to all option
NON_FILECATALYST_SERVER - Static variable in class unlimited.fc.client.api.ErrorCodes
 
noop() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
noop() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
noop() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sends a small command to the server to see if it still can be reached.
noop() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
normalizeDestination(String) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Normalizes the incoming destination, and sets it to the generated value
NOTATTEMPTED - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the transfer was not attempted (0)
notifyAllWaits() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Notifies the listeners that are currently looking into this class
notifyObservers() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
notifyObservers(Object) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
notImplemented() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
NOTRUN - Static variable in interface unlimited.fc.client.api.AutoDetectInfo
Constant that signifies that the auto detection test wasn't run
NULL_CREDENTIALS - Static variable in class unlimited.fc.client.api.ClientCredentials
 
nullClients() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Resets all information by clearing all internal clients (idle, worker, and transferring), and the main transferhook.
NUMBER_OF_ACTIVE_TRANSFERS - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the number of currently active transfers
numOfClients - Variable in class unlimited.fc.client.api.multiclient.ClientFactory
 
numOfDaysToKeepFilesInSent - Variable in class unlimited.fc.client.api.PostTaskSentData
 
numOfProcessors - Static variable in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 

O

OK - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for ok option
OLD_FILTER_MODE_EXCLUDE_VALUE - Static variable in class unlimited.fc.client.api.FileFilterData
File filter mode that excludes files that match the filter criteria
OLD_FILTER_MODE_INCLUDE_VALUE - Static variable in class unlimited.fc.client.api.FileFilterData
File filter mode that includes files that match the filter criteria
OLD_FILTER_MODE_REGEX_VALUE - Static variable in class unlimited.fc.client.api.FileFilterData
File filter mode that includes files that match the filter criteria, while also matching the file filter regex string
olderThan - Variable in class unlimited.fc.client.api.FileFilterData
Value representing the value to filter out files older than a specific time
operationsPriorToAddingNewJobs() - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
This is executed before all current jobs are collected from the work queue and processed
OVERALL_TIME_REMAINING - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the overall time remaining for the transfer
OVERALL_TIME_REMAINING_MILLIS - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the overall time remaining in millis
OverallRate - Variable in class unlimited.fc.client.api.SnapShotHook
 
OverallRateInKBperSecond - Variable in class unlimited.fc.client.api.SnapShotHook
 
OverallTimeRemaining - Variable in class unlimited.fc.client.api.SnapShotHook
 
OverallTimeRemainingMillis - Variable in class unlimited.fc.client.api.SnapShotHook
 
OverallTransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 

P

PACKET_LOSS_PERCENT - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current packet loss percentage
PacketLossPercent - Variable in class unlimited.fc.client.api.SnapShotHook
 
parent - Variable in class unlimited.fc.client.api.multiclient.FCClientWorker
 
parent - Variable in class unlimited.fc.client.api.multiclient.MultiClientState
 
parseResponse(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
PathNormalizer() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler.PathNormalizer
 
pause() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
Pauses the work pool and doesn't allow any future work to be executed until resume() is called
PENDING_JOBS_CANCELLED_EVENT - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant PENDING_JOBS_CANCELLED_EVENT.
pendingJobLimit - Static variable in class unlimited.fc.client.api.multiclient.MultiClientManagerSystemProperties
 
PendingJobsCancelledEvent(MultiClientManager, Vector<TransferJob>) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.PendingJobsCancelledEvent
 
PERCENT - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current percentage of completion
Percent - Variable in class unlimited.fc.client.api.SnapShotHook
 
performPOST(String, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
performPost(String, PostURLTransfer.TransferHolder) - Method in class unlimited.fc.client.api.PostURLTransfer
 
postDataToTheURLConnection(URLConnection, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
postProcess(TransferJob, FileTransferMechanism, Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
 
PostProcessor<T extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
When extending PostProcessor T must be of the type of class that is being created i.e.
PostProcessor(FileCatalystFileFilter<?>, ProcessFactory<T>) - Constructor for class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
PostProcessor(ProcessFactory<T>) - Constructor for class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
PostProcessorFinish(PostProcessor<?>, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PostProcessorFinish
 
PostProcessorStart(PostProcessor<?>, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PostProcessorStart
 
postTAFTPLogs() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
postTAFTPLogsAsynchrounously(String, String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
postTAFTPLogsAsynchrounously(String, ExecutorService) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
postTaskSentData - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
PostTaskSentData - Class in unlimited.fc.client.api
A data container class that defines the data that is used with the Post Transfer Task feature defined within the FileTransferMechanism classes
PostTaskSentData(String, boolean, int) - Constructor for class unlimited.fc.client.api.PostTaskSentData
Full constructor for the data object
PostTaskSentData() - Constructor for class unlimited.fc.client.api.PostTaskSentData
Default constructor for the PostTaskSentData
PostTaskSentData(PostTaskSentData) - Constructor for class unlimited.fc.client.api.PostTaskSentData
Copy constructor for this class
PostTransferIdleState - Class in unlimited.fc.client.api.multiclient
The PostTransferIdleState class
PostTransferIdleState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.PostTransferIdleState
 
PostURLTransfer - Class in unlimited.fc.client.api
 
PostURLTransfer(List<Integer>, List<String>, List<String>, List<String>) - Constructor for class unlimited.fc.client.api.PostURLTransfer
 
PostURLTransfer(TransferHook) - Constructor for class unlimited.fc.client.api.PostURLTransfer
 
PostURLTransfer.TransferHolder - Interface in unlimited.fc.client.api
 
PREFIX - Static variable in class unlimited.fc.client.api.TransferMode
This option, when transferring with a temp name, will append a prefix to the file name while transferring
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Preprocess the job with all of the preprocess that are currently set
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.ProcessingState
 
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
This will run the transfer job through the preprocessors, anything returned will be pushed onto the multi-client manager for transfer.
preProcess(TransferJob) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
PreProcessor - Class in unlimited.fc.client.api.multiclient.processor
Class that is used to apply incoming work before the actual transfer of files.
PreProcessor(FileCatalystFileFilter, boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.PreProcessor
 
PreProcessor(FileCatalystFileFilter) - Constructor for class unlimited.fc.client.api.multiclient.processor.PreProcessor
 
PreProcessor(boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.PreProcessor
 
PreProcessor() - Constructor for class unlimited.fc.client.api.multiclient.processor.PreProcessor
 
PreProcessorFinish(PreProcessor, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PreProcessorFinish
 
PreProcessorStart(PreProcessor, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.PreProcessorStart
 
preProcessorThread - Variable in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
preProcessWaitForCompletion(TransferJob, Set<ErrorCodes>) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
This will run the transfer job through the preprocessors, anything returned will be pushed onto the multi-client manager for transfer.
preProcessWaitForCompletion(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
This will run the transfer job through the preprocessors, anything returned will be pushed onto the multi-client manager for transfer.
printStackTrace() - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
printStackTrace(PrintStream) - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
printStackTrace(PrintWriter) - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
PriorityMgrIfc - Interface in unlimited.fc.client.api.multiclient.transferJob
The PriorityManager interface
prms(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
prms(String) - Method in class unlimited.fc.client.api.FCClient
 
prms(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
prms(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
prms(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
prms(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Return the file permission of the file/directory listed in the argument from the remote server.
prms(String) - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
PROCESS_FAILURE - Static variable in class unlimited.fc.client.api.ErrorCodes
 
PROCESS_FAILURE_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
PROCESS_NAME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the name of the current pre/post processor
ProcessEventDispatch - Class in unlimited.fc.client.api.multiclient.processor
This is the class that dispatches all processor events.
ProcessEventDispatch(ProcessManager) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
ProcessEventDispatch.PostProcessorFinish - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.PostProcessorStart - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.PreProcessorFinish - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.PreProcessorStart - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessEventHandler - Interface in unlimited.fc.client.api.multiclient.processor
Shared interface that provides common methods for all event handlers
ProcessEventDispatch.ProcessEventListener - Class in unlimited.fc.client.api.multiclient.processor
Listener class that listens for ProcessorEvents that are dispatched by thge ProcessEventDispatch class
ProcessEventDispatch.ProcessorActivity<T extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessorError<ProcessorType extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessorEvent<ProcessorType extends Processor,DataType> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessorFinish<ProcessorType extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessorStart<ProcessorType extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventDispatch.ProcessorStatusUpdate<T extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
 
ProcessEventListener() - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
ProcessFactory<T extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
This factory replaces the previous PostProcessor design and makes it thread safe since, in reality, multiple PostProcesses would be running in Parallel.
ProcessFactory() - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
ProcessFactory.FactoryProcessor<T extends Processor> - Class in unlimited.fc.client.api.multiclient.processor
Class that defines methods for processing factories for individual processors
PROCESSING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the connection is in a processing state (55)
processingJobs - Variable in class unlimited.fc.client.api.multiclient.processor.Processor
 
ProcessingState - Class in unlimited.fc.client.api.multiclient
The ProcssingState class
ProcessingState(ReadyState) - Constructor for class unlimited.fc.client.api.multiclient.ProcessingState
 
processManager - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
ProcessManager - Class in unlimited.fc.client.api.multiclient.processor
This class manages processes.
ProcessManager(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessManager
 
ProcessManager.ProcessorComparator - Class in unlimited.fc.client.api.multiclient.processor
 
Processor - Class in unlimited.fc.client.api.multiclient.processor
This is the base class for Pre/Post processing.
Processor(FileCatalystFileFilter<?>, boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.Processor
Processor when a filter and pass through value are already known
Processor(FileCatalystFileFilter<?>) - Constructor for class unlimited.fc.client.api.multiclient.processor.Processor
This defaults to true in respects to passthrough
Processor(boolean) - Constructor for class unlimited.fc.client.api.multiclient.processor.Processor
This generates a default filter that accepts all files.
Processor() - Constructor for class unlimited.fc.client.api.multiclient.processor.Processor
Default constructor with a default filter accepting all files and passthrough defaulting to true
Processor.ShutdownException - Exception in unlimited.fc.client.api.multiclient.processor
Exception that is thrown when the processor tests for shutdown and succeeds
PROCESSOR_ACTIVITY - Static variable in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
PROCESSOR_ERROR - Static variable in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
PROCESSOR_FINISHED - Static variable in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
PROCESSOR_STARTING - Static variable in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
PROCESSOR_STATUS - Static variable in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
ProcessorActivity(T) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorActivity
 
ProcessorComparator() - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessManager.ProcessorComparator
 
ProcessorError(ProcessorType, TransferJob, Exception) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorError
 
ProcessorEvent(ProcessorType, String, DataType) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
ProcessorFinish(ProcessorType, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorFinish
 
ProcessorStart(ProcessorType, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorStart
 
ProcessorStatusUpdate(T) - Constructor for class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorStatusUpdate
 
propertyChange(PropertyChangeEvent) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
 
propertyChange(PropertyChangeEvent) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessEventListener
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CancelledState
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Queries the internal state machine to add a TransferJob into the current queue of pending work.
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
pushJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Pushes a new TransferJob into the current TransferJobQueue.
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Pushes a TransferJob into the Multi-Client for transfer.
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.PostTransferIdleState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.ProcessingState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
pushJobNoProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
pushJobOntoWorkQueue(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Pushes a new TransferJob into the current queue.
putPathAndSizeAndDir(String, Long, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
pwd() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
pwd() - Method in class unlimited.fc.client.api.FCClient
Returns the current remote working directory.
pwd() - Method in interface unlimited.fc.client.api.FileTransferData
Returns the current remote working directory.
pwd() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
pwd() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
pwd() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
pwd() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
pwd() - Method in class unlimited.fc.client.api.TransferMechanismData
 

Q

quote(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
quote(String) - Method in class unlimited.fc.client.api.FCClient
Issue arbitrary FileCatalyst commands to the FileCatalyst server.
quote(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Issue arbitrary FileCatalyst commands to the FileCatalyst server.
quote(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
quote(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
quote(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
quote(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Issue arbitrary FileCatalyst commands to the FileCatalyst server.
quote(String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
quoteWithValid(String, String...) - Method in class unlimited.fc.client.api.FCClient
Issue arbitrary FileCatalyst commands to the FileCatalyst server.

R

RAPTOR - Static variable in class unlimited.fc.client.api.TransferMode
Deprecated.
Digital Fountain removed as transfer protocol as of v2.0. Use UDP protocol for accelerated file transfer over high latencies.
Rate - Variable in class unlimited.fc.client.api.SnapShotHook
 
RATE_AVERAGE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current rate average in bytes
RATE_AVERAGE_IN_K_BPER_SECOND - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current rate average in KB/s
RateAverage - Variable in class unlimited.fc.client.api.SnapShotHook
 
RateAverageInKBperSecond - Variable in class unlimited.fc.client.api.SnapShotHook
 
RateInKBperSecond - Variable in class unlimited.fc.client.api.SnapShotHook
 
readAndAssignFTPSettingsFromDOMDocument(Document, FCWebSettings) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
readAndAssignFTPSettingsFromDOMDocument(Document, FCWebSettings) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
readDataFromURLConnection(URLConnection) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
ReadOnlyState - Class in unlimited.fc.client.api.multiclient
The Class ReadOnlyState.
ReadOnlyState(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.ReadOnlyState
 
ReadOnlyState(MultiClientState, Throwable) - Constructor for class unlimited.fc.client.api.multiclient.ReadOnlyState
 
readSignatures(Path) - Static method in class unlimited.fc.client.api.Rsync
Accepts a signatures file as an argument and creates a List object containing the signatures
readSignatures(Path, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
readSignatures(Path, int) - Static method in class unlimited.fc.client.api.Rsync
 
readSignatures(Path, int, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
ReadyState - Class in unlimited.fc.client.api.multiclient
The Class ReadyState.
ReadyState(LoggedInState) - Constructor for class unlimited.fc.client.api.multiclient.ReadyState
 
ReadyState.Transition - Class in unlimited.fc.client.api.multiclient
The Class CreatingWorkerThreadsState.
REBUILD - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handle is rebuilding the file or issuing the rebuild file command to the server (15)
rebuildFile(Path, Path) - Static method in class unlimited.fc.client.api.Rsync
Applies the given deltas file as a patch to the basis file.
rebuildFile(Path, Path, int) - Static method in class unlimited.fc.client.api.Rsync
 
rebuildFile(Path, Path, boolean) - Static method in class unlimited.fc.client.api.Rsync
 
rebuildFile(Path, Path, int, boolean, boolean, CancelHandler) - Static method in class unlimited.fc.client.api.Rsync
 
rebuildFile(Path, Path, int, boolean, int) - Static method in class unlimited.fc.client.api.Rsync
 
RECONNECTING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the connection has been lost, and is currently in a retry loop.
refreshMaster() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Refreshes the master client by disconnecting and reconnecting into the present working directory
registerStateSignal(StateSignal) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
This state signal being registered will be signaled when the multi client manager enters an instance of that signal type
registerStateSignal(StateSignal) - Method in class unlimited.fc.client.api.multiclient.StateSignal.StateListener
Adds a state signal to the list for triggering
REMOTE_FILENAME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current remote filename
RemoteFilename - Variable in class unlimited.fc.client.api.SnapShotHook
 
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.FCClient
 
remoteSynchFile(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.FCClient
 
remoteSynchFile(FileListDataItem) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Syncs a FileListDataItem object with it's current remote information.
remoteSynchFile(Stream<FileListDataItem>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Syncs a stream of FileListDataItem objects with it's current remote information.
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
remoteSynchFile(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
remoteSynchFile(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
remoteSynchFile(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
remoteSynchFile(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This is useful for progressive downloads when the updated value of the FileListData is required.
remoteSynchFile(Stream<FileListDataItem>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.FCClient
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.FCClient
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(FCClient, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(FCClient, List<String>, List<String>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
This method will initiate an upload from the server to which this FCClient object (Server A) is connected to the server specified by the destServer parameter passed in (Server B).
remoteUpload(MultiClientManager, FCClient, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Remote upload.
remoteUpload(MultiClientManager, FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Remote upload.
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
remoteUpload - Variable in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
remoteUpload(FCClient, List<String>, List<String>) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Remote upload.
remoteUpload(FCClient, String, String) - Method in class unlimited.fc.client.api.TransferControl
Starts a remote server to server transfer on the current connected server.
remoteUpload(FCClient, List<String>, List<String>) - Method in class unlimited.fc.client.api.TransferControl
Starts a remote server to server transfer on the current connected server.
RemoteUploadFileType() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob.RemoteUploadFileType
 
RemoteUploadJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class RemoteUploadJob.
RemoteUploadJob(FCClient, List<String>, List<String>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
Instantiates a new remote upload job.
RemoteUploadJob.RemoteUploadFileType - Class in unlimited.fc.client.api.multiclient.transferJob
Inner class that contains the source and destination files for remote uploads
remove(int) - Method in class unlimited.fc.client.api.FileListData
 
remove(FileListDataItem) - Method in class unlimited.fc.client.api.FileListData
 
remove(Object) - Method in class unlimited.fc.client.api.FileListData
 
remove(TransferJob) - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Removes the transfer job from the implementation
remove(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
removeActiveJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Removes the active job from pending jobs list and the main filter
removeAll(Collection<?>) - Method in class unlimited.fc.client.api.FileListData
 
removeCachedWork(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.transferJob.DownloadAsJob
 
removeCachedWork(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeCachedWork(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
removeCachedWork(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Removes the already cached work from this transfer job
removeCachedWork(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
 
removeDuplicates(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeDuplicates(Set<FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
removeDuplicates(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
 
removeFile(T) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeFile(FileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
removeFile(T) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileTypeJob
Removes the provided file from the TransferJob
removeFileFromQueue(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Removes the specified item from the queue.
removeFileFromQueue(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Removes the specified item from the queue.
removeFromCache(Path) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Removes the local Path object from the currently cached file lengths
removeFromCache(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Removes the remote FileListDataItem object from the currently cached file lengths
removeFromProcessing(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Removes the TransferJob into the processor's current list
removeHook(Integer) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
removeItemsWithName(String) - Method in class unlimited.fc.client.api.FileListData
 
removeNextFile() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeProcessEventListener(ProcessEventDispatch.ProcessEventListener) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
removeProcessEventListener(ProcessEventDispatch.ProcessEventListener) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Removes the provided ProcessEventListener when called
removePropertyChangeListener(PropertyChangeListener) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Removes the property change listener.
removeRepeateWork(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob.JobRepeateRemover
 
removeRepeatFilesFrom(ListJob<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeRepeatWorkFrom(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Removes the repeat work from.
removeSizes(T) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeSizes(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
removeStream(Stream<?>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Removes the stream from current stream list
removeWork(Set<T>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
rename(String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
rename(String, String) - Method in class unlimited.fc.client.api.FCClient
Renames the specified file to the new name.
rename(String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Renames the specified file to the new name.
rename(String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
rename(String, String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
rename(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
rename(String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Renames the specified file to the new name.
rename(String, String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
repeatRemover - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
requestCancel() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Requests the Multi-Client Manager to cancel the current transfer.
requestUpdateServerOverrides() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Queries the currently connected Server to provide it's currently overridden bandwidths.
reset() - Method in class unlimited.fc.client.api.multiclient.StickySessionIDSupplier
 
resetAutoDetectInfo() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Resets the return values of the Auto Detection information methods
resetAutoDetectInfo() - Method in class unlimited.fc.client.api.FCClient
Resets all Auto-detect information
resetAutoDetectInfo() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Resets all Auto-detect information.
resetAutoDetectInfo() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
resetAutoDetectInfo() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
resetAutoDetectInfo() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Resets all Auto-detect information
resetBadState() - Method in class unlimited.fc.client.api.multiclient.BadState.FailedTransferState
 
resetBadState() - Method in class unlimited.fc.client.api.multiclient.BadState
 
resetBadState() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Reset bad state.
resetFlagForDelta() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Sets the flag for delta to false when called
resetPooledClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
resetPooledClientIfNeeded(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Resets the provided FileTransferMechanism by clearing it's information and throwing it back into the WorkerPool of clients responsible for grabbing work for the currently pending queue.
resetSession() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
resetSession() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Resets the session when called.
resetSession() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
resetSession() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
resetStickySessionProducer() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
resetThread - Variable in class unlimited.fc.client.api.multiclient.FCClientWorker
 
resume() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
Resumes the work pool when called.
retainAll(Collection<?>) - Method in class unlimited.fc.client.api.FileListData
 
ReTransferFactoryProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Factory responsible for creating and executing the ReTransferPostProcessor functionality
ReTransferFactoryProcessor(ReTransferPostProcessor) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor
 
ReTransferFactoryProcessor.FileCountHandler - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
 
ReTransferHeaderFooterFactory - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Factory responsible for creating the ReTransferHeaderAndFooterPostProcessors
ReTransferHeaderFooterFactory(long, long) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFooterFactory
Constructor for the factory
ReTransferHeaderFootersFactoryProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Factory responsible for creating and executing the ReTransferHeaderFootersPostProcessor functionality
ReTransferHeaderFootersFactoryProcessor(ReTransferPostProcessor, long, long) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor
 
ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
 
ReTransferHeadersAndFootersPostProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
PostProcessor for the Retransfer headers and footers feature
ReTransferHeadersAndFootersPostProcessor(FileCatalystFileFilter<?>, MultiClientManager, long, long, long) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeadersAndFootersPostProcessor
 
ReTransferPostProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
After a Transfer is complete it will wait for a set amount of time, rescan the file to check for deltas and then retransfer the file with deltas
ReTransferPostProcessor(FileCatalystFileFilter<?>, MultiClientManager, long, ProcessFactory<ReTransferPostProcessor>) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferPostProcessor
 
RetransferTransferRunner - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
TransferRunner that is used whenever a re-transfer of files called by a Processor
RetransferTransferRunner(Processor, TransferJob, FileTransferMechanism) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.RetransferTransferRunner
Constructor for the runner
ReTransferWithDeltaFactory - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Factory that is responsible for creating new instances of the ReTransferWithDeltasPostProcessor class
ReTransferWithDeltaFactory() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactory
 
ReTransferWithDeltaFactoryProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Factory responsible for creating and executing the re-transfer with deltas functionality
ReTransferWithDeltaFactoryProcessor(ReTransferPostProcessor) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactoryProcessor
Constructor for this factory processor instance
ReTransferWithDeltasPostProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Post processor used to re-transfer file deltas when needed
ReTransferWithDeltasPostProcessor(FileCatalystFileFilter<?>, MultiClientManager, long) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltasPostProcessor
Constructor for the post processor
retried(boolean) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Retried.
returnJob(TransferJob) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the supplied the TransferJob to the queue
returnJob(TransferJob, TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns the supplied the TransferJob to the queue
rmdir(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
rmdir(String) - Method in class unlimited.fc.client.api.FCClient
Deletes the specified directory from the remote file system.
rmdir(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deletes the specified directory from the remote file system.
rmdir(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
rmdir(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
rmdir(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
rmdir(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Deletes the specified directory from the remote file system.
rmdir(String) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.FCClient
 
rmdirRecursive(FileListDataItem) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Deletes a directory on the server in a recursive manner.
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Deletes a directory on the server in a recursive manner.
rmdirRecursive(FileListDataItem) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
ROUND_TRIP_TIME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the round trip time (RTT) between the client and the Server
RoundTripTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
Rsync - Class in unlimited.fc.client.api
 
Rsync() - Constructor for class unlimited.fc.client.api.Rsync
 
run() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
run() - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.RetransferTransferRunner
 
runAsynchWork(TransferJob) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
This is where the main logic goes, it will be run asynchronously with other processors As you complete work on this job, remove the files being worked on because job.stillHasWork() must return false for the job to be removed from the current work set
runAutoDetect() - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Initiates the auto-detect sequence, and automatically updates transfer mode
runAutoDetect() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Initiates the auto-detect sequence, and automatically updates transfer mode
runIndividualProcessor(TransferJob, FileTransferMechanism, Processor) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
 
runJob() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
Runs the job that is currently assigned to this FCClientWorker instance
runPreProcessWorker() - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
runTransfer(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor
 
runTransfer(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor
 
runTransfer(TransferRunner) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactoryProcessor
 
runTransfer(TransferHook, TransferRunner) - Static method in class unlimited.fc.client.api.multiclient.TransferringState
 
runWorkerClient(FileTransferMechanismHandler) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
runWorkerClient(FileTransferMechanismHandler) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
runWorkerClient(FileTransferMechanismHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
This allows you to use the worker client to perform operations that don't interfere with the transferring clients
runWorkerClient(FileTransferMechanismHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 

S

safeGet() - Method in class unlimited.fc.client.api.AutoRecoverClient
Performs a safety check before attempting to get the client for usage.
safeSynchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Safely syncs the client to the system.
saveToFile(Path) - Method in class unlimited.fc.client.api.TransferMechanismData
 
saveToProperties(Properties) - Method in class unlimited.fc.client.api.CompressionData
 
saveToProperties(Properties) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Saves the current filter data to a supplied properites object
saveToProperties(Properties) - Method in class unlimited.fc.client.api.PostTaskSentData
Saves the current values of this to the supplied properties object
saveToProperties() - Method in class unlimited.fc.client.api.TransferMechanismData
 
scheduleHookUpdate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Schedules an asynchronous update for the MultiClientManager's TransferHook information.
scheduleSanity() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
search(String, int) - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Searches through the PriorityManager list and returns the files and priorities that match the request
search(String, int) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
searchPending(String, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Searches the pending work list and returns all results that match the supplied filter
sendEmail(String, int, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
sendEmail(String, int, String) - Method in class unlimited.fc.client.api.FCClient
 
sendEmail(String, int, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sends an email with the specified information.
sendEmail(String, int, String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
sendEmail(String, int, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
sendEmail(String, int, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sends an email with the specified information
sendWeblink(WeblinkDataContainer) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
sendWeblink(List<String>, String, String, Set<String>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
Deprecated.
sendWeblink(List<String>, String, String, Set<String>) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
Deprecated.
sendWeblink(WeblinkDataContainer) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
sendWeblink(List<String>, String, String, Set<String>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Deprecated.
Note: Method has been deprecated due to future expansion issues. Please use createWeblink(WeblinkDataContainer data) instead
sendWeblink(WeblinkDataContainer) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Creates a weblink with the parameters provided by the client.
sentFolder - Variable in class unlimited.fc.client.api.PostTaskSentData
 
serialVersionUID - Static variable in class unlimited.fc.client.api.FileFilterData
 
serialVersionUID - Static variable in exception unlimited.fc.client.api.SnapShotHook.YouCantDoThatThisIsAReadOnlyClassException
 
serverSupportsFSEvents() - Method in class unlimited.fc.client.api.FCClient
 
serverSupportsFSEvents() - Method in interface unlimited.fc.client.api.FileTransferMechanism
This returns true if the server supports file system events.
serverSupportsFSEvents() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
serverVersion() - Method in class unlimited.fc.client.api.FCClient
Returns the FileCatalyst server version.
serverVersion() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns the FileCatalyst server version.
serverVersion() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
serverVersion() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
serverVersion() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
serverVersion() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns the FileCatalyst server version.
ServletLocationData() - Constructor for class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
 
SessionDetailsProvider - Interface in unlimited.fc.client.api
Interface used to provide common methods for collecting session information and statistics for similar resources
sessionID - Variable in class unlimited.fc.client.api.FCClient
 
sessionID - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
SessionManageMode - Enum in unlimited.fc.client.api.multiclient
An enumeration that keeps track of the type of session ID management that we should have
set(int, FileListDataItem) - Method in class unlimited.fc.client.api.FileListData
 
setAccessToken(String) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setAccessToken(String) - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
setAccessToken(String) - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
setActuallyActive(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
setAll(CompressionData) - Method in class unlimited.fc.client.api.CompressionData
 
setAllowDirectories(boolean) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets whether or not directories are allowed by this filter
setAllowedFilePaths(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setApplyFilterToDirectories(boolean) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Deprecated.
setAttemptedStatus(FCClientWorker<?>) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
setAutoArchivingSpecificCompressionData(CompressionData) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the auto archiving specific compression data.
setAutoConnectClientFactory(Supplier<FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setAutoResume(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setAutoResume(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Enables/disables auto resume feature.
setAutoResume(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setAutoResume(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setAutoResume(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setAutoResume(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setAutoUnzip(boolean) - Method in class unlimited.fc.client.api.FCClient
Enables/disables auto unzip feature.
setAutoUnzip(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Enables/disables auto unzip feature.
setAutoUnzip(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setAutoUnzip(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setAutoUnzip(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setAutoUnzip(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setAutoZip(boolean) - Method in class unlimited.fc.client.api.FCClient
Enables/disables auto zip feature.
setAutoZip(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Enables/disables auto zip feature.
setAutoZip(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setAutoZip(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setBandwidth(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setBandwidthManager(MultiClientTransferringBandwidthManager) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setBlockLength(int) - Static method in class unlimited.fc.client.api.Rsync
 
setBlockSize(int) - Method in class unlimited.fc.client.api.FCClient
 
setBlocksize(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setBlockSize(int) - Method in interface unlimited.fc.client.api.FileTransferData
Set the block size.
setBlockSize(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setBlockSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setBlockSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setBlockSize(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in class unlimited.fc.client.api.FCClient
Sets a callback handler that will be used to confirm resume, overwrite and to do post processing
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in interface unlimited.fc.client.api.FileTransferData
Sets a callback handler that will be used to confirm resume, overwrite and to do post processing
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets a callback handler that will be used to confirm resume, overwrite and to do post processing
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sets the current call back handler when called
setCallbackHandler(FileCatalystClientCallbackHandler) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.BadState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.CancellingState.Transition
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.FinishedState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Calls the Manager to asynchrously cancel it's current transactions and close all available resources.
setCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
setCancelled() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
setCancelled() - Method in class unlimited.fc.client.api.SnapShotHook
 
setCancelled() - Method in class unlimited.fc.client.api.TransferHook
 
setCancelled() - Method in interface unlimited.fc.client.api.TransferState
Calling this method will cancel the current transfer.
setChildCount(int) - Method in class unlimited.fc.client.api.FileListDataItem
 
setCleanupFuture(Future<?>) - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
setClientAgentID(String) - Method in class unlimited.fc.client.api.FCClient
 
setClientAgentID(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current client agent ID to the new specified value.
setClientAgentID(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientAgentID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientAgentID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientAgentID(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientConnectKey(String) - Method in class unlimited.fc.client.api.FCClient
This key must be set in order to connect to non-FileCatalyst servers.
setClientConnectKey(String) - Method in interface unlimited.fc.client.api.FileTransferData
This key must be set in order to connect to non-FileCatalyst servers.
setClientConnectKey(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientConnectKey(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientConnectKey(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientConnectKey(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.FCClient
 
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setClientCredentials(Supplier<ClientCredentials>) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the credentials supplier for this connection.
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientCredentials(Supplier<ClientCredentials>) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientID(Integer) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Sets the client id.
setClientIdentifier(int) - Method in class unlimited.fc.client.api.FCClient
An ID value that identifies this client to the FileCatalyst Server.
setClientIdentifier(int) - Method in interface unlimited.fc.client.api.FileTransferData
An ID value that identifies this client to the FileCatalyst Server.
setClientIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientIdentifier(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientName(String) - Method in class unlimited.fc.client.api.FCClient
 
setClientName(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current client name to the value that is specified
setClientName(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientName(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientName(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientName(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientString(String) - Method in class unlimited.fc.client.api.FCClient
Set a text string that will be displayed on the server UI to identify this client.
setClientString(String) - Method in interface unlimited.fc.client.api.FileTransferData
Set a text string that will be displayed on the server UI to identify this client.
setClientString(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientString(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientString(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientString(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientSubIdentifier(int) - Method in class unlimited.fc.client.api.FCClient
Sets an ID that further identifies this client
setClientSubIdentifier(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets an ID that further identifies this client
setClientSubIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientSubIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientSubIdentifier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientSubIdentifier(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setClientWorkingPath(Path) - Method in class unlimited.fc.client.api.FCClient
 
setClientWorkingPath(Path) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the client's current working path to the value specified
setClientWorkingPath(Path) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setClientWorkingPath(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setClientWorkingPath(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setClientWorkingPath(Path) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompFileFilter(String) - Method in class unlimited.fc.client.api.FCClient
 
setCompFileFilter(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the compression FileFilter that is to be used by the implementation
setCompFileFilter(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCompFileFilter(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCompFileFilter(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setCompFileFilter(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompLevel(int) - Method in class unlimited.fc.client.api.FCClient
Sets the compression level (0 - 9).
setCompLevel(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the compression level (0 - 9 with default of 4).
setCompLevel(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCompLevel(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompMethod(int) - Method in class unlimited.fc.client.api.FCClient
Sets the compression Method (0 - 1).
setCompMethod(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current compression method to be used during transfers.
setCompMethod(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCompMethod(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompressionData(CompressionData) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompressionDataFromClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompressionEnabled(boolean) - Method in class unlimited.fc.client.api.FCClient
Enables/disables on the fly compression.
setCompressionEnabled(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Enables/disables on the fly compression.
setCompressionEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCompressionEnabled(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCompStrategy(int) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
Specifying Compression Strategy is no longer supported. Default strategy will be used. Sets the compression strategy. Valid values are java.util.zip.Deflater.DEFAULT_STRATEGY java.util.zip.Deflater.FILTERED and java.util.zip.Deflater.HUFFMAN_ONLY
setCompStrategy(int) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated.
Specifying Compression Strategy is no longer supported. Default strategy will be used.
setCompStrategy(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCompStrategy(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCongCtrlStrategy(int) - Method in class unlimited.fc.client.api.FCClient
 
setCongCtrlStrategy(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the congestion control strategy.
setCongCtrlStrategy(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCongCtrlStrategy(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCongCtrlStrategy(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setCongCtrlStrategy(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.FCClient
Specifies an aggression factor between 1 (passive) and 10 (aggressive) used by the congestion control mechanism to determine how passive or aggressive it should be in the face of network congestion.
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setCongestionControlAggression(int) - Method in interface unlimited.fc.client.api.FileTransferData
Specifies an aggression factor between 1 (passive) and 10 (aggressive) used by the congestion control mechanism to determine how passive or aggressive it should be in the face of network congestion.
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setCongestionControlAggression(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCongestionControlEnabled(boolean) - Method in class unlimited.fc.client.api.FCClient
Enables/disables congestion control for this client.
setCongestionControlEnabled(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Enables/disables congestion control for this client.
setCongestionControlEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setCongestionControlEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setCongestionControlEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setCongestionControlEnabled(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCongestionControlStartRate(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setConnectionTimeOut(int) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
setConnectTimeout(int) - Method in class unlimited.fc.client.api.FCClient
Sets the connect timeout value (in milliseconds).
setConnectTimeout(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the connect timeout value (in milliseconds).
setConnectTimeout(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setConnectTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setConnectTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setConnectTimeout(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setCreateLocalDir(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
This directory will be created as a sub-directory of the save path, whether set externally or selected by the user.
setCurrentState(MultiClientState) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the manager's current state to the new provided state
setCurrentStateConnected(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setDataReportWriter(CSVReportWriter) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the CSVReportWriter that is used to write transfer reports to disk
setDebug(boolean) - Method in class unlimited.fc.client.api.FCClient
Turns on debug mode.
setDebug(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Turns on debug mode.
setDebug(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setDebug(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setDebug(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setDebug(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setDeleteAfterTransfer(boolean) - Method in class unlimited.fc.client.api.FCClient
With this option enabled, source files will be deleted after the transfer is complete.
setDeleteAfterTransfer(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
With this option enabled, source files will be deleted after the transfer is complete.
setDeleteAfterTransfer(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setDeleteAfterTransfer(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setDeleteAfterTransfer(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setDeleteAfterTransfer(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setDeletePermissions(int) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the delete permissions to the specified value
setDescription(String) - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method allows you to set the description of the field.
setDescription(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setDisableForceFlush(boolean) - Static method in class unlimited.fc.client.api.FCClient
Calling this method will set the system property that specifies if a transfer should force the file metadata to update on each write (disabled = true) or should wait until the file is complete (disabled = false).
setDisableForceFlush(boolean) - Static method in class unlimited.fc.client.api.multiclient.MultiClientManager
Calling this method will set the system property that specifies if a transfer should force the file metadata to update on each write (disabled = true) or should wait until the file is complete (disabled = false).
setDisplayName(String) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
setDowngradeModeOnReConnect(boolean) - Method in class unlimited.fc.client.api.FCClient
If set to true, if a disconnect occurs during a UDP transfer, upon reconnect and resume, the transfer mode is downgraded to multi-stream TCP, then single stream TCP, and finally HTTP (if available).
setDowngradeModeOnReConnect(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, if a disconnect occurs during a UDP transfer, upon reconnect and resume, the transfer mode is downgraded to multi-stream TCP, then single stream TCP, and finally HTTP (if available).
setDowngradeModeOnReConnect(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setDowngradeModeOnReConnect(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setDowngradeModeOnReConnect(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setDowngradeModeOnReConnect(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setDownload(FileTransferMechanism, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
setDownload(BiConsumer<DownloadJob, FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Sets the BiConsumer to be used for normal Download jobs
setDownloadAs(BiConsumer<DownloadAsJob, FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Sets the BiConsumer to be used for DownloadAsJob jobs
setDownloadPath(String) - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
setExtendedReadTimeout(int) - Method in class unlimited.fc.client.api.FCClient
This is the length of time the client will wait for a reply after sending a long running command (such as MD5, MKDLT, MKSIG, ZIP, UNZIP) to the FileCatalyst server.
setExtendedReadTimeout(int) - Method in interface unlimited.fc.client.api.FileTransferData
This is the length of time the client will wait for a reply after sending a long running command (such as MD5, MKDLT, MKSIG, ZIP, UNZIP) to the FileCatalyst server.
setExtendedReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setExtendedReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setExtendedReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setExtendedReadTimeout(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setFailureReason(TransferHook) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
setFailureReason(Throwable) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Sets the failure reason.
setFieldList(List<FCWebField>) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This method will set the field list containing the filled in values for each field for the OrderForm
setFieldList(List<FCWebField>) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
setFileAreaFileList(ArrayList<String>) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Sets the File Area File list to the value specified, the file(s) must already exist in the specified File Area, Folders in FileAreas may also be used but must terminate with forward slash "/"
setFileAreaID(String) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Sets the File Area ID to the value that you specify, this File Area will be used to submit files that already exisit in the FileArea and will not require a new file upload
setFileCache(CachedFileIndexInterface) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the file cache.
setFileDeletePermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the file delete permissions
setFileFilter(FileCatalystFileFilter<?>) - Method in class unlimited.fc.client.api.FCClient
 
setFileFilter(FileCatalystFileFilter) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setFileFilter(FileCatalystFileFilter) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setFileFilter(FileCatalystFileFilter) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setFileFilter(FileCatalystFileFilter) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setFileFilterMode(int) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the file filter mode to the value provided.
setFileFilterMode(CommonFileFilterModeType) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the file filter mode to the mode type that is provided.
setFileModifyPermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the file modify permissions
setFileReadPermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the file read permissions
setFileSizeThreshHold(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the file size thresh hold.
setFileTransferPriority(int) - Method in class unlimited.fc.client.api.FCClient
 
setFileTransferPriority(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the FileTransferPrioriry to new new value.
setFileTransferPriority(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setFileTransferPriority(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setFileTransferPriority(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setFileTransferPriority(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setFileType(RemoteUploadJob.RemoteUploadFileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob.RemoteUploadFileType
Sets this file type to the one supplied within the method call
setFileType(RemoteUploadJob.RemoteUploadFileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
setFileType(FileType) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
setFileWritePermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the file write permissions
setFilterString(String) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the filter string to the specified value.
setFilterTarget(FileFilterTargetType) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the target in which this FileFilter will used with
setFilterWorkingDirectory(Path) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
 
setFolderDeletePermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the folder delete permissions
setFolderModifyPermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the folder modify permissions
setFolderReadPermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the folder read permissions
setFolderWritePermissions(boolean) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the folder write permissions to the value
setForceFileOwnershipEnabled(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setForceFileOwnershipEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setForceFileOwnershipEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setForceFileOwnershipEnabled(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setForceFileOwnershipEnabled(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setForceFileOwnershipGroup(String) - Method in class unlimited.fc.client.api.FCClient
 
setForceFileOwnershipGroup(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the groupname / groupID to be used when attempting to force group level ownership for files downloaded by the client.
setForceFileOwnershipGroup(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setForceFileOwnershipGroup(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setForceFileOwnershipGroup(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setForceFileOwnershipGroup(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setForceFileOwnershipUser(String) - Method in class unlimited.fc.client.api.FCClient
 
setForceFileOwnershipUser(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the username to be used when attempting to force file ownership for files downloaded by the client
setForceFileOwnershipUser(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setForceFileOwnershipUser(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setForceFileOwnershipUser(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setForceFileOwnershipUser(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setForceTCPmodeACKs(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setForceTCPmodeACKs(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
By default, FileCatalyst uses UDP to acknowledge data received.
setForceTCPmodeACKs(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setForceTCPmodeACKs(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setForceTCPmodeACKs(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setForceTCPmodeACKs(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setFormatter(Formatter) - Method in class unlimited.fc.client.api.TransferHook
Sets the formatter information to the values of this object
setFromJSON(String, Function<String, String>) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setFtpSettings(FCWebSettings) - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
setHandlerStatusMessage(String) - Method in class unlimited.fc.client.api.HandlerData
Sets the current status message to the value specified
setHeader(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setHelpButtonText(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setHost(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setHostURL(String) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to set the value of the host
setHostURL(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setIdToken(String) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setIdToken(String) - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
setIdToken(String) - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
setIncomingDataPort(int) - Method in class unlimited.fc.client.api.FCClient
Sets the port used for incoming UDP packets on downloads.
setIncomingDataPort(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the port used for incoming UDP packets on downloads.
setIncomingDataPort(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setIncomingDataPort(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setIncomingDataPort(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setIncomingDataPort(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setIncomingDataPorts(int[]) - Method in class unlimited.fc.client.api.FCClient
Sets the port used for incoming UDP packets on downloads.
setIncomingDataPorts(int[]) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the port used for incoming UDP packets on downloads.
setIncomingDataPorts(int[]) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setIncomingDataPorts(int[]) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setIncomingDataPorts(int[]) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setIncomingDataPorts(int[]) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setIncrementalMode(int) - Method in class unlimited.fc.client.api.FCClient
 
setIncrementalMode(int) - Method in interface unlimited.fc.client.api.FileTransferData
When incremental is enabled, this method allows you to choose the incremental mode.
setIncrementalMode(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setIncrementalMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setIncrementalMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setIncrementalMode(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setIncrementalSizeCheckOnly(boolean) - Method in class unlimited.fc.client.api.FCClient
Setting this value will cause the MD5 checks to be skipped and the files compared using size only.
setIncrementalSizeCheckOnly(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Setting this value will cause the MD5 checks to be skipped and the files compared using size only.
setIncrementalSizeCheckOnly(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setIncrementalSizeCheckOnly(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setIncrementalSizeCheckOnly(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setIncrementalSizeCheckOnly(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setInitialDirectory(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setInitialDirectoryLocked(Boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setIntMaxFiles(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setIntMaxSize(long) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setIntMaxTotalSize(long) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setIsActive(boolean, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
setIsActive(boolean, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
setIsActive(boolean, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
setIsActive(boolean, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
setIsActive(boolean, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Sets whether or not this process is active.
setIsAuto(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setIsDownload(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
setIsLastJobInQueue(boolean) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
setIsRequired(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setIsServerOverrideBandwidth(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setIsStreaming(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
setIsStreamingFileListing(boolean) - Method in class unlimited.fc.client.api.HandlerData
 
setIsSynched(boolean) - Method in class unlimited.fc.client.api.FCClient
Set whether or not the client is currently synched
setItemList(Vector) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setJobID(String) - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
setLastServerRestrictedRate(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setLocalDir(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the initial directory for browseLive() method.
setLocalWorkingDirectory(Path) - Method in class unlimited.fc.client.api.FCClient
 
setLocalWorkingDirectory(String) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated.
Method is deprecated. Please use FileTransferData.setLocalWorkingDirectory(Path) instead
setLocalWorkingDirectory(Path) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the Local Working directory.
setLocalWorkingDirectory(Path) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setLocalWorkingDirectory(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setLocalWorkingDirectory(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setLocalWorkingDirectory(Path) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setLogger(LogUtils) - Method in class unlimited.fc.client.api.FCClient
overriding the logUtils object.
setLogger(FileCatalystCustomFilterLogger) - Method in class unlimited.fc.client.api.FileCatalystCustomFilterManager
The global logger to which logs will be sent if no other logger is specified when calling getFiltersForCalledID()
setLogger(LogUtils) - Method in interface unlimited.fc.client.api.FileTransferData
overriding the logUtils object.
setLogger(LogUtils) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setLogger(LogUtils) - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter.LoggerListener
Sets the logger.
setLogger(LogUtils) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setLogger(LogUtils) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setLogger(LogUtils) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setLoggerAttempt(LogUtils) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setLogLocation(String) - Method in class unlimited.fc.client.api.FCClient
Specifies a directory on the local system where the log file should be stored.
setLogLocation(String) - Method in interface unlimited.fc.client.api.FileTransferData
Specifies a directory on the local system where the log file should be stored.
setLogLocation(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setLogLocation(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setLogLocation(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setLogLocation(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setLogPrefix(String) - Method in class unlimited.fc.client.api.FCClient
Sets the prefix for the log file name.
setLogPrefix(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sets the prefix of the log files to whatever value is supplied
setLogPrefix(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setLogPrefix(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the prefix for the log file name.
setLogPrefix(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sets the prefix of the log files to whatever value is supplied
setLogs(Logger) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setLowerByteLimit(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the lower byte limit to value supplied
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setMaintainLastModified(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the maintain last modified feature to the value specified.
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.multiclient.MaintainFolderModTimeListener
 
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setMaintainLastModified(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setMaintainPermissions(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setMaintainPermissions(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, upon each successful transfer, the destination file permissions will be set to match those of the source file.
setMaintainPermissions(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setMaintainPermissions(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setMaintainPermissions(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setMaintainPermissions(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setMaxRetries(int) - Method in class unlimited.fc.client.api.FCClient
 
setMaxRetries(int) - Method in interface unlimited.fc.client.api.FileTransferData
Specify the number of times to retry a broken or interrupted transfer.
setMaxRetries(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setMaxRetries(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setMaxRetries(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setMaxRetries(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setMaxWorkQueueuRePush(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the max amount of times a failed transfer job will be returned to the work queue after a failure
setMd5RateLimit(int) - Method in class unlimited.fc.client.api.FCClient
 
setMd5RateLimit(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the rate limit to use when calculating MD5s of files
setMd5RateLimit(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setMd5RateLimit(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setMd5RateLimit(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setMd5RateLimit(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setMode(int) - Method in class unlimited.fc.client.api.FCClient
 
setMode(int) - Method in interface unlimited.fc.client.api.FileTransferData
Set the transfer mode of this client.
setMode(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setMode(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setModified(long) - Method in class unlimited.fc.client.api.FileListDataItem
Set the last modified timestamp to the value specified
setModifyPermissions(int) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the modify permissions to the specified value
setName(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setName(String) - Method in class unlimited.fc.client.api.FileListDataItem
Sets the data item name to the value specified
setNeedsRecurse(boolean) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
setNewerThan(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the filter's newer than value (in millis) to supplied value.
setNonce(String) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setNumberOfActiveTransfers(MultiHookManagerInterface) - Method in class unlimited.fc.client.api.HandlerData
Sets the number of active transfers property the current value
setNumBlockReaders(int) - Method in class unlimited.fc.client.api.FCClient
Sets the number of block reader threads.
setNumBlockReaders(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the number of block reader threads.
setNumBlockReaders(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumBlockReaders(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumBlockReaders(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumBlockReaders(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumBlockWriters(int) - Method in class unlimited.fc.client.api.FCClient
Sets the number of block writer threads to use when receiving a file.
setNumBlockWriters(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the number of block writer threads to use when receiving a file.
setNumBlockWriters(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumBlockWriters(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumBlockWriters(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumBlockWriters(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumEncoders(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.FCClient
When transferring in FTP mode, it is possible to send with several concurrent streams.
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setNumFTPStreams(int) - Method in interface unlimited.fc.client.api.FileTransferData
When transferring in FTP mode, it is possible to send with several concurrent streams.
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumFTPStreams(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumPacketProcessors(int) - Method in class unlimited.fc.client.api.FCClient
Sets the number of threads used to process incoming UDP packets when downloading.
setNumPacketProcessors(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the number of threads used to process incoming UDP packets when downloading.
setNumPacketProcessors(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumPacketProcessors(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumPacketProcessors(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumPacketProcessors(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumReceiveSockets(int) - Method in class unlimited.fc.client.api.FCClient
Set the number of UDP sockets to use to receive packets during a UDP download.
setNumReceiveSockets(int) - Method in interface unlimited.fc.client.api.FileTransferData
Set the number of UDP sockets to use to receive packets during a UDP download.
setNumReceiveSockets(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumReceiveSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumReceiveSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumReceiveSockets(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumSenderSockets(int) - Method in class unlimited.fc.client.api.FCClient
Sets the number of UDP sockets to use when uploading a file in UDP mode.
setNumSenderSockets(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the number of UDP sockets to use when uploading a file in UDP mode.
setNumSenderSockets(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumSenderSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumSenderSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumSenderSockets(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumSenderThreads(int) - Method in class unlimited.fc.client.api.FCClient
This value determines how many blocks will be sent into the pipe before redundant data will be sent.
setNumSenderThreads(int) - Method in interface unlimited.fc.client.api.FileTransferData
This value determines how many blocks will be sent into the pipe before redundant data will be sent.
setNumSenderThreads(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumSenderThreads(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumSenderThreads(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumSenderThreads(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumThreads(int) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use setNumSenderThreads(int) instead.
setNumThreads(int) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
setNumThreads(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumThreads(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumThreads(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumThreads(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setNumUDPSockets(int) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use setNumSenderSockets(int) instead.
setNumUDPSockets(int) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
setNumUDPSockets(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setNumUDPSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setNumUDPSockets(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setNumUDPSockets(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setObserver(Observer) - Method in class unlimited.fc.client.api.FCClient
FCClient is not directly observable, however TransferHook is.
setObserver(Observer) - Method in interface unlimited.fc.client.api.FileTransferData
FCClient is not directly observable, however TransferHook is.
setObserver(Observer) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setObserver(Observer) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setObserver(Observer) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setObserver(Observer) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setOldDataCleared(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
setOlderThan(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the newer than value specified within the filter data
setOptimizeBlockSize(boolean) - Method in class unlimited.fc.client.api.FCClient
If set to true, FileCatalyst will attempt to optimize the current block size to be an exact multiple of the data size that is being transmitted.
setOptimizeBlockSize(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, FileCatalyst will attempt to optimize the current block size to be an exact multiple of the data size that is being transmitted.
setOptimizeBlockSize(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setOptimizeBlockSize(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setOptimizeBlockSize(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setOptimizeBlockSize(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setOptionalHandlerValues() - Method in class unlimited.fc.client.api.FCClient
 
setOrderFormName(String) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
setOrderFormType(FCWebOrderForm.OrderFormType) - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
setPacketQueueDepth(int) - Method in class unlimited.fc.client.api.FCClient
Sets the depth of the application level packet queue.
setPacketQueueDepth(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the depth of the application level packet queue.
setPacketQueueDepth(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setPacketQueueDepth(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setPacketQueueDepth(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setPacketQueueDepth(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setPacketSize(int) - Method in class unlimited.fc.client.api.FCClient
 
setPacketSize(int) - Method in interface unlimited.fc.client.api.FileTransferData
Set the unit size.
setPacketSize(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setPacketSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setPacketSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setPacketSize(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setParentProcessManager(ProcessManager) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory.FactoryProcessor
 
setParentProcessManager(ProcessManager) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Sets the parent object of this processor to the supplied manager
setParentProcessor(T) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
setPassive(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setPassword(String) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setPassword(String) - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
setPassword(String) - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
setPassword(String) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to set the password to be used along with the user when connecting to FileCatalyst Web
setPassword(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setPool(FCClientWorkerPool) - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
 
setPort(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setPostProcessorOverrides(MultiClientManager, FileTransferMechanism) - Static method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setPostTaskSentData(PostTaskSentData) - Method in class unlimited.fc.client.api.FCClient
 
setPostTaskSentData(PostTaskSentData) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current post task sent data to the specified value
setPostTaskSentData(PostTaskSentData) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setPostTaskSentData(PostTaskSentData) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setPostTaskSentData(PostTaskSentData) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setPostTaskSentData(PostTaskSentData) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setPostURL(String) - Method in class unlimited.fc.client.api.FCClient
 
setPostURL(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current post URL to the value that is defined
setPostURL(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setPostURL(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setPostURL(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setPostURL(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setPriority(int) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Sets the priority of this Processor to the value specified
setPriority(TransferJobPriority) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Sets the priority of this TransferJob to the supplied value
setProgressive(boolean) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Sets the progressive flag on the TransferJob to the value specified
setProgressiveTimeout(int) - Method in class unlimited.fc.client.api.FCClient
 
setProgressiveTimeout(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current progressive timeout to the value supplied
setProgressiveTimeout(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setProgressiveTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setProgressiveTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setProgressiveTimeout(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setProgressiveTimeoutFilter(String) - Method in class unlimited.fc.client.api.FCClient
 
setProgressiveTimeoutFilter(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current progressive timeout filter to the value that is set to
setProgressiveTimeoutFilter(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setProgressiveTimeoutFilter(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setProgressiveTimeoutFilter(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setProgressiveTimeoutFilter(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setProgressiveTransfers(boolean) - Method in class unlimited.fc.client.api.FCClient
With this option enabled, upon completion of an upload or download, FileCatalyst will compare the size of the source file to the size when it began the transfer.
setProgressiveTransfers(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
With this option enabled, upon completion of an upload or download, FileCatalyst will compare the size of the source file to the size when it began the transfer.
setProgressiveTransfers(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setProgressiveTransfers(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setProgressiveTransfers(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setProgressiveTransfers(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setProperty(String, String) - Method in class unlimited.fc.client.api.HandlerData
 
setRateDistributer(RateDistributer) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setReadBufferSizeKB(int) - Method in class unlimited.fc.client.api.FCClient
Sets the read buffer size used when reading data from disk.
setReadBufferSizeKB(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the read buffer size used when reading data from disk.
setReadBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setReadBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setReadBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sets the read buffer size to the value supplied
setReadBufferSizeKB(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setReadPermissions(int) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the read permissions to the specified value
setReadTimeout(int) - Method in class unlimited.fc.client.api.FCClient
This is the length of time the client will wait for a reply after sending a command to the FileCatalyst server.
setReadTimeOut(int) - Method in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
setReadTimeout(int) - Method in interface unlimited.fc.client.api.FileTransferData
This is the length of time the client will wait for a reply after sending a command to the FileCatalyst server.
setReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setReadTimeout(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setReadTimeout(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setRealPath(String) - Method in class unlimited.fc.client.api.FileListDataItem
Sets the real path of the item to the value specified
setRealPwd() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the working directory of the client
setRecommendedDir(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Set the recommended sub-directory shown to the user when they select the "browse" or "browseLive" dialog.
setRegex(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setRememberBrowseLocation(boolean) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the JS parameter "rememberBrowseLocation".
setRemoteDir(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Sets the remote directory.
setRemoteDir(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the remote directory.
setRemoteFileFilter(FileCatalystFileFilter<?>) - Method in class unlimited.fc.client.api.FCClient
 
setRemoteFileFilter(FileCatalystFileFilter<?>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setRemotePort(int) - Method in class unlimited.fc.client.api.FCClient
Sets the remote port to which this client will be connected.
setRemotePort(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the remote port to which this client will be connected.
setRemotePort(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setRemotePort(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setRemotePort(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setRemotePort(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setRemoteServer(String) - Method in class unlimited.fc.client.api.FCClient
Set the remote server to which this client should connect.
setRemoteServer(String) - Method in interface unlimited.fc.client.api.FileTransferData
Set the remote server to which this client should connect.
setRemoteServer(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setRemoteServer(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setRemoteServer(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setRemoteServer(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setRemoteUpload(BiConsumer<RemoteUploadJob, FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Sets the BiConsumer to be used for server to server RemoteUpload jobs
setRenameExtension(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setRenameExtension(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Sets whether or not the rename extension should be used
setRenameExtension(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setRenameExtension(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setRenameExtension(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setRenameExtension(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setReport(ClientDataReport) - Method in class unlimited.fc.client.api.FCClient
 
setReport(T) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sets the report object.
setReport(ClientDataReport) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setReport(ClientDataReport) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setReport(ClientDataReport) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sets the report object.
setRollingStartRate(RollingStartRate) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setRunningIntegrationTest(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Internal use only: Sets whether or not this MultiClientManager is running in an integration test
setSavePath(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Deprecated.
This method has been functionally removed from the LIVE API.
setSecure(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setServerAgentID(String) - Method in class unlimited.fc.client.api.FCClient
 
setServerAgentID(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the server agent ID to the new value
setServerAgentID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setServerAgentID(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setServerHost(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Allows the setting of the server host address via Javascript.
setServerHost(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Allows the setting of the server host address via Javascript.
setServerOverrideBandwidth(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setServerPort(int) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Allows the setting of the server port.
setServerPort(int) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Allows the setting of the server port.
setServletLoc(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Sets the servlet location for the server.
setServletLoc(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the servlet location for the server.
setServletLocation(String) - Method in class unlimited.fc.client.api.FCClient
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.FCClient
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
setServletLocation(String) - Method in interface unlimited.fc.client.api.FileTransferData
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
setServletLocation(String, String, String) - Method in interface unlimited.fc.client.api.FileTransferData
FileCatalyst has the ability to upload using the HTTP/S protocol as long as the FileCatalyst Servlet application is installed and properly configured.
setServletLocation(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setServletLocation(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setServletLocation(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setServletLocation(String) - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Sets the current servlet location to the value specified.
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Sets the current servlet information to the value specified.
setServletLocation(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setServletLocation(String, String, String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setServletMultiplier(int) - Method in class unlimited.fc.client.api.FCClient
When uploading in HTTP mode using FileCatalyst Servlet, this option allows the upload buffer size to be tuned.
setServletMultiplier(int) - Method in interface unlimited.fc.client.api.FileTransferData
When uploading in HTTP mode using FileCatalyst Servlet, this option allows the upload buffer size to be tuned.
setServletMultiplier(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setServletMultiplier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setServletMultiplier(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setServletMultiplier(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setServletPath(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setServletSessionID(String) - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Sets the current servlet session ID for this data object
setSessionCount(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setSessionID(String) - Method in class unlimited.fc.client.api.FCClient
 
setSessionID(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the session ID to the specified value.
setSessionID(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setSessionID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setSessionID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setSessionID(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setSessionManageMode(SessionManageMode) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets the session management mode to the supplied value
setShouldJobBeMarked(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setShouldWorkWithMobile(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setShowConsoleLog(boolean) - Method in class unlimited.fc.client.api.FCClient
If set to true, all logging information is also sent to standard out.
setShowConsoleLog(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, all logging information is also sent to standard out.
setShowConsoleLog(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setShowConsoleLog(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setShowConsoleLog(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setShowConsoleLog(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setSize(long) - Method in class unlimited.fc.client.api.FileListDataItem
Sets the size of the item to the value provided
setSSL(Boolean) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Enables SSL in transfers.
setSSL(Boolean) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Enables SSL in transfers.
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in class unlimited.fc.client.api.FCClient
 
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the implementation that will be used to generate SSL sockets
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setSSLSocketProducer(FCSSLSocketProducerImpl) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setStartRate(int) - Method in class unlimited.fc.client.api.FCClient
Sets the start rate for FC transfers in Kilobits per second.
setStartRate(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the start rate for FC transfers in Kilobits per second.
setStartRate(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setStartRate(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setStartRate(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setStartRate(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setStatus(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
setStatusCode(int) - Method in class unlimited.fc.client.api.HandlerData
Sets the status code to the value specified
setStatusMsg(String) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
This should be called by the user implementing a processor, as this message will be displayed in the GUI and will be part of the ProcessorData
setStickySessionID(Supplier<String>) - Method in class unlimited.fc.client.api.FCClient
 
setTaActualJobDownloadPath(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTaDownloadAuthToken(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setTaFCWebJobId(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setTaJobId(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTaJobRecipientIndex(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTaJobUploadPath(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTargetRate(int) - Method in class unlimited.fc.client.api.FCClient
Sets the target rate for this client.
setTargetRate(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the target rate (kbps) for this client.
setTargetRate(int, BandwidthDistributionMode) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTargetRate(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTargetRate(int, BandwidthDistributionMode) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTargetRate(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
setTargetRate(int, BandwidthDistributionMode) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
setTargetRate(int, BandwidthDistributionMode) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
setTargetRate(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTaskID(String) - Method in class unlimited.fc.client.api.FCClient
 
setTaskID(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the current task ID to the new value supplied
setTaskID(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTaskID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTaskID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTaskID(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTATransferDirectionUpload(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setToProperties(Properties) - Method in class unlimited.fc.client.api.FileFilterData
Sets values in the properties object to the values defined within this data object
setTotalFile(int) - Method in class unlimited.fc.client.api.HandlerData
Sets the total file count to the value supplied
setTrackingNumber(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setTransactionID(String) - Method in class unlimited.fc.client.api.FCClient
 
setTransactionID(String) - Method in interface unlimited.fc.client.api.FileTransferData
Sets a unique transaction number for the transfer (instance variable).
setTransactionID(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransactionID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransactionID(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTransactionID(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTransferCancelled(boolean) - Method in class unlimited.fc.client.api.HandlerData
Sets whether or not the transfer is cancelled
setTransferComplete(boolean) - Method in class unlimited.fc.client.api.HandlerData
Sets whether or not the transfer is complete
setTransferEmptyDirectories(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setTransferEmptyDirectories(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Sets whether or not the implementation should transfer empty directories
setTransferEmptyDirectories(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransferEmptyDirectories(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransferEmptyDirectories(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTransferEmptyDirectories(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTransferError(boolean) - Method in class unlimited.fc.client.api.HandlerData
Sets whether or not the transfer is in error
setTransferHolder(PostURLTransfer.TransferHolder) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransferMode(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTransferMode() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransferRate(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTransferToServerOverride(int) - Method in class unlimited.fc.client.api.FCClient
 
setTransferToServerOverride(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets bandwidth value that the Server is attempting to override this client to.
setTransferToServerOverride(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransferToServerOverride(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransferToServerOverride(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTransferToServerOverride(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTransferWithTempName(boolean) - Method in class unlimited.fc.client.api.FCClient
With this option enabled, files will be uploaded with a temporary filename and renamed back to their original name when the transfer is complete.
setTransferWithTempName(boolean, int) - Method in class unlimited.fc.client.api.FCClient
With this option enabled, files will be uploaded with a temporary filename and renamed back to their original name when the transfer is complete.
setTransferWithTempName(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
With this option enabled, files will be uploaded with a temporary filename and renamed back to their original name when the transfer is complete.
setTransferWithTempName(boolean, int) - Method in interface unlimited.fc.client.api.FileTransferData
With this option enabled, files will be uploaded with a temporary filename and renamed back to their original name when the transfer is complete.
setTransferWithTempName(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransferWithTempName(boolean, int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setTransferWithTempName(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransferWithTempName(boolean, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setTransferWithTempName(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTransferWithTempName(boolean, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setTransferWithTempName(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTransferWithTempName(boolean, int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setTwoWayAllowDownload(Boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTwoWayAllowUpload(Boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTwoWayConnection(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setTwoWayLogsURL(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setTwoWayRemotePermissions(String) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setType(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setType(int) - Method in class unlimited.fc.client.api.FileListDataItem
Sets the type of the FileListDataItem to the value specified
setUnitSize(int) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use setPacketSize(int) instead.
setUnitsize(int) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setUnitSize(int) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
setUnitSize(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUnitSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUnitSize(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setUnitSize(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setupClient(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferFactoryProcessor
 
setupClient(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor
 
setupClient(TransferJob, FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferWithDeltaFactoryProcessor
 
setUpload(FileTransferMechanism, String) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
 
setUpload(BiConsumer<UploadJob, FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Sets the BiConsumer to be used for normal UploadJob jobs
setUploadAs(BiConsumer<UploadAsJob, FileTransferMechanism>) - Method in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Builder
Sets the BiConsumer to be used for UploadAs jobs
setUploadPath(String) - Method in class unlimited.fc.client.api.fcweb.FCWebJob
 
setUpperByteLimit(long) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets the upper byte limit to the value supplied
setUpQueue() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Sets up the pending work queue when called.
setUseCachedAttributes(boolean) - Method in class unlimited.fc.client.api.FileCatalystFileFilter
Sets whether or not to use cached file attributes for file filter checks.
setUseCachedAutoDetect(boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
Sets whether or not to use the cached auto detection mode or not.
setUseCompression(boolean) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use setCompressionEnabled(boolean) instead.
setUseCompression(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
setUseCompression(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUseCompression(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.FCClient
Deprecated.
use setCongestionControlEnabled(boolean) instead.
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setUseCongestionControl(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
Deprecated. 
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setUseCongestionControl(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setUseFC(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setUseIncremental(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setUseIncremental(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, before each source file is transferred, it will be compared with the destination file if it exists to ensure the file has changed.
setUseIncremental(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUseIncremental(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setUserAgent(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setUserEmailAddress(String) - Method in class unlimited.fc.client.api.FCClient
 
setUserEmailAddress(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Sets the connected user's email address when called
setUserEmailAddress(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUserEmailAddress(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
setUserEmailAddress(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUserEmailAddress(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Sets The User's Email Address When Called
setUserFullName(String) - Method in class unlimited.fc.client.api.FCClient
 
setUserFullName(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Set's The User's Name When Called
setUserFullName(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUserFullName(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
setUserFullName(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUserFullName(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Set's The User's Name When Called
setUsername(String) - Method in class unlimited.fc.client.api.ClientCredentials.Builder
 
setUsername(String) - Method in interface unlimited.fc.client.api.ClientCredentials.DataVisitor
 
setUsername(String) - Method in class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
setUserName(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Sets the username for the connection to be made.
setUsername(String) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Method used to set the username when connecting to FileCatalyst Web
setUsername(String) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
setUserName(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the username for the connection to be made.
setUserPassword(String) - Method in interface unlimited.fc.client.api.DownloadAppletLiveConnect
Sets the password credentials for the connection to be made.
setUserPassword(String) - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Sets the password credentials for the connection to be made.
setUserRelativePriority(int) - Method in class unlimited.fc.client.api.FCClient
 
setUserRelativePriority(int) - Method in interface unlimited.fc.client.api.FileTransferData
This priority hint is to help the server distribute bandwidth within its own set parameters.
setUserRelativePriority(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUserRelativePriority(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUserRelativePriority(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setUserRelativePriority(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setUseSSL(boolean) - Method in class unlimited.fc.client.api.FCClient
If set to true, control connection will be made using an implicit SSL connection.
setUseSSL(boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
setUseSSL(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, control connection will be made using an implicit SSL connection.
setUseSSL(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setUseSSL(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setUseSSL(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setUseSSL(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setValue(String) - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
setValues(FileTransferMechanism) - Method in class unlimited.fc.client.api.CompressionData
 
setVerifyIntegrity(boolean) - Method in class unlimited.fc.client.api.FCClient
 
setVerifyIntegrity(boolean) - Method in interface unlimited.fc.client.api.FileTransferData
If set to true, after each file is transferred an MD5 sum will be performed on the destination file and the result will be compared to that of the source file to ensure the files are identical.
setVerifyIntegrity(boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setVerifyIntegrity(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setVerifyIntegrity(boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setVerifyIntegrity(boolean) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setVerifyMode(int) - Method in class unlimited.fc.client.api.FCClient
Sets the integrity verification mode.
setVerifyMode(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the integrity verification mode
setVerifyMode(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setVerifyMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setVerifyMode(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setVerifyMode(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setWaitRetry(long) - Method in class unlimited.fc.client.api.FCClient
 
setWaitRetry(long) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the amount of time in milliseconds to wait before the client attempts to retry a failed transfer
setWaitRetry(long) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setWaitRetry(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setWaitRetry(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
setWaitRetry(long) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setWelcomeMessage(String) - Method in class unlimited.fc.client.api.TransferMechanismData.ServletLocationData
Sets the welcome message that is displayed by the Servlet
setWillDownloadsWork(boolean) - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Sets whether or not downloads will work
setWillTransfersWork(boolean) - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Sets whether or not transfers will work
setWillUploadsWork(boolean) - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Sets whether or not uploads will work
setWorkerCleanupFuture(FileTransferMechanism, Supplier<Future<?>>) - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
setWriteBufferSizeKB(int) - Method in class unlimited.fc.client.api.FCClient
Sets the write buffer size used when saving data to disk.
setWriteBufferSizeKB(int) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the write buffer size used when saving data to disk.
setWriteBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setWriteBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setWriteBufferSizeKB(int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Set the write buffer size
setWriteBufferSizeKB(int) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setWriteFileMode(String) - Method in class unlimited.fc.client.api.FCClient
Set JAVA file write mode when saving data to disk.
setWriteFileMode(String) - Method in interface unlimited.fc.client.api.FileTransferData
Set JAVA file write mode when saving data to disk.
setWriteFileMode(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
setWriteFileMode(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setWriteFileMode(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Set the write file mode
setWriteFileMode(String) - Method in class unlimited.fc.client.api.TransferMechanismData
 
setWritePermissions(int) - Method in class unlimited.fc.client.api.UserPermissionsContainer
Sets the write permissions to the specified value
setZipFileSizeLimit(long) - Method in class unlimited.fc.client.api.FCClient
 
setZipFileSizeLimit(long) - Method in interface unlimited.fc.client.api.FileTransferData
Sets the zip file size limit to the value specified.
setZipFileSizeLimit(long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
setZipFileSizeLimit(long) - Method in class unlimited.fc.client.api.TransferMechanismData
 
SFTP - Static variable in class unlimited.fc.client.api.TransferMode
I think this is a transfer mode that forces sftp, but I'm not sure.
SharedFileFilterModeIntf - Interface in unlimited.fc.client.api
 
shouldJobBeMarked() - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
shutDown() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
Shut down.
shutdown() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Shuts down the MultiClient Manager when called
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
 
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.PostProcessor
 
shutdown() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch
 
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessFactory
 
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Calls shutdown on all processors, they will discontinue working after shutdown is called.
shutdown(boolean) - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Marks whether or not this processor has been shutdown
ShutdownException() - Constructor for exception unlimited.fc.client.api.multiclient.processor.Processor.ShutdownException
 
shutdownInternalTaskScheduler() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
shutdownNow() - Method in class unlimited.fc.client.api.multiclient.FCClientWorkerPool
 
shutDownWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Shuts down the manager's current work
SIGNATURE - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is creating signature or issuing the signature command to the server (13)
signatureSuffix - Static variable in class unlimited.fc.client.api.Rsync
 
similarJobTo(TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Returns whether or not one TransferJob is similar to another.
SimpleDataVisitor() - Constructor for class unlimited.fc.client.api.ClientCredentials.SimpleDataVisitor
 
siteMatch(String, int, ClientCredentials) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the supplied information matches the information currently set in the Manager.
size(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
size(String, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
size(String) - Method in class unlimited.fc.client.api.FCClient
Return the size of a remote file
size(String, boolean) - Method in class unlimited.fc.client.api.FCClient
 
size() - Method in class unlimited.fc.client.api.FileListData
Returns the number of items in this list.
size(String, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Get the size of the named file from the remote server.
size(String, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
size(String, boolean) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
size(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
size(String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
size(String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Get the size of the named file from the remote server.
size - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
number of files in this job
size() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
size() - Method in class unlimited.fc.client.api.multiclient.transferJob.RemoteUploadJob
 
size() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Size.
size(String) - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
SIZE_ALL_FILES - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the size of all files transferred
SIZE_CURRENT_FILE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the size of the current file
SIZE_TRANSFERRED_ALREADY_ALL_FILES - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the size of all files already transferred
SIZE_TRANSFERRED_ALREADY_CURRENT_FILE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the size of the file already transferred
SizeAllFiles - Variable in class unlimited.fc.client.api.SnapShotHook
 
SizeCheckHandler() - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferHeaderFootersFactoryProcessor.SizeCheckHandler
 
SizeComparator(boolean) - Constructor for class unlimited.fc.client.api.FileListData.SizeComparator
Default constructor for the comparator
SizeCurrentFile - Variable in class unlimited.fc.client.api.SnapShotHook
 
sizeInBytes - Variable in class unlimited.fc.client.api.multiclient.transferJob.ListJob
total number of bytes of all files in this job
SizeMonitorData(FileTransferMechanism, FileSizeChangeMonitor.FileChangeChecker<FileType>) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.SizeMonitorData
 
SizeTransferredAlreadyAllFiles - Variable in class unlimited.fc.client.api.SnapShotHook
 
SizeTransferredAlreadyCurrentFile - Variable in class unlimited.fc.client.api.SnapShotHook
 
SnapShotHook - Class in unlimited.fc.client.api
Class that represents a snapshot of a TransferHook at a particular time.
SnapShotHook(TransferHook) - Constructor for class unlimited.fc.client.api.SnapShotHook
 
SnapShotHook.YouCantDoThatThisIsAReadOnlyClassException - Exception in unlimited.fc.client.api
Exception thrown whenever users try to a write operations with this class
sortDate(boolean) - Method in class unlimited.fc.client.api.FileListData
 
sortName(boolean) - Method in class unlimited.fc.client.api.FileListData
 
sortSize(boolean) - Method in class unlimited.fc.client.api.FileListData
 
start() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
start() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
start() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
This will start the MultiClientManager by attempting to initialize, connect, login then spawn the client pool threads.
start() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
start() - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
start() - Method in class unlimited.fc.client.api.multiclient.ReadyState.Transition
 
start() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
startAsynchSizeUpdating() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
startAsynchSizeUpdating() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Starts the system for asynchronously checking file sizes
startReporting() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
startUpdatingTargetRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
STATE_CHANGE - Static variable in class unlimited.fc.client.api.multiclient.listener.MultiClientListenerAdapter
The Constant STATE_CHANGE.
StateHandler - Interface in unlimited.fc.client.api.multiclient
StateHandler interface that is used provide easy methods for handling different states that the MultiClientManager enters during it's transactions.
StateHandler.Adapter - Class in unlimited.fc.client.api.multiclient
The StateHandler adapter class that provides an empty over-rideable shell for all of the methods defined within the Handler
stateListener - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
StateListener() - Constructor for class unlimited.fc.client.api.multiclient.StateSignal.StateListener
 
StateMachineEvent(MultiClientManager, MultiClientState, MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.StateMachineEvent
Instantiates a new state machine event.
StateMachineException(MultiClientState) - Constructor for exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
Instantiates a new state machine exception.
StateSignal - Class in unlimited.fc.client.api.multiclient
Signal object that lets external resources listen for events within the Multi-Manager
StateSignal.StateListener - Class in unlimited.fc.client.api.multiclient
Class that provides the functionality for registering and deregistering state signals
StateSignal.StateSignalBuilder - Class in unlimited.fc.client.api.multiclient
A builder class that is used to easily build StateSignal objects
StateSignalBuilder() - Constructor for class unlimited.fc.client.api.multiclient.StateSignal.StateSignalBuilder
 
STATUS_CODE - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current status code of the transfer
STATUS_MSG - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current status message of the transfer
StatusCode - Variable in class unlimited.fc.client.api.SnapShotHook
 
StatusCodeHandler - Class in unlimited.fc.client.api.multiclient
A StateHandler implementation that sets the status code for the MultiClientManager whenever a new event comes into the system.
StatusCodeHandler() - Constructor for class unlimited.fc.client.api.multiclient.StatusCodeHandler
 
StatusMessage - Variable in class unlimited.fc.client.api.SnapShotHook
 
stickySessionID - Variable in class unlimited.fc.client.api.FCClient
 
StickySessionIDSupplier - Class in unlimited.fc.client.api.multiclient
 
StickySessionIDSupplier() - Constructor for class unlimited.fc.client.api.multiclient.StickySessionIDSupplier
 
stillHasWork() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
stillHasWork() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
stillHasWork() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Still has work.
stopReporting() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
stopSizeUpdating() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
stopSizeUpdating() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
call this once you are done with the job and the filesizes no longer need an update
stopSpeedTesting() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
stopSpeedTesting() - Method in class unlimited.fc.client.api.FCClient
 
stopSpeedTesting() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Stops the current speed testing methods that this TransferMechanism may be executing
stopSpeedTesting() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
stopSpeedTesting() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
stopSpeedTesting() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Stops the current speed testing methods that this TransferMechanism may be executing
stream() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
stream() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
STREAMING_FILE_LISTING - Static variable in class unlimited.fc.client.api.HandlerData
 
streamingLock - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
streamJobs(Predicate<Pair<String, FileType>>) - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
Streams the jobs that are currently set for expansion.
streamJobs() - Method in class unlimited.fc.client.api.multiclient.transferJob.ExpandJobHandler
Streams the jobs that are currently set for expansion.
streamWithInlineParse(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
streamWithInlineParse() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
streamWithInlineParse(String, BooleanSupplier) - Method in class unlimited.fc.client.api.FCClient
 
streamWithInlineParse() - Method in class unlimited.fc.client.api.FCClient
 
streamWithInlineParse(BooleanSupplier) - Method in class unlimited.fc.client.api.FCClient
 
streamWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
streamWithInlineParse(String, BooleanSupplier) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
streamWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
streamWithInlineParse(String, BooleanSupplier) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
streamWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
streamWithInlineParse() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
streamWithInlineParse(String, BooleanSupplier) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
streamWithInlineParse(BooleanSupplier) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
streamWithInlineParse(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns streaming meta data for files in the current remote directory.
streamWithInlineParse(String, BooleanSupplier) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
streamWithInlineParse() - Method in class unlimited.fc.client.api.TransferMechanismData
Do not use this method, it only throws an exception, was put in during the effort to unify listings between single and multi client
streamWithInlineParse(BooleanSupplier) - Method in class unlimited.fc.client.api.TransferMechanismData
 
subList(int, int) - Method in class unlimited.fc.client.api.FileListData
 
submitJob(FCWebOrderForm, ArrayList, String) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method will submit and finalize the job.
submitJob(FCWebOrderForm) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method will submit and finalize the job.
submitJob() - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method will submit and finalize the job.
SUCCESS - Static variable in interface unlimited.fc.client.api.AutoDetectInfo
Constant that signifies that the auto detection test was successfully executed
SUCCESS - Static variable in class unlimited.fc.client.api.ErrorCodes
 
SUCCESS - Static variable in class unlimited.fc.client.api.TransferHook
This status code means the transfer was successful (1)
SUFFIX - Static variable in class unlimited.fc.client.api.TransferMode
This option, when transferring with a temp name, will append a suffix to the file name while transferring
superClose() - Method in class unlimited.fc.client.api.AutoRecoverClient
Closes the client while also clearing the automatic mode detection cache.
swap(TransferJob, TransferJob) - Method in interface unlimited.fc.client.api.multiclient.transferJob.PriorityMgrIfc
Swaps the details of two TransferJobs
swap(TransferJob, TransferJob) - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
symbol() - Method in enum unlimited.fc.client.api.multiclient.transferJob.TransferJobPriority
 
synch(FileTransferData, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
 
synchAndConnect(FileTransferMechanism, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.ConnectedState
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.InitializedState
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Syncs the supplied FileTransferMechanism's current settings to the settings within the MultiClient.
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
synchClient(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
SynchClient - Class in unlimited.fc.client.api
This class is for bug 6735.
SynchClient(String, int) - Constructor for class unlimited.fc.client.api.SynchClient
Constructs an un-initialized, un-connected FCClient object.
synchClients(MultiClientManager, FileTransferMechanism) - Static method in class unlimited.fc.client.api.multiclient.MultiClientState
 
synchConnectAndCD(FileTransferMechanism, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
 
synchIgnoreTargetRate(FileTransferData, FileTransferData) - Static method in class unlimited.fc.client.api.TransferMechanismData
 
synchSpecificTypes(MultiClientManager, FileTransferMechanism, FileTransferData) - Static method in class unlimited.fc.client.api.multiclient.MultiClientState
 
synchThisTo(FileTransferData) - Method in class unlimited.fc.client.api.TransferMechanismData
Syncs this Servlet information to the specified FileTransferData instance
synchWithMaster() - Method in class unlimited.fc.client.api.multiclient.FCClientWorker
Syncs this client with the master parent client object

T

test(Pair<String, FileType>) - Method in class unlimited.fc.client.api.multiclient.transferJob.DirectoryCollector
 
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.FCClient
Performs a quick test to determine the approximate download speed to the connected server.
testApproximateDownloadSpeed() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Performs a quick test to determine the approximate download speed to the connected server.
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testApproximateDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Performs a quick test to determine the approximate download speed to the connected server.
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.FCClient
Performs a quick test to determine the approximate upload speed to the connected server.
testApproximateUploadSpeed() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Performs a quick test to determine the approximate upload speed to the connected server.
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testApproximateUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Performs a quick test to determine the approximate upload speed to the connected server.
testForShutDown() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
Tests whether or not this process has been shutdown
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.FCClient
Performs a series of tests to determine the maximum download speed from the connected server.
testMaximumDownloadSpeed() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Performs a series of tests to determine the maximum download speed from the connected server.
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testMaximumDownloadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Performs a series of tests to determine the maximum download speed from the connected server.
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.FCClient
Performs a series of tests to determine the maximum upload speed to the connected server.
testMaximumUploadSpeed() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Performs a series of tests to determine the maximum upload speed to the connected server.
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testMaximumUploadSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Performs a series of tests to determine the maximum upload speed to the connected server.
testUDPACKs() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testUDPACKs() - Method in class unlimited.fc.client.api.FCClient
 
testUDPACKs() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Tests if UDP ACK mode is possible an configures internal variables.
testUDPACKs() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testUDPACKs() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testUDPACKs() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testUDPACKs() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Tests if UDP ACK mode is possible an configures internal variables.
testWriteSpeed() - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testWriteSpeed(File, int, int) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
testWriteSpeed() - Method in class unlimited.fc.client.api.FCClient
Perform a write to current directory with recommended values for determining storage rate.
testWriteSpeed(File, int, int) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
testWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.FCClient
Perform a write to specified file with specified size and timeout for determining storage rate.
testWriteSpeed() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Perform a write to current directory with recommended values for determining storage rate.
testWriteSpeed(Path, int, int) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Perform a write to specified file with specified size and timeout for determining storage rate.
testWriteSpeed() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
testWriteSpeed() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
testWriteSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
testWriteSpeed() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Perform a write to current directory with recommended values for determining storage rate.
testWriteSpeed(Path, int, int) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Perform a write to specified file with specified size and timeout for determining storage rate.
ThreadSafeMultiHook - Class in unlimited.fc.client.api.multiclient
A derived class that provides thread safe access to the methods defined within the TransferHook base class
ThreadSafeMultiHook(MultiClientManager) - Constructor for class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
threadSource - Variable in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
 
TIME_REMAINING - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current time remaining for the transfer
TIMEOUT_EXPIRED - Static variable in class unlimited.fc.client.api.ErrorCodes
 
TimeRemaining - Variable in class unlimited.fc.client.api.SnapShotHook
 
TimeRemainingMillis - Variable in class unlimited.fc.client.api.SnapShotHook
 
toArray() - Method in class unlimited.fc.client.api.FileListData
 
toArray(T[]) - Method in class unlimited.fc.client.api.FileListData
 
toJSON(Function<String, String>) - Method in class unlimited.fc.client.api.ClientCredentials
 
TOKEN - Static variable in class unlimited.fc.client.api.UDPTransferMetricsFactory
 
Tokens(String, String, String) - Constructor for class unlimited.fc.client.api.ClientCredentials.Tokens
 
toString() - Method in class unlimited.fc.client.api.fcweb.FCWebField
This method will return the concatenated string of getHeader() and getDescription()
toString() - Method in class unlimited.fc.client.api.fcweb.FCWebFieldCore
 
toString() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderForm
This will return the formname_type string
toString() - Method in class unlimited.fc.client.api.fcweb.FCWebOrderFormCore
 
toString() - Method in class unlimited.fc.client.api.fcweb.FCWebSettings
 
toString() - Method in class unlimited.fc.client.api.FileListData
Returns a string representation of this collection of meta data.
toString() - Method in class unlimited.fc.client.api.FileListDataItem
Returns a String representation of this item.
toString() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent
 
toString() - Method in class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
 
toString() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
toString() - Method in exception unlimited.fc.client.api.multiclient.MultiClientState.StateMachineException
 
toString() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
toString() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessEventDispatch.ProcessorEvent
 
toString() - Method in class unlimited.fc.client.api.multiclient.processor.Processor
 
toString() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
toString() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
 
toString() - Method in class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
 
TOTAL_FILEAREA_DATA_TRANSFER_STRING - Static variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
TOTAL_FILES - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the total number of files to be transferred
totalBytesTransferred - Variable in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
TotalFiles - Variable in class unlimited.fc.client.api.SnapShotHook
 
totalJobs - Variable in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
toType(Integer) - Static method in enum unlimited.fc.client.api.CommonFileFilterModeType
Return the FileFilterModeType given an Integer value.
TRANSFER_AGENT - Static variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
TRANSFER_CANCELLED - Static variable in class unlimited.fc.client.api.HandlerData
Property representing whether or not the transfer has been cancelled
TRANSFER_COMPLETE - Static variable in class unlimited.fc.client.api.HandlerData
Property representing whether or not the transfer completed
TRANSFER_FILE - Static variable in class unlimited.fc.client.api.TransferMode
This incremental mode will transfer the entire file when the file has been modified.
TRANSFER_FILE_DELTAS - Static variable in class unlimited.fc.client.api.TransferMode
This incremental mode will transfer the deltas of the file when the file has been modified.
TRANSFER_FILE_DELTAS_UNIQUE_NAME - Static variable in class unlimited.fc.client.api.TransferMode
This incremental mode will transfer the deltas of the file when the file has been modified.
TRANSFER_FILE_UNIQUE_NAME - Static variable in class unlimited.fc.client.api.TransferMode
This incremental mode will transfer the entire file when the file has been modified.
TRANSFER_START_TIME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the time (in millis) that the transfer started
TRANSFER_TIME - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the amount of time the transfer has been going on for
TransferAfterGrowthPreProcessor - Class in unlimited.fc.client.api.multiclient.processor.impl.preProcessor
This preprocessor will grab a job and it will hold on to it until it is depleted.
TransferAfterGrowthPreProcessor(FileCatalystFileFilter, MultiClientManager, long) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
TransferAsJob<FileType> - Class in unlimited.fc.client.api.multiclient.transferJob
The Class TransferAsJob.
TransferAsJob(FileType, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferAsJob
Instantiates a new transfer as job.
TransferAsJobSizeMonitorData(FileTransferMechanism, TransferAsJob<FileType>, FileSizeChangeMonitor.FileChangeChecker<FileType>) - Constructor for class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.TransferAsJobSizeMonitorData
 
TransferCacheFileRemover - Class in unlimited.fc.client.api.multiclient
Job Handler that provides methods for removing items from the transfer cache
TransferCacheFileRemover(CachedFileIndexInterface) - Constructor for class unlimited.fc.client.api.multiclient.TransferCacheFileRemover
 
TransferCancelled - Variable in class unlimited.fc.client.api.SnapShotHook
 
transferComplete(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.IdleState
 
transferComplete(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
transferComplete(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
transferComplete(FileTransferMechanism) - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
TransferComplete - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferCompleteState - Class in unlimited.fc.client.api.multiclient
The TransferCompleteState class
TransferCompleteState(TransferCompleteState.Transition) - Constructor for class unlimited.fc.client.api.multiclient.TransferCompleteState
 
TransferCompleteState.Transition - Class in unlimited.fc.client.api.multiclient
Transition class that defines transitional behaviour between the previous state and the TransferComplete state.
TransferCompletionHandler() - Constructor for class unlimited.fc.client.api.multiclient.DeleteAfterTransferListener.TransferCompletionHandler
 
TransferControl<T extends TransferHook> - Class in unlimited.fc.client.api
Class that dispatches TransferHooks for individual transfers
TransferControl() - Constructor for class unlimited.fc.client.api.TransferControl
 
TransferError - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferHook - Class in unlimited.fc.client.api
This interface provides a hook into the status of FileCatalyst transfers.
TransferHook() - Constructor for class unlimited.fc.client.api.TransferHook
 
TransferIDCallback - Class in unlimited.fc.client.api.multiclient
Callback resource that provides access to methods for checking whether or not there is a transfer, and what the message of that transfer is
TransferIDCallback(Integer, ThreadSafeMultiHook) - Constructor for class unlimited.fc.client.api.multiclient.TransferIDCallback
Constructor for the class
TransferIDHolder - Interface in unlimited.fc.client.api.multiclient
 
TransferJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class TransferJob.
TransferJob(String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJob
Instantiates a new transfer job.
TransferJob.FileNameHandler - Class in unlimited.fc.client.api.multiclient.transferJob
Handler resource that collects the names of the files contained within incoming TransferJobs
TransferJob.FileTypeHandler - Class in unlimited.fc.client.api.multiclient.transferJob
Handler resource that collects the names of the files contained within incoming TransferJobs
TransferJob.FileTypeJob<T> - Class in unlimited.fc.client.api.multiclient.transferJob
Common parent class that is used to provided common inherited methods to both the UploadJob and DownloadJob derivative classes.
TransferJob.JobRepeateRemover - Class in unlimited.fc.client.api.multiclient.transferJob
 
TransferJobAddedToJobQueueEvent(MultiClientManager, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobAddedToJobQueueEvent
Instantiates a new transfer job added to job queue event.
TransferJobEvent(MultiClientManager, String, TransferJob, TransferHook) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent
Instantiates a new transfer job event.
TransferJobPriority - Enum in unlimited.fc.client.api.multiclient.transferJob
 
TransferJobPriorityManager - Class in unlimited.fc.client.api.multiclient.transferJob
Manager class that is used to manage the priority of current TransferJobs
TransferJobPriorityManager(TransferJobPriorityManager.Bumper) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJobPriorityManager
 
TransferJobPriorityManager.Bumper - Interface in unlimited.fc.client.api.multiclient.transferJob
Functional Interface that provides classes with the ability to return a file bumper
TransferJobReturnedEvent(MultiClientManager, TransferJob, TransferHook) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobReturnedEvent
Instantiates a new transfer job transfer failure event.
transferJobStream(Stream<TransferJob.FileTypeJob<FileType>>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
transferJobStream(Stream<TransferJob.FileTypeJob<FileType>>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
transferJobStream(Stream<TransferJob.FileTypeJob<FileType>>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
transferJobStream(MultiClientManager, Stream<TransferJob.FileTypeJob<FileType>>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
 
transferJobStream(Stream<TransferJob.FileTypeJob<FileType>>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
TransferJobTransferFailureEvent(MultiClientManager, TransferJob, TransferHook) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferFailureEvent
Instantiates a new transfer job transfer failure event.
TransferJobTransferRejectionEvent(MultiClientManager, TransferJob) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferRejectionEvent
Instantiates a new transfer job transfer rejection event.
TransferJobTransferringEvent(MultiClientManager, TransferJob, TransferHook) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferringEvent
Instantiates a new transfer job transferring event.
TransferJobTransferSuccessEvent(MultiClientManager, TransferJob, TransferHook) - Constructor for class unlimited.fc.client.api.multiclient.listener.MultiClientEvent.TransferJobEvent.TransferJobTransferSuccessEvent
Instantiates a new transfer job transfer success event.
TransferJobUtil - Class in unlimited.fc.client.api.multiclient.transferJob
A factory for creating TransferJob objects.
TransferJobUtil() - Constructor for class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
 
TransferJobUtil.JobExecutor - Class in unlimited.fc.client.api.multiclient.transferJob
Inner class that is responsible for executing TransferJobs that have been provided to it
TransferMechanismData - Class in unlimited.fc.client.api
A data container class that holds all information that TransferMechanisms use to perform their integral logic
TransferMechanismData(Properties) - Constructor for class unlimited.fc.client.api.TransferMechanismData
Constructor that loads a TransferMechanismData object from a supplied properties object
TransferMechanismData() - Constructor for class unlimited.fc.client.api.TransferMechanismData
Default constructor for the TranfserMechanismData class
TransferMechanismData.ServletLocationData - Class in unlimited.fc.client.api
Data object that contains the current Servlet information.
TransferMetrics - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferMode - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferMode - Class in unlimited.fc.client.api
This class defines constants for the various transfer protocols supported in the FileCatalyst API.
TransferMode() - Constructor for class unlimited.fc.client.api.TransferMode
 
TRANSFERRING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently transferring a file (4)
TransferringState - Class in unlimited.fc.client.api.multiclient
The Class TransferringState.
TransferringState.TransferringWithNoPendingWorkAllFilesInTransit - Class in unlimited.fc.client.api.multiclient
 
TransferringState.TransferringWithNoPendingWorkState - Class in unlimited.fc.client.api.multiclient
The Class TransferringWithNoPendingWorkState.
TransferringWithNoPendingWorkAllFilesInTransit(TransferringState.TransferringWithNoPendingWorkState) - Constructor for class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkAllFilesInTransit
 
TransferringWithNoPendingWorkState(TransferringState) - Constructor for class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
transferStarted() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
transferStarted() - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkAllFilesInTransit
 
transferStarted() - Method in class unlimited.fc.client.api.multiclient.TransferringState.TransferringWithNoPendingWorkState
 
transferStarted() - Method in class unlimited.fc.client.api.multiclient.TransferringState
 
TransferStartTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferState - Interface in unlimited.fc.client.api
Base interface that defines common methods that are to be implemented across all applicable transfer states
transferStatus - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferStatusEnum - Enum in unlimited.fc.client.api
 
TransferTime - Variable in class unlimited.fc.client.api.SnapShotHook
 
transferUniqueID - Variable in class unlimited.fc.client.api.multiclient.transferJob.TransferJob
 
TransferWarning - Variable in class unlimited.fc.client.api.SnapShotHook
 
TransferWarningMessage - Variable in class unlimited.fc.client.api.SnapShotHook
 
Transition(LoggedInState) - Constructor for class unlimited.fc.client.api.multiclient.CancellingState.Transition
 
Transition(InitializedState) - Constructor for class unlimited.fc.client.api.multiclient.ConnectedState.Transition
Instantiates a new connecting state.
Transition(MultiClientState) - Constructor for class unlimited.fc.client.api.multiclient.FinishedState.Transition
Instantiates a new finishing state.
Transition(CreatedState) - Constructor for class unlimited.fc.client.api.multiclient.InitializedState.Transition
Instantiates a new initializing state.
Transition(ConnectedState) - Constructor for class unlimited.fc.client.api.multiclient.LoggedInState.Transition
Instantiates a new logging in state.
Transition(ConnectedState) - Constructor for class unlimited.fc.client.api.multiclient.ReadyState.Transition
Instantiates a new creating worker threads state.
Transition(TransferringState) - Constructor for class unlimited.fc.client.api.multiclient.TransferCompleteState.Transition
 
transition() - Method in class unlimited.fc.client.api.multiclient.TransferCompleteState.Transition
 
transitionalClientLock - Variable in class unlimited.fc.client.api.multiclient.MultiClientManager
 
TWOWAYCONNECTION - Static variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
TwoWayFCWebConnection - Class in unlimited.fc.client.api.fcweb
 
TwoWayFCWebConnection(String, String, String, String) - Constructor for class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 
TwoWayFCWebConnection.ActionType - Enum in unlimited.fc.client.api.fcweb
 

U

UDP - Static variable in class unlimited.fc.client.api.TransferMode
This mode will force all transfers to use the UDP protocol
UDP_NOT_SUPPORTED - Static variable in class unlimited.fc.client.api.ErrorCodes
 
UDPMETRICS_CONTAINER - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the UDP metrics for the transfer
UDPTransferMetricsFactory - Class in unlimited.fc.client.api
Title: FileCatalyst Direct
UDPTransferMetricsFactory() - Constructor for class unlimited.fc.client.api.UDPTransferMetricsFactory
 
UNIQUE_FILE_ID - Static variable in class unlimited.fc.client.api.HandlerData
Property key representing the value for the current file ID
UNKNOWN - Static variable in class unlimited.fc.client.api.FileListDataItem
Type returned by getType() if this item is a file.
UNKNOWN - Static variable in class unlimited.fc.client.api.HandlerData
 
unlimited.fc.client.api - package unlimited.fc.client.api
Contains all of the base resources for creating clients for transfers, and for reading statistical information from the transfers that are spawned.
unlimited.fc.client.api.fcweb - package unlimited.fc.client.api.fcweb
 
unlimited.fc.client.api.multiclient - package unlimited.fc.client.api.multiclient
Contains the core MultiClientManager functionality.
unlimited.fc.client.api.multiclient.listener - package unlimited.fc.client.api.multiclient.listener
Contains definitions for the listener objects that can be attached to the MultiClientManager for varying reasons.
unlimited.fc.client.api.multiclient.processor - package unlimited.fc.client.api.multiclient.processor
Contains the core functionality for the Multi-Client's Pre/Post Processing System.
unlimited.fc.client.api.multiclient.processor.impl - package unlimited.fc.client.api.multiclient.processor.impl
Contains implementations of established Pre/Post Processors that are internally used within the API
unlimited.fc.client.api.multiclient.processor.impl.postProcessor - package unlimited.fc.client.api.multiclient.processor.impl.postProcessor
Contains PostProcessor implementations that are internally used within the API
unlimited.fc.client.api.multiclient.processor.impl.preProcessor - package unlimited.fc.client.api.multiclient.processor.impl.preProcessor
Contains PreProcessor implementations that are internally used within the API
update(Observable, Object) - Method in class unlimited.fc.client.api.multiclient.MultiClientHookObserverDelegate
 
updateConnectionRequestModelCredentials(ClientCredentials.DataVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.Tokens
 
updateConnectionRequestModelCredentials(ClientCredentials.DataVisitor) - Method in class unlimited.fc.client.api.ClientCredentials
 
updateConnectionRequestModelCredentials(ClientCredentials.DataVisitor) - Method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
updateDeleteAfterOrMoveToSent() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Adds the delete after processor if the Manager has been set to delete after transfer.
updateObservers() - Method in class unlimited.fc.client.api.multiclient.MultiClientHookObserverDelegate
 
updateObservers() - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferHook
 
updateServerOverrides() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
updateServerOverrides() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
updateSizeInBytes() - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Update size in bytes.
updateSnapShotInPool() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
updateVerifyIntegritry() - Method in class unlimited.fc.client.api.multiclient.processor.ProcessManager
Updates the verify integrity preprocessors to whatever mode the MultiClientManager currently has selected
upload(String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(File) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(File, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(File, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(List<Path>) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(List<Path>, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
upload(String) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the current remote working directory.
upload(File) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(Path) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the current remote working directory.
upload(File, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(Path, String) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the specified remote directory.
upload(File, String, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(Path, String, String) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the specified remote directory and specifies a unique transaction id.
upload(Vector<File>) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(List<Path>) - Method in class unlimited.fc.client.api.FCClient
Uploads all Path objects in the List provided to the current remote working directory.
upload(List<Path>, String) - Method in class unlimited.fc.client.api.FCClient
Uploads all Path objects in the List provided to the specified remote directory.
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.FCClient
Uploads all Path objects in the List provided to the specified remote directory.
upload(Vector<File>, String, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(Vector<File>, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
upload(String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the current remote working directory.
upload(Path) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the current remote working directory.
upload(Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the specified remote directory.
upload(Path, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the specified remote directory and specifies a unique transaction id.
upload(List<Path>) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads all File objects in the Vector provided to the current remote working directory.
upload(List<Path>, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads all File objects in the Vector provided to the specified remote directory.
upload(List<Path>, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads all File objects in the Vector provided to the specified remote directory.
UPLOAD - Static variable in class unlimited.fc.client.api.HandlerData
 
upload(String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(Path) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(Path, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(List<Path>) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
upload(String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(Path) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(Path, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(List<Path>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
upload(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(List<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
upload(String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the current remote working directory.
upload(Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the current remote working directory.
upload(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the specified remote directory.
upload(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the specified remote directory and specifies a unique transaction id.
upload(List<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Uploads all File objects in the Vector provided to the current remote working directory.
upload(List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Uploads all File objects in the Vector provided to the specified remote directory.
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Uploads all File objects in the Vector provided to the specified remote directory.
upload(MultiClientManager, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, Path) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, List<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(MultiClientManager, List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload.
upload(String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(Path) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(Path, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(List<Path>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(List<Path>, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
upload - Variable in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
upload(List<Path>, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Upload.
upload(List<Path>, String, String, boolean, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Upload.
upload(String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file
upload(Path) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file
upload(Path, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file
upload(Path, String, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file
upload(List<Path>) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for a collection of files
upload(List<Path>, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for a collection of files
upload(List<Path>, String, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file
UPLOAD - Static variable in class unlimited.fc.client.api.TransferHook
This direction indicates the current transfer is a upload
UPLOAD_ADD - Variable in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
UPLOAD_DIRECTION - Static variable in class unlimited.fc.client.api.fcweb.FCWebConnection
 
UPLOAD_FOLDER_ADD - Variable in class unlimited.fc.client.api.multiclient.FolderCleanupTool
 
UploadAppletLiveConnect - Interface in unlimited.fc.client.api
Title: FileCatalyst Upload Applet LiveConnect API Spec
uploadArchive(List<Path>, String, String) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Upload archive.
uploadArchive(List<Path>, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Upload archive.
UploadArchiveJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class UploadArchiveJob.
UploadArchiveJob(List<Path>, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
Instantiates a new upload archive job.
UploadArchiveJob(Set<Path>, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadArchiveJob
 
uploadAs(File, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
uploadAs(File, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
uploadAs(File, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
uploadAs(Path, String) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the specified remote filename.
uploadAs(File, String, String) - Method in class unlimited.fc.client.api.FCClient
Deprecated. 
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.FCClient
Upload the specified file to the specified remote filename.
uploadAs(Path, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the specified remote filename.
uploadAs(Path, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Upload the specified file to the specified remote filename.
uploadAs(Path, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
uploadAs(Path, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
uploadAs(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
uploadAs(Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the specified remote filename.
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Upload the specified file to the specified remote filename.
uploadAs(MultiClientManager, Path, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload as.
uploadAs(MultiClientManager, Path, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload as.
uploadAs(Path, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
uploadAs - Variable in class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
 
uploadAs(Path, String, String, boolean) - Static method in class unlimited.fc.client.api.multiclient.transferJob.TransferJobUtil
Upload as.
uploadAs(Path, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file.
uploadAs(Path, String, String) - Method in class unlimited.fc.client.api.TransferControl
Starts the upload for the specified file.
UploadAsJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class UploadAsJob.
UploadAsJob(Path, String, String, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadAsJob
Instantiates a new upload as job.
uploadConsume(Path) - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor.CacheHandler
 
uploadFiles(Vector, File) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Deprecated.
uploadFiles(FCWebOrderForm, File, Path) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method when called will create a job in FileCatalyst Workflow, set the field values for the job and upload the selected file to the job folder.
uploadFiles(FCWebOrderForm, File) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method when called will create a job in FileCatalyst Workflow, set the field values for the job and upload the selected file to the job folder.
uploadFiles(Vector, Vector) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Deprecated.
uploadFiles(FCWebOrderForm, Vector, Path) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Deprecated.
uploadFiles(FCWebOrderForm, Vector) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
Deprecated.
uploadFiles(FCWebOrderForm, List<Path>) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method when called will create a job in FileCatalyst Workflow, set the field values for the job and upload the selected file to the job folder.
uploadFiles(FCWebOrderForm, List<Path>, Path) - Method in class unlimited.fc.client.api.fcweb.FCWebClient
This method when called will create a job in FileCatalyst Workflow, set the field values for the job and upload the selected file to the job folder.
UploadJob - Class in unlimited.fc.client.api.multiclient.transferJob
The Class UploadJob.
UploadJob(TransferJob.FileTypeJob<Path>) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
UploadJob(List<Path>, String, String, boolean, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadJob
Instantiates a new upload job.
UploadJob(Set<Path>, String, String, boolean, boolean) - Constructor for class unlimited.fc.client.api.multiclient.transferJob.UploadJob
 
uploadList(List, String, String) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
uploadList(List, String, String, boolean) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
uploadList(List<Path>, String, String) - Method in class unlimited.fc.client.api.FCClient
Uploads all Path objects in the List provided to the specified remote directory.
uploadList(List<Path>, String, String, boolean) - Method in class unlimited.fc.client.api.FCClient
Uploads all Path objects in the List provided to the specified remote directory.
uploadList(List<Path>, String, String) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads a list of files to the connected Server
uploadList(List<Path>, String, String, boolean) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads a list of files to the connected Server.
uploadList(List, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
uploadList(List, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
uploadList(List<Path>, String, String) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
uploadList(List<Path>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
uploadList(List<Path>, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Uploads a list of files to the connected Server.
uploadList(MultiClientManager, List, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
Upload list.
uploadList(List, String, String, boolean) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
uploadLive() - Method in interface unlimited.fc.client.api.UploadAppletLiveConnect
Instantiates upload.
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.AutoRecoverClient
 
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.FCClient
 
uploadRange(Path, String, long, long) - Method in interface unlimited.fc.client.api.FileTransferMechanism
Uploads a range of rate for the given file.
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
uploadRange(Path, String, long, long) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Uploads a range of rate for the given file
uploadStream(Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
uploadStream(Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
uploadStream(Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Uploads the provided stream to the currently connected Server.
uploadStream(Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientState
 
uploadStream(MultiClientManager, Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.MultiClientTransferControl
 
uploadStream(Stream<Path>) - Method in class unlimited.fc.client.api.multiclient.ReadyState
 
UploadStreamCollapser() - Constructor for class unlimited.fc.client.api.multiclient.MultiManagerStreamCollapser.UploadStreamCollapser
 
upperByteLimit - Variable in class unlimited.fc.client.api.FileFilterData
Value representing the upper byte limit to apply to the filter
USE_DETAILED_LOGGING - Static variable in class unlimited.fc.client.api.multiclient.MultiClientTransferringBandwidthManager
 
useAutoArchiveSettings(FileTransferMechanism, boolean) - Method in class unlimited.fc.client.api.multiclient.transferJob.ListJob
Use auto archive settings.
UserPass(String, String) - Constructor for class unlimited.fc.client.api.ClientCredentials.UserPass
 
UserPermissionsContainer - Class in unlimited.fc.client.api
A data container of user permissions that are returned from a GUPM command.
UserPermissionsContainer(StringTokenizer) - Constructor for class unlimited.fc.client.api.UserPermissionsContainer
Default Constructor For The Container.

V

validateConnectionAndGetSettings(Boolean) - Method in class unlimited.fc.client.api.fcweb.FCWebConnection
 
value() - Method in enum unlimited.fc.client.api.CommonFileFilterModeType
Return the interval value of the file filter mode type
value() - Method in interface unlimited.fc.client.api.SharedFileFilterModeIntf
 
valueOf(String) - Static method in enum unlimited.fc.client.api.CommonFileFilterModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.ConnectivityTestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.fcweb.FCWebOrderForm.OrderFormType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.fcweb.TwoWayFCWebConnection.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.FileTransferMechanism.ConnectionModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.multiclient.BandwidthDistributionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.multiclient.SessionManageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.multiclient.transferJob.TransferJobPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum unlimited.fc.client.api.TransferStatusEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum unlimited.fc.client.api.CommonFileFilterModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.ConnectivityTestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.fcweb.FCWebOrderForm.OrderFormType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.fcweb.TwoWayFCWebConnection.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.FileTransferMechanism.ConnectionModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.multiclient.BandwidthDistributionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.multiclient.SessionManageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.multiclient.transferJob.TransferJobPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum unlimited.fc.client.api.TransferStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFY_AFTER - Static variable in class unlimited.fc.client.api.TransferMode
When Verify Integrity is enabled, this mode will do the checksum after a file is transferred
VERIFY_CONCURRENT - Static variable in class unlimited.fc.client.api.TransferMode
When Verify Integrity is enabled, this mode will do the checksum after a file is transferred, but new transfers can still progress
VERIFY_ON_THE_FLY - Static variable in class unlimited.fc.client.api.TransferMode
Deprecated.
This mode is always enabled as of v3.7, so setting this mode does nothing.
VERIFY_PARTIAL - Static variable in class unlimited.fc.client.api.TransferMode
When Verify Integrity is enabled, this mode will do the checksum after a file is transferred, but only scan small sections of each block
VERIFY_PARTIAL_POST_PROCESS - Static variable in class unlimited.fc.client.api.TransferMode
When Verify Integrity is enabled, this mode will do a partial checksum after a file is transferred, and all post processes have executed.
VERIFY_POST_PROCESS - Static variable in class unlimited.fc.client.api.TransferMode
When Verify Integrity is enabled, this mode will do the checksum after a file is transferred, and all post processes have executed.
VERIFYING - Static variable in class unlimited.fc.client.api.TransferHook
This status code means this handler is currently verifying the integrity of a file (5)
verifySuppliesUserPassCredentials(Supplier<ClientCredentials>, Supplier<Exception>) - Static method in class unlimited.fc.client.api.ClientCredentials.UserPass
 
version() - Static method in class unlimited.fc.client.api.FCClient
Returns the current version information for the FCClient.

W

waitForComplete(TransferHook) - Method in interface unlimited.fc.client.api.FileTransferMechanism
 
waitForLastUpdate() - Method in class unlimited.fc.client.api.multiclient.ThreadSafeMultiHook
 
waitForSafeToClearFilter() - Method in class unlimited.fc.client.api.multiclient.CancellingState
 
waitForSafeToClearFilter() - Method in class unlimited.fc.client.api.multiclient.CancelTypeState
 
waitTime - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.ReTransferPostProcessor
 
waitTime - Variable in class unlimited.fc.client.api.multiclient.processor.impl.preProcessor.TransferAfterGrowthPreProcessor
 
willDownloadsWork() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns whether or not downloads will work under the current settings
willDownloadsWork() - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Returns whether or not downloads will work
willTransfersWork() - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Returns whether or not transfers will work
willTransferWork() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Wraps up checks to other methods and provides a convenient way to check if any transfer modes are working.
willTransferWork() - Method in class unlimited.fc.client.api.FCClient
Returns true if the last auto-detect that was performed identified that at least one mode of transfer was possible for the given type (upload, download, or both directions).
willTransferWork() - Method in interface unlimited.fc.client.api.FileTransferMechanism
Returns whether or not transfers will work under the current settings
willTransferWork() - Method in class unlimited.fc.client.api.multiclient.CreatedState
 
willTransferWork() - Method in class unlimited.fc.client.api.multiclient.LoggedInState
 
willTransferWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
 
willTransferWork() - Method in class unlimited.fc.client.api.multiclient.MultiClientState
Returns whether or not transfers will work under the current settings
willUploadsWork() - Method in interface unlimited.fc.client.api.AutoDetectInfo
Returns whether or not uploads will work under the current settings
willUploadsWork() - Method in class unlimited.fc.client.api.ConnectivityTestResultContainer
Returns whether or not uploads will work
workCompleteMethod() - Method in class unlimited.fc.client.api.multiclient.processor.AsynchronousContinualPreProcessor
this is executed once all the current work is complete but the processor is not shut down and you are waiting for new work to come in
WORKER_CLIENT_ID - Static variable in interface unlimited.fc.client.api.FileTransferMechanism
 
workingDir - Variable in class unlimited.fc.client.api.multiclient.processor.impl.postProcessor.MoveToSentOrDeleteAfterPostProcessor
 
workInProgress() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the MultiClientManager has any work that is currently in progress
workRemaining() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
Returns whether or not the MultiClientManager has any work remaining within it's queue.
workStillGrowing() - Method in class unlimited.fc.client.api.multiclient.processor.impl.FileSizeChangeMonitor
Returns whether or not the files are still growing
writeToLog - Variable in class unlimited.fc.client.api.fcweb.TwoWayFCWebConnection
 

X

XPath - Interface in unlimited.fc.client.api
Extended interface that provides current location access to all that implement this interface

Y

YES - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for the yes option
YES_TO_ALL - Static variable in interface unlimited.fc.client.api.FileCatalystClientCallbackHandler
Constant value for the yes to all option
YouCantDoThatThisIsAReadOnlyClassException() - Constructor for exception unlimited.fc.client.api.SnapShotHook.YouCantDoThatThisIsAReadOnlyClassException
 

Z

ZIP_CREATION_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
ZIP_ERROR - Static variable in class unlimited.fc.client.api.ErrorCodes
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2006 - 2022 - HelpSystems LLC All Rights Reserved.