Uses of Class
io.vertx.ext.mail.StartTLSOptions
-
Packages that use StartTLSOptions Package Description io.vertx.ext.mail -
-
Uses of StartTLSOptions in io.vertx.ext.mail
Fields in io.vertx.ext.mail declared as StartTLSOptions Modifier and Type Field Description static StartTLSOptions
MailConfig. DEFAULT_TLS
Methods in io.vertx.ext.mail that return StartTLSOptions Modifier and Type Method Description StartTLSOptions
MailConfig. getStarttls()
get security (TLS) optionsstatic StartTLSOptions
StartTLSOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static StartTLSOptions[]
StartTLSOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.mail with parameters of type StartTLSOptions Modifier and Type Method Description MailConfig
MailConfig. setStarttls(StartTLSOptions starttls)
Set the tls security mode for the connection.Constructors in io.vertx.ext.mail with parameters of type StartTLSOptions Constructor Description MailConfig(String hostname, int port, StartTLSOptions starttls, LoginOption login)
construct a config object with hostname/port and security and login options
-