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.jre7.sasl 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(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)
-
Uses of PGStream in org.postgresql.core.v3.replication
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
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, boolean useSpnego, boolean jaasLogin, boolean logServerErrorDetail)
-
Uses of PGStream in org.postgresql.jre7.sasl
Constructors in org.postgresql.jre7.sasl with parameters of type PGStream Constructor Description ScramAuthenticator(java.lang.String user, java.lang.String password, PGStream pgStream)
-
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)
-
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)
Instantiate an SSPIClient for authentication of a connection.
-