Uses of Class
org.postgresql.jdbc.SslMode
-
Packages that use SslMode Package Description org.postgresql.core.v3 org.postgresql.jdbc org.postgresql.ssl.jdbc4 -
-
Uses of SslMode in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type SslMode Modifier and Type Method Description private PGStreamConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. tryConnect(java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) -
Uses of SslMode in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as SslMode Modifier and Type Field Description static SslMode[]SslMode. VALUESMethods in org.postgresql.jdbc that return SslMode Modifier and Type Method Description static SslModeSslMode. of(java.util.Properties info)static SslModeSslMode. valueOf(java.lang.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. -
Uses of SslMode in org.postgresql.ssl.jdbc4
Fields in org.postgresql.ssl.jdbc4 declared as SslMode Modifier and Type Field Description private SslModeLibPQFactory. sslModeDeprecated.
-