Uses of Class
org.postgresql.core.PGStream
-
Packages that use PGStream Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.core.v3.replication org.postgresql.gss org.postgresql.ssl -
-
Uses of PGStream in org.postgresql.core
Fields in org.postgresql.core declared as PGStream Modifier and Type Field Description protected PGStream
QueryExecutorBase. pgStream
private PGStream
QueryExecutorCloseAction. pgStream
Fields in org.postgresql.core with type parameters of type PGStream Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<QueryExecutorCloseAction,PGStream>
QueryExecutorCloseAction. PG_STREAM_UPDATER
Methods in org.postgresql.core with parameters of type PGStream Modifier and Type Method Description protected void
ConnectionFactory. closeStream(PGStream newStream)
Safely close the given stream.void
QueryExecutorCloseAction. sendCloseMessage(PGStream pgStream)
Constructors in org.postgresql.core with parameters of type PGStream Constructor Description PGStream(PGStream pgStream, int timeout)
QueryExecutorBase(PGStream pgStream, int cancelSignalTimeout, java.util.Properties info)
QueryExecutorCloseAction(PGStream pgStream)
-
Uses of PGStream in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as PGStream Modifier and Type Field Description private PGStream
ScramAuthenticator. pgStream
Methods in org.postgresql.core.v3 that return PGStream Modifier and Type Method Description private PGStream
ConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. tryConnect(java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode)
Methods in org.postgresql.core.v3 with parameters of type PGStream Modifier and Type Method Description private static java.util.List<java.lang.String>
ScramAuthenticator. advertisedMechanisms(PGStream stream, ChannelBindingOption channelBinding)
private ISSPIClient
ConnectionFactoryImpl. createSSPI(PGStream pgStream, java.lang.String spnServiceClass, boolean enableNegotiate)
private void
ConnectionFactoryImpl. doAuthentication(PGStream pgStream, java.lang.String host, java.lang.String user, java.util.Properties info)
private PGStream
ConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)
private static byte[]
ScramAuthenticator. getChannelBindingData(PGStream stream, ChannelBindingOption channelBinding)
private static com.ongres.scram.client.ScramClient
ScramAuthenticator. initializeScramClient(char[] password, PGStream stream, java.util.Properties info)
void
ScramAuthenticator.BodySender. sendBody(PGStream pgStream)
private void
ConnectionFactoryImpl. sendStartupPacket(PGStream pgStream, java.util.List<ConnectionFactoryImpl.StartupParam> params)
private static void
SimpleParameterList. streamBytea(PGStream pgStream, ByteStreamWriter writer)
private static void
SimpleParameterList. streamBytea(PGStream pgStream, StreamWrapper wrapper)
(package private) void
SimpleParameterList. writeV3Value(int index, PGStream pgStream)
Constructors in org.postgresql.core.v3 with parameters of type PGStream Constructor Description QueryExecutorImpl(PGStream pgStream, int cancelSignalTimeout, java.util.Properties info)
ScramAuthenticator(char[] password, PGStream pgStream, java.util.Properties info)
-
Uses of PGStream in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as PGStream Modifier and Type Field Description private PGStream
V3ReplicationProtocol. pgStream
Constructors in org.postgresql.core.v3.replication with parameters of type PGStream Constructor Description V3ReplicationProtocol(QueryExecutor queryExecutor, PGStream pgStream)
-
Uses of PGStream in org.postgresql.gss
Fields in org.postgresql.gss declared as PGStream Modifier and Type Field Description private PGStream
GssAction. pgStream
private PGStream
GssEncAction. pgStream
Methods in org.postgresql.gss with parameters of type PGStream Modifier and Type Method 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 gssUseDefaultCreds, boolean logServerErrorDetail)
Constructors in org.postgresql.gss with parameters of type PGStream Constructor Description GssAction(PGStream pgStream, javax.security.auth.Subject subject, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean gssUseDefaultCreds, boolean logServerErrorDetail)
GssEncAction(PGStream pgStream, javax.security.auth.Subject subject, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean gssUseDefaultCreds, boolean logServerErrorDetail)
-
Uses of PGStream in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type PGStream Modifier and Type Method Description static void
MakeSSL. convert(PGStream stream, java.util.Properties info)
private static void
MakeSSL. verifyPeerName(PGStream stream, java.util.Properties info, javax.net.ssl.SSLSocket newConnection)
-