Uses of Class
org.postgresql.core.PGStream
Packages that use PGStream
Package
Description
-
Uses of PGStream in org.postgresql.core
Fields in org.postgresql.core declared as PGStreamMethods in org.postgresql.core with parameters of type PGStreamModifier and TypeMethodDescriptionprotected void
ConnectionFactory.closeStream
(PGStream newStream) Safely close the given stream.void
QueryExecutorCloseAction.sendCloseMessage
(PGStream pgStream) Constructors in org.postgresql.core with parameters of type PGStreamModifierConstructorDescriptionprotected
QueryExecutorBase
(PGStream pgStream, int cancelSignalTimeout, Properties info) QueryExecutorCloseAction
(PGStream pgStream) -
Uses of PGStream in org.postgresql.core.v3
Constructors in org.postgresql.core.v3 with parameters of type PGStreamModifierConstructorDescriptionQueryExecutorImpl
(PGStream pgStream, int cancelSignalTimeout, Properties info) -
Uses of PGStream in org.postgresql.core.v3.replication
Constructors in org.postgresql.core.v3.replication with parameters of type PGStreamModifierConstructorDescriptionV3ReplicationProtocol
(QueryExecutor queryExecutor, PGStream pgStream) -
Uses of PGStream in org.postgresql.gss
Methods in org.postgresql.gss with parameters of type PGStreamModifier and TypeMethodDescriptionstatic void
MakeGSS.authenticate
(boolean encrypted, PGStream pgStream, String host, String user, char[] password, String jaasApplicationName, String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean logServerErrorDetail) Constructors in org.postgresql.gss with parameters of type PGStream -
Uses of PGStream in org.postgresql.jre7.sasl
Constructors in org.postgresql.jre7.sasl with parameters of type PGStreamModifierConstructorDescriptionScramAuthenticator
(String user, String password, PGStream pgStream) -
Uses of PGStream in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type PGStream