Uses of Enum Class
org.frankframework.filesystem.ftp.FtpSession.FtpType
Packages that use FtpSession.FtpType
-
Uses of FtpSession.FtpType in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return FtpSession.FtpTypeModifier and TypeMethodDescriptionstatic FtpSession.FtpType
Returns the enum constant of this class with the specified name.static FtpSession.FtpType[]
FtpSession.FtpType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.filesystem.ftp with parameters of type FtpSession.FtpTypeModifier and TypeMethodDescriptiondefault void
FtpFileSystemDelegator.setFtpType
(FtpSession.FtpType value) void
FtpSession.setFtpType
(FtpSession.FtpType value) FTP protocol to use