Uses of Enum
org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
Packages that use FtpsDataChannelProtectionLevel
-
Uses of FtpsDataChannelProtectionLevel in org.apache.commons.vfs2.provider.ftps
Methods in org.apache.commons.vfs2.provider.ftps that return FtpsDataChannelProtectionLevelModifier and TypeMethodDescriptionFtpsFileSystemConfigBuilder.getDataChannelProtectionLevel
(FileSystemOptions opts) Gets the data channel protection level (PROT).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 FtpsDataChannelProtectionLevelModifier and TypeMethodDescriptionvoid
FtpsFileSystemConfigBuilder.setDataChannelProtectionLevel
(FileSystemOptions opts, FtpsDataChannelProtectionLevel prot) Sets the data channel protection level (PROT).