Class DefaultFtpSessionFactory
java.lang.Object
org.springframework.integration.ftp.session.AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
org.springframework.integration.ftp.session.DefaultFtpSessionFactory
- All Implemented Interfaces:
- SessionFactory<org.apache.commons.net.ftp.FTPFile>
public class DefaultFtpSessionFactory
extends AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
Default implementation of FTP SessionFactory.
- Since:
- 2.0
- Author:
- Iwein Fuld, Josh Long
- 
Field SummaryFields inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactorylogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.commons.net.ftp.FTPClientMethods inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactorygetSession, postProcessClientAfterConnect, postProcessClientBeforeConnect, setBufferSize, setClientMode, setConfig, setConnectTimeout, setControlEncoding, setDataTimeout, setDefaultTimeout, setFileType, setHost, setPassword, setPort, setUsername
- 
Constructor Details- 
DefaultFtpSessionFactorypublic DefaultFtpSessionFactory()
 
- 
- 
Method Details- 
createClientInstanceprotected org.apache.commons.net.ftp.FTPClient createClientInstance()- Specified by:
- createClientInstancein class- AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
 
 
-