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 TypeClassDescriptionclassA 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 FtpClientFtpFileObject.FtpInputStream.clientprivate final FtpClientFtpFileObject.FtpOutputStream.clientFields in org.apache.commons.vfs2.provider.ftp with type parameters of type FtpClientModifier and TypeFieldDescriptionprivate final AtomicReference<FtpClient> FtpFileSystem.idleClientMethods in org.apache.commons.vfs2.provider.ftp that return FtpClientMethods in org.apache.commons.vfs2.provider.ftp with parameters of type FtpClientModifier and TypeMethodDescriptionprivate voidFtpFileSystem.closeConnection(FtpClient client) Cleans up the connection to the server.voidReturns 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)