Uses of Enum
io.vertx.ext.mail.StartTLSOptions
Packages that use StartTLSOptions
-
Uses of StartTLSOptions in io.vertx.ext.mail
Subclasses with type arguments of type StartTLSOptions in io.vertx.ext.mailModifier and TypeClassDescriptionenumpossible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIREDFields in io.vertx.ext.mail declared as StartTLSOptionsMethods in io.vertx.ext.mail that return StartTLSOptionsModifier and TypeMethodDescriptionMailConfig.getStarttls()get security (TLS) optionsstatic StartTLSOptionsReturns 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 StartTLSOptionsModifier and TypeMethodDescriptionMailConfig.setStarttls(StartTLSOptions starttls) Set the tls security mode for the connection.Constructors in io.vertx.ext.mail with parameters of type StartTLSOptionsModifierConstructorDescriptionMailConfig(String hostname, int port, StartTLSOptions starttls, LoginOption login) construct a config object with hostname/port and security and login options