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 SecurityMode
SecurityMode. 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 FTPSEnvironment
FTPSEnvironment. withSecurityMode(SecurityMode securityMode)
Stores the security mode to use.
-