| Package | Description | 
|---|---|
| io.vertx.pgclient | 
| Modifier and Type | Field and Description | 
|---|---|
static SslMode | 
PgConnectOptions.DEFAULT_SSLMODE  | 
static SslMode[] | 
SslMode.VALUES  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PgConnectOptions | 
PgConnectOptions.setSslMode(SslMode sslmode)
Set  
SslMode for the client, this option can be used to provide different levels of secure protection. | 
Copyright © 2020 Eclipse. All rights reserved.