Uses of Interface
org.apache.commons.vfs2.provider.ftp.FtpClient
Packages that use FtpClient
-
Uses of FtpClient in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement FtpClientModifier and TypeClassDescriptionclass
A wrapper to the FTPClient to allow automatic reconnect on connection loss.Fields in org.apache.commons.vfs2.provider.ftp declared as FtpClientModifier and TypeFieldDescriptionprivate final FtpClient
FtpFileObject.FtpInputStream.client
private final FtpClient
FtpFileObject.FtpOutputStream.client
Fields in org.apache.commons.vfs2.provider.ftp with type parameters of type FtpClientModifier and TypeFieldDescriptionprivate final AtomicReference
<FtpClient> FtpFileSystem.idleClient
Methods in org.apache.commons.vfs2.provider.ftp that return FtpClientMethods in org.apache.commons.vfs2.provider.ftp with parameters of type FtpClientModifier and TypeMethodDescriptionprivate void
FtpFileSystem.closeConnection
(FtpClient client) Cleans up the connection to the server.void
Returns an FTP client after use.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type FtpClientModifierConstructorDescriptionFtpFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) FtpInputStream
(FtpClient client, InputStream in) FtpInputStream
(FtpClient client, InputStream in, int bufferSize) FtpOutputStream
(FtpClient client, OutputStream outstr)