Java io.vertx.pgclient SslMode fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.pgclient SslMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.pgclient SslMode.

The text is from its open source code.

Field

SslModeVERIFY_CA
only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA).