Uses of Class
org.postgresql.jdbc.SslNegotiation
-
Packages that use SslNegotiation Package Description org.postgresql.jdbc -
-
Uses of SslNegotiation in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return SslNegotiation Modifier and Type Method Description static SslNegotiationSslNegotiation. of(java.lang.String mode)static SslNegotiationSslNegotiation. valueOf(java.lang.String name)Returns 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.
-