Package | Description |
---|---|
io.vertx.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static SslMode |
MySQLConnectOptions.DEFAULT_SSL_MODE |
static SslMode[] |
SslMode.VALUES |
Modifier and Type | Method and Description |
---|---|
SslMode |
MySQLConnectOptions.getSslMode()
Get the value of the configured SSL mode.
|
static SslMode |
SslMode.of(String value) |
static SslMode |
SslMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setSslMode(SslMode sslMode)
Set the
SslMode for the client, this option can be used to specify the desired security state of the connection to the server. |
Copyright © 2021 Eclipse. All rights reserved.