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.FtpTypeReturns 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 voidFtpFileSystemDelegator.setFtpType(FtpSession.FtpType value) voidFtpSession.setFtpType(FtpSession.FtpType value) FTP protocol to use