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.Prot
Returns 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 void
FtpFileSystemDelegator.setProt
(FtpSession.Prot prot) void
FtpSession.setProt
(FtpSession.Prot prot) Sets theData Channel Protection Level
.