org.springframework.integration.ftp.session
Class DefaultFtpSessionFactory

java.lang.Object
  extended by org.springframework.integration.ftp.session.AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
      extended by org.springframework.integration.ftp.session.DefaultFtpSessionFactory
All Implemented Interfaces:
SessionFactory

public class DefaultFtpSessionFactory
extends AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>

Default implementation of FTP SessionFactory.

Since:
2.0

Field Summary
 
Fields inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactory
bufferSize, clientMode, config, DEFAULT_REMOTE_WORKING_DIRECTORY, fileType, host, password, port, username
 
Constructor Summary
DefaultFtpSessionFactory()
           
 
Method Summary
protected  org.apache.commons.net.ftp.FTPClient createClientInstance()
           
 
Methods inherited from class org.springframework.integration.ftp.session.AbstractFtpSessionFactory
getSession, postProcessClientAfterConnect, postProcessClientBeforeConnect, setBufferSize, setClientMode, setConfig, setFileType, setHost, setPassword, setPort, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFtpSessionFactory

public DefaultFtpSessionFactory()
Method Detail

createClientInstance

protected org.apache.commons.net.ftp.FTPClient createClientInstance()
Specified by:
createClientInstance in class AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>