| Package | Description |
|---|---|
| org.postgresql.core.v3 | |
| org.postgresql.jdbc |
| Modifier and Type | Method and Description |
|---|---|
private PGStream |
ConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream,
GSSEncMode gssEncMode,
java.lang.String host,
java.util.Properties info,
int connectTimeout) |
private PGStream |
ConnectionFactoryImpl.tryConnect(java.util.Properties info,
javax.net.SocketFactory socketFactory,
HostSpec hostSpec,
SslMode sslMode,
GSSEncMode gssEncMode) |
| Modifier and Type | Field and Description |
|---|---|
private static GSSEncMode[] |
GSSEncMode.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static GSSEncMode |
GSSEncMode.of(java.util.Properties info) |
static GSSEncMode |
GSSEncMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GSSEncMode[] |
GSSEncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|