Uses of Class
com.github.robtimus.filesystems.ftp.SecurityMode
-
-
Uses of SecurityMode in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return SecurityMode Modifier and Type Method Description static SecurityModeSecurityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityMode[]SecurityMode. 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 SecurityMode Modifier and Type Method Description FTPSEnvironmentFTPSEnvironment. withSecurityMode(SecurityMode securityMode)Stores the security mode to use.
-