org.springframework.integration.ftp
Class DefaultFtpClientFactory
java.lang.Object
org.springframework.integration.ftp.AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>
org.springframework.integration.ftp.DefaultFtpClientFactory
- All Implemented Interfaces:
- FtpClientFactory<org.apache.commons.net.ftp.FTPClient>
public class DefaultFtpClientFactory
- extends AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>
Default implementation of FtpClientFactory.
- Author:
- iwein, Josh Long
Methods inherited from class org.springframework.integration.ftp.AbstractFtpClientFactory |
getClient, onAfterConnect, setClientMode, setClientMode, setConfig, setFileType, setHost, setPassword, setPort, setRemoteWorkingDirectory, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFtpClientFactory
public DefaultFtpClientFactory()
createSingleInstanceOfClient
protected org.apache.commons.net.ftp.FTPClient createSingleInstanceOfClient()
- Specified by:
createSingleInstanceOfClient
in class AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>
Copyright © 2010. All Rights Reserved.