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.ProxyType
SftpFileSystemConfigBuilder. PROXY_HTTP
HTTP Proxy.static SftpFileSystemConfigBuilder.ProxyType
SftpFileSystemConfigBuilder. PROXY_SOCKS5
SOCKS Proxy.static SftpFileSystemConfigBuilder.ProxyType
SftpFileSystemConfigBuilder. PROXY_STREAM
Connects 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.ProxyType
SftpFileSystemConfigBuilder. getProxyType(FileSystemOptions opts)
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 int
SftpFileSystemConfigBuilder.ProxyType. compareTo(SftpFileSystemConfigBuilder.ProxyType pType)
void
SftpFileSystemConfigBuilder. setProxyType(FileSystemOptions opts, SftpFileSystemConfigBuilder.ProxyType proxyType)
Sets the proxy type to use for the SFTP connection.
-