Class FtpClientFactory.FtpConnectionFactory
- java.lang.Object
-
- org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
-
- org.apache.commons.vfs2.provider.ftp.FtpClientFactory.FtpConnectionFactory
-
- Enclosing class:
- FtpClientFactory
public static final class FtpClientFactory.FtpConnectionFactory extends FtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
Connection Factory, used to configure the FTPClient.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.net.ftp.FTPClient
createClient(FileSystemOptions fileSystemOptions)
protected void
setupOpenConnection(org.apache.commons.net.ftp.FTPClient client, FileSystemOptions fileSystemOptions)
-
Methods inherited from class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
createConnection
-
-
-
-
Method Detail
-
createClient
protected org.apache.commons.net.ftp.FTPClient createClient(FileSystemOptions fileSystemOptions)
- Specified by:
createClient
in classFtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
-
setupOpenConnection
protected void setupOpenConnection(org.apache.commons.net.ftp.FTPClient client, FileSystemOptions fileSystemOptions)
- Specified by:
setupOpenConnection
in classFtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
-
-