- fileName(FTPFile) - Method in class org.springframework.integration.ftp.filters.FtpPersistentAcceptOnceFileListFilter
-
- fileType - Variable in class org.springframework.integration.ftp.session.AbstractFtpSessionFactory
-
- finalizeRaw() - Method in class org.springframework.integration.ftp.session.FtpSession
-
- Ftp - Class in org.springframework.integration.ftp.dsl
-
The factory for FTP components.
- FtpFileInfo - Class in org.springframework.integration.ftp.session
-
A FileInfo implementation for FTP/FTPS.
- FtpFileInfo(FTPFile) - Constructor for class org.springframework.integration.ftp.session.FtpFileInfo
-
- FtpInboundChannelAdapterParser - Class in org.springframework.integration.ftp.config
-
Parser for the FTP 'inbound-channel-adapter' element.
- FtpInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ftp.config.FtpInboundChannelAdapterParser
-
- FtpInboundChannelAdapterSpec - Class in org.springframework.integration.ftp.dsl
-
- FtpInboundFileSynchronizer - Class in org.springframework.integration.ftp.inbound
-
An implementation of AbstractInboundFileSynchronizer for FTP.
- FtpInboundFileSynchronizer(SessionFactory<FTPFile>) - Constructor for class org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizer
-
Create a synchronizer with the SessionFactory used to acquire Session instances.
- FtpInboundFileSynchronizingMessageSource - Class in org.springframework.integration.ftp.inbound
-
A MessageSource implementation for FTP.
- FtpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<FTPFile>) - Constructor for class org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizingMessageSource
-
- FtpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<FTPFile>, Comparator<File>) - Constructor for class org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizingMessageSource
-
- FtpMessageHandler - Class in org.springframework.integration.ftp.outbound
-
The FTP specific FileTransferringMessageHandler extension.
- FtpMessageHandler(SessionFactory<FTPFile>) - Constructor for class org.springframework.integration.ftp.outbound.FtpMessageHandler
-
- FtpMessageHandler(FtpRemoteFileTemplate) - Constructor for class org.springframework.integration.ftp.outbound.FtpMessageHandler
-
- FtpMessageHandler(RemoteFileTemplate<FTPFile>, FileExistsMode) - Constructor for class org.springframework.integration.ftp.outbound.FtpMessageHandler
-
- FtpMessageHandlerSpec - Class in org.springframework.integration.ftp.dsl
-
A FileTransferringMessageHandlerSpec for FTP.
- FtpNamespaceHandler - Class in org.springframework.integration.ftp.config
-
Provides namespace support for using FTP
- FtpNamespaceHandler() - Constructor for class org.springframework.integration.ftp.config.FtpNamespaceHandler
-
- FtpOutboundChannelAdapterParser - Class in org.springframework.integration.ftp.config
-
Parser for FTP Outbound Channel Adapters.
- FtpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.ftp.config.FtpOutboundChannelAdapterParser
-
- FtpOutboundGateway - Class in org.springframework.integration.ftp.gateway
-
Outbound Gateway for performing remote file operations via FTP/FTPS.
- FtpOutboundGateway(SessionFactory<FTPFile>, MessageSessionCallback<FTPFile, ?>) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance using the provided session factory and callback for
performing operations on the session.
- FtpOutboundGateway(RemoteFileTemplate<FTPFile>, MessageSessionCallback<FTPFile, ?>) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance with the supplied remote file template and callback
for performing operations on the session.
- FtpOutboundGateway(SessionFactory<FTPFile>, String, String) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance with the supplied session factory, a command ('ls', 'get'
etc), and an expression to determine the filename.
- FtpOutboundGateway(RemoteFileTemplate<FTPFile>, String, String) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance with the supplied remote file template, a command ('ls',
'get' etc), and an expression to determine the filename.
- FtpOutboundGateway(SessionFactory<FTPFile>, String) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance with the supplied session factory
and command ('ls', 'nlst', 'put' or 'mput').
- FtpOutboundGateway(RemoteFileTemplate<FTPFile>, String) - Constructor for class org.springframework.integration.ftp.gateway.FtpOutboundGateway
-
Construct an instance with the supplied remote file template
and command ('ls', 'nlst', 'put' or 'mput').
- FtpOutboundGatewayParser - Class in org.springframework.integration.ftp.config
-
- FtpOutboundGatewayParser() - Constructor for class org.springframework.integration.ftp.config.FtpOutboundGatewayParser
-
- FtpOutboundGatewaySpec - Class in org.springframework.integration.ftp.dsl
-
A RemoteFileOutboundGatewaySpec for FTP.
- FtpPersistentAcceptOnceFileListFilter - Class in org.springframework.integration.ftp.filters
-
Persistent file list filter using the server's file timestamp to detect if we've already
'seen' this file.
- FtpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore, String) - Constructor for class org.springframework.integration.ftp.filters.FtpPersistentAcceptOnceFileListFilter
-
- FtpRegexPatternFileListFilter - Class in org.springframework.integration.ftp.filters
-
Implementation of AbstractRegexPatternFileListFilter for FTP.
- FtpRegexPatternFileListFilter(String) - Constructor for class org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter
-
- FtpRegexPatternFileListFilter(Pattern) - Constructor for class org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter
-
- FtpRemoteFileTemplate - Class in org.springframework.integration.ftp.session
-
FTP version of RemoteFileTemplate providing type-safe access to
the underlying FTPClient object.
- FtpRemoteFileTemplate(SessionFactory<FTPFile>) - Constructor for class org.springframework.integration.ftp.session.FtpRemoteFileTemplate
-
- FtpRemoteFileTemplate.ExistsMode - Enum in org.springframework.integration.ftp.session
-
- FtpSession - Class in org.springframework.integration.ftp.session
-
Implementation of Session for FTP.
- FtpSession(FTPClient) - Constructor for class org.springframework.integration.ftp.session.FtpSession
-
- FtpSimplePatternFileListFilter - Class in org.springframework.integration.ftp.filters
-
Implementation of AbstractSimplePatternFileListFilter for FTP.
- FtpSimplePatternFileListFilter(String) - Constructor for class org.springframework.integration.ftp.filters.FtpSimplePatternFileListFilter
-
- FtpStreamingInboundChannelAdapterParser - Class in org.springframework.integration.ftp.config
-
- FtpStreamingInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ftp.config.FtpStreamingInboundChannelAdapterParser
-
- FtpStreamingInboundChannelAdapterSpec - Class in org.springframework.integration.ftp.dsl
-
- FtpStreamingMessageSource - Class in org.springframework.integration.ftp.inbound
-
Message source for streaming FTP remote file contents.
- FtpStreamingMessageSource(RemoteFileTemplate<FTPFile>) - Constructor for class org.springframework.integration.ftp.inbound.FtpStreamingMessageSource
-
Construct an instance with the supplied template.
- FtpStreamingMessageSource(RemoteFileTemplate<FTPFile>, Comparator<FTPFile>) - Constructor for class org.springframework.integration.ftp.inbound.FtpStreamingMessageSource
-
Construct an instance with the supplied template and comparator.
- FtpSystemMarkerFilePresentFileListFilter - Class in org.springframework.integration.ftp.filters
-
FTP implementation of AbstractMarkerFilePresentFileListFilter.