Uses of Enum Class
ch.astorm.smtp4j.SmtpServerOptions.Protocol
Packages that use SmtpServerOptions.Protocol
-
Uses of SmtpServerOptions.Protocol in ch.astorm.smtp4j
Fields in ch.astorm.smtp4j declared as SmtpServerOptions.ProtocolMethods in ch.astorm.smtp4j that return SmtpServerOptions.ProtocolModifier and TypeMethodDescriptionstatic SmtpServerOptions.ProtocolReturns the enum constant of this class with the specified name.static SmtpServerOptions.Protocol[]SmtpServerOptions.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.astorm.smtp4j with parameters of type SmtpServerOptions.ProtocolModifier and TypeMethodDescriptionSmtpServerBuilder.withProtocol(SmtpServerOptions.Protocol protocol) Defines the protocol to used.