Uses of Enum
io.vertx.pgclient.SslNegotiation
Packages that use SslNegotiation
-
Uses of SslNegotiation in io.vertx.pgclient
Subclasses with type arguments of type SslNegotiation in io.vertx.pgclientModifier and TypeClassDescriptionenumSSL negotiation mode for PostgreSQL connections.Fields in io.vertx.pgclient declared as SslNegotiationModifier and TypeFieldDescriptionstatic final SslNegotiationPgConnectOptions.DEFAULT_SSL_NEGOTIATIONstatic final SslNegotiation[]SslNegotiation.VALUESMethods in io.vertx.pgclient that return SslNegotiationModifier and TypeMethodDescriptionPgConnectOptions.getSslNegotiation()static SslNegotiationParse the SSL negotiation mode from a string value.static SslNegotiationReturns the enum constant of this type with the specified name.static SslNegotiation[]SslNegotiation.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 SslNegotiationModifier and TypeMethodDescriptionPgConnectOptions.setSslNegotiation(SslNegotiation sslNegotiation) SetSslNegotiationfor the client, this option controls how SSL/TLS is negotiated with the server.