- 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
-
- 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
-
- autoDetectConectionMode() - Method in interface unlimited.fc.client.api.FileTransferMechanism
-
- 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
-
- 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
-
- createWeblink(List<String>, String, String, FileListData) - Method in interface unlimited.fc.client.api.FileTransferMechanism
-
- 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
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getActualRate() - Method in class unlimited.fc.client.api.SnapShotHook
-
- getActualRate() - Method in class unlimited.fc.client.api.TransferHook
-
- 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
-
- getBlastRate() - Method in interface unlimited.fc.client.api.FileTransferData
-
- getBlastRate() - Method in class unlimited.fc.client.api.multiclient.CreatedState
-
- getBlastRate() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- isAutoMode() - Method in class unlimited.fc.client.api.multiclient.MultiClientManager
-
- 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
-
- 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
-
- 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
-
- RAPTOR - Static variable in class unlimited.fc.client.api.TransferMode
-
- 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
-
- 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
-
- 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
-
- 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
-
- setCompStrategy(int) - Method in interface unlimited.fc.client.api.FileTransferData
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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