Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.core.v3.replication | |
org.postgresql.gss | |
org.postgresql.jre7.sasl | |
org.postgresql.ssl |
Modifier and Type | Field and Description |
---|---|
protected PGStream |
QueryExecutorBase.pgStream |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionFactory.closeStream(PGStream newStream)
Safely close the given stream.
|
void |
QueryExecutorCloseAction.sendCloseMessage(PGStream pgStream) |
Constructor and Description |
---|
PGStream(PGStream pgStream,
int timeout) |
QueryExecutorBase(PGStream pgStream,
int cancelSignalTimeout,
java.util.Properties info) |
QueryExecutorCloseAction(PGStream pgStream) |
Constructor and Description |
---|
QueryExecutorImpl(PGStream pgStream,
int cancelSignalTimeout,
java.util.Properties info) |
Constructor and Description |
---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeGSS.authenticate(boolean encrypted,
PGStream pgStream,
java.lang.String host,
java.lang.String user,
char[] password,
java.lang.String jaasApplicationName,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean jaasLogin,
boolean logServerErrorDetail) |
Constructor and Description |
---|
GssEncAction(PGStream pgStream,
javax.security.auth.Subject subject,
java.lang.String host,
java.lang.String user,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean logServerErrorDetail) |
Constructor and Description |
---|
ScramAuthenticator(java.lang.String user,
java.lang.String password,
PGStream pgStream) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSSL.convert(PGStream stream,
java.util.Properties info) |
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.