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 Summary
Fields inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactory
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.net.ftp.FTPClient
Methods inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactory
getSession, postProcessClientAfterConnect, postProcessClientBeforeConnect, setBufferSize, setClientMode, setConfig, setConnectTimeout, setControlEncoding, setDataTimeout, setDefaultTimeout, setFileType, setHost, setPassword, setPort, setUsername
-
Constructor Details
-
DefaultFtpSessionFactory
public DefaultFtpSessionFactory()
-
-
Method Details
-
createClientInstance
protected org.apache.commons.net.ftp.FTPClient createClientInstance()- Specified by:
createClientInstance
in classAbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
-