Uses of Enum
io.vertx.pgclient.SslMode
Packages that use SslMode
-
Uses of SslMode in io.vertx.pgclient
Subclasses with type arguments of type SslMode in io.vertx.pgclientModifier and TypeClassDescriptionenumThe different values for the sslmode parameter provide different levels of protection.Fields in io.vertx.pgclient declared as SslModeModifier and TypeFieldDescriptionstatic final SslModePgConnectOptions.DEFAULT_SSLMODEstatic final SslMode[]SslMode.VALUESMethods in io.vertx.pgclient that return SslModeModifier and TypeMethodDescriptionPgConnectOptions.getSslMode()static SslModestatic SslModeReturns 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 SslModeModifier and TypeMethodDescriptionPgConnectOptions.setSslMode(SslMode sslmode) SetSslModefor the client, this option can be used to provide different levels of secure protection.