Uses of Class
org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder.ProxyType

Packages that use SftpFileSystemConfigBuilder.ProxyType
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
 

Uses of SftpFileSystemConfigBuilder.ProxyType in org.apache.commons.vfs.provider.sftp
 

Fields in org.apache.commons.vfs.provider.sftp declared as SftpFileSystemConfigBuilder.ProxyType
static SftpFileSystemConfigBuilder.ProxyType SftpFileSystemConfigBuilder.PROXY_HTTP
           
static SftpFileSystemConfigBuilder.ProxyType SftpFileSystemConfigBuilder.PROXY_SOCKS5
           
 

Methods in org.apache.commons.vfs.provider.sftp that return SftpFileSystemConfigBuilder.ProxyType
 SftpFileSystemConfigBuilder.ProxyType SftpFileSystemConfigBuilder.getProxyType(FileSystemOptions opts)
          Get the proxy type to use for sftp connection.
 

Methods in org.apache.commons.vfs.provider.sftp with parameters of type SftpFileSystemConfigBuilder.ProxyType
 void SftpFileSystemConfigBuilder.setProxyType(FileSystemOptions opts, SftpFileSystemConfigBuilder.ProxyType proxyType)
          Set the proxy type to use for sftp connection.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.