Uses of Class
org.postgresql.core.PGStream
-
Packages that use PGStream Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.gss org.postgresql.ssl org.postgresql.sspi -
-
Uses of PGStream in org.postgresql.core
Fields in org.postgresql.core declared as PGStream Modifier and Type Field Description protected PGStream
QueryExecutorBase. pgStream
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.Constructors in org.postgresql.core with parameters of type PGStream Constructor Description QueryExecutorBase(Logger logger, PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, java.util.Properties info)
-
Uses of PGStream in org.postgresql.core.v3
Constructors in org.postgresql.core.v3 with parameters of type PGStream Constructor Description QueryExecutorImpl(PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, java.util.Properties info, Logger logger)
-
Uses of PGStream in org.postgresql.gss
Methods in org.postgresql.gss with parameters of type PGStream Modifier and Type Method Description static void
MakeGSS. authenticate(PGStream pgStream, java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String jaasApplicationName, java.lang.String kerberosServerName, Logger logger, boolean useSpnego)
-
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, Logger logger)
-
Uses of PGStream in org.postgresql.sspi
Constructors in org.postgresql.sspi with parameters of type PGStream Constructor Description SSPIClient(PGStream pgStream, java.lang.String spnServiceClass, boolean enableNegotiate, Logger logger)
Instantiate an SSPIClient for authentication of a connection.
-