Uses of Enum
io.vertx.mysqlclient.SslMode
Packages that use SslMode
-
Uses of SslMode in io.vertx.mysqlclient
Subclasses with type arguments of type SslMode in io.vertx.mysqlclientModifier and TypeClassDescriptionenumThis parameter specifies the desired security state of the connection to the server.Fields in io.vertx.mysqlclient declared as SslModeModifier and TypeFieldDescriptionstatic final SslModeMySQLConnectOptions.DEFAULT_SSL_MODEstatic final SslMode[]SslMode.VALUESMethods in io.vertx.mysqlclient that return SslModeModifier and TypeMethodDescriptionMySQLConnectOptions.getSslMode()Get the value of the configured SSL mode.static SslModestatic SslModeReturns the enum constant of this type with the specified name.static SslMode[]SslMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.mysqlclient with parameters of type SslModeModifier and TypeMethodDescriptionMySQLConnectOptions.setSslMode(SslMode sslMode) Set theSslModefor the client, this option can be used to specify the desired security state of the connection to the server.