Uses of Enum Class
org.frankframework.filesystem.ftp.FtpSession.Prot
Packages that use FtpSession.Prot
-
Uses of FtpSession.Prot in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return FtpSession.ProtModifier and TypeMethodDescriptionstatic FtpSession.ProtReturns the enum constant of this class with the specified name.static FtpSession.Prot[]FtpSession.Prot.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.ProtModifier and TypeMethodDescriptiondefault voidFtpFileSystemDelegator.setProt(FtpSession.Prot prot) voidFtpSession.setProt(FtpSession.Prot prot) Sets theData Channel Protection Level.