Uses of Class
io.vertx.pgclient.SslMode
-
Packages that use SslMode Package Description io.vertx.pgclient -
-
Uses of SslMode in io.vertx.pgclient
Fields in io.vertx.pgclient declared as SslMode Modifier and Type Field Description static SslMode
PgConnectOptions. DEFAULT_SSLMODE
static SslMode[]
SslMode. VALUES
Methods in io.vertx.pgclient that return SslMode Modifier and Type Method Description SslMode
PgConnectOptions. getSslMode()
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.Methods in io.vertx.pgclient with parameters of type SslMode Modifier and Type Method Description PgConnectOptions
PgConnectOptions. setSslMode(SslMode sslmode)
SetSslMode
for the client, this option can be used to provide different levels of secure protection.
-