Uses of Class
org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
-
Packages that use SftpFileSystemConfigBuilder.ProxyType Package Description org.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of SftpFileSystemConfigBuilder.ProxyType in org.apache.commons.vfs2.provider.sftp
Fields in org.apache.commons.vfs2.provider.sftp declared as SftpFileSystemConfigBuilder.ProxyType Modifier and Type Field Description static SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder. PROXY_HTTPHTTP Proxy.static SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder. PROXY_SOCKS5SOCKS Proxy.static 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.ProxyType Modifier and Type Method Description SftpFileSystemConfigBuilder.ProxyTypeSftpFileSystemConfigBuilder. 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.ProxyType Modifier and Type Method Description intSftpFileSystemConfigBuilder.ProxyType. compareTo(SftpFileSystemConfigBuilder.ProxyType pType)voidSftpFileSystemConfigBuilder. setProxyType(FileSystemOptions options, SftpFileSystemConfigBuilder.ProxyType proxyType)Sets the proxy type to use for the SFTP connection.
-