Uses of Class
com.github.robtimus.filesystems.ftp.DataChannelProtectionLevel
-
-
Uses of DataChannelProtectionLevel in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return DataChannelProtectionLevel Modifier and Type Method Description static DataChannelProtectionLevelDataChannelProtectionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DataChannelProtectionLevel[]DataChannelProtectionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.robtimus.filesystems.ftp with parameters of type DataChannelProtectionLevel Modifier and Type Method Description FTPSEnvironmentFTPSEnvironment. withDataChannelProtectionLevel(DataChannelProtectionLevel dataChannelProtectionLevel)Stores the data channel protection level to use.
-