Uses of Class
org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel

Packages that use FtpsDataChannelProtectionLevel
org.apache.commons.vfs2.provider.ftps The FTPS File Provider. 
 

Uses of FtpsDataChannelProtectionLevel in org.apache.commons.vfs2.provider.ftps
 

Methods in org.apache.commons.vfs2.provider.ftps that return FtpsDataChannelProtectionLevel
 FtpsDataChannelProtectionLevel FtpsFileSystemConfigBuilder.getDataChannelProtectionLevel(FileSystemOptions opts)
           
static FtpsDataChannelProtectionLevel FtpsDataChannelProtectionLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FtpsDataChannelProtectionLevel[] FtpsDataChannelProtectionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.commons.vfs2.provider.ftps with parameters of type FtpsDataChannelProtectionLevel
 void FtpsFileSystemConfigBuilder.setDataChannelProtectionLevel(FileSystemOptions opts, FtpsDataChannelProtectionLevel prot)
           
 



Copyright © 2002–2015 WSO2. All rights reserved.