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 PGStream
ConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. tryConnect(java.lang.String user, java.lang.String database, java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode)
-
Uses of SslMode in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as SslMode Modifier and Type Field Description static SslMode[]
SslMode. VALUES
Methods in org.postgresql.jdbc that return SslMode Modifier and Type Method Description static SslMode
SslMode. of(java.util.Properties info)
static SslMode
SslMode. 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 SslMode
LibPQFactory. sslMode
Deprecated.
-