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 voidConnectionFactory.closeStream(PGStream newStream) Safely close the given stream.voidQueryExecutorCloseAction.sendCloseMessage(PGStream pgStream) Constructors in org.postgresql.core with parameters of type PGStreamModifierConstructorDescriptionprotectedQueryExecutorBase(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 voidMakeGSS.authenticate(boolean encrypted, PGStream pgStream, String host, String user, char[] password, String jaasApplicationName, String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean gssUseDefaultCreds, boolean logServerErrorDetail) Constructors in org.postgresql.gss with parameters of type PGStream -
Uses of PGStream in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type PGStream