Uses of Class
org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
-
Packages that use FtpsDataChannelProtectionLevel Package Description 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 Modifier and Type Method Description FtpsDataChannelProtectionLevelFtpsFileSystemConfigBuilder. getDataChannelProtectionLevel(FileSystemOptions opts)Gets the data channel protection level (PROT).static FtpsDataChannelProtectionLevelFtpsDataChannelProtectionLevel. valueOf(java.lang.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 Modifier and Type Method Description voidFtpsFileSystemConfigBuilder. setDataChannelProtectionLevel(FileSystemOptions opts, FtpsDataChannelProtectionLevel prot)Sets the data channel protection level (PROT).
-