Uses of Class
org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
Packages that use SftpFileSystemConfigBuilder.ProxyType
-
Uses of SftpFileSystemConfigBuilder.ProxyType in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement interfaces with type arguments of type SftpFileSystemConfigBuilder.ProxyTypeModifier and TypeClassDescriptionstatic final classProxy type.Fields in org.apache.commons.vfs2.provider.sftp declared as SftpFileSystemConfigBuilder.ProxyTypeModifier and TypeFieldDescriptionstatic final SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder.PROXY_HTTPHTTP Proxy.static final SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder.PROXY_SOCKS5SOCKS Proxy.static final SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder.PROXY_STREAMConnects to the SFTP server through a remote host reached by SSH.Methods in org.apache.commons.vfs2.provider.sftp that return SftpFileSystemConfigBuilder.ProxyTypeModifier and TypeMethodDescriptionSftpFileSystemConfigBuilder.getProxyType(FileSystemOptions options) Gets the proxy type to use for the SFTP connection.Methods in org.apache.commons.vfs2.provider.sftp with parameters of type SftpFileSystemConfigBuilder.ProxyTypeModifier and TypeMethodDescriptionintSftpFileSystemConfigBuilder.ProxyType.compareTo(SftpFileSystemConfigBuilder.ProxyType pType) voidSftpFileSystemConfigBuilder.setProxyType(FileSystemOptions options, SftpFileSystemConfigBuilder.ProxyType proxyType) Sets the proxy type to use for the SFTP connection.