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
Fields in org.apache.commons.vfs2.provider.sftp declared as SftpFileSystemConfigBuilder.ProxyTypeModifier and TypeFieldDescriptionstatic final SftpFileSystemConfigBuilder.ProxyType
SftpFileSystemConfigBuilder.PROXY_HTTP
HTTP Proxy.static final SftpFileSystemConfigBuilder.ProxyType
SftpFileSystemConfigBuilder.PROXY_SOCKS5
SOCKS Proxy.static final 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.ProxyTypeModifier and TypeMethodDescriptionSftpFileSystemConfigBuilder.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.ProxyTypeModifier and TypeMethodDescriptionint
SftpFileSystemConfigBuilder.ProxyType.compareTo
(SftpFileSystemConfigBuilder.ProxyType pType) void
SftpFileSystemConfigBuilder.setProxyType
(FileSystemOptions opts, SftpFileSystemConfigBuilder.ProxyType proxyType) Sets the proxy type to use for the SFTP connection.