Uses of Class
org.postgresql.core.PGStream

Packages that use PGStream
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.gss   
org.postgresql.ssl   
org.postgresql.sspi   
 

Uses of PGStream in org.postgresql.core
 

Methods in org.postgresql.core with parameters of type PGStream
protected  void ConnectionFactory.closeStream(PGStream newStream)
          Safely close the given stream.
 

Uses of PGStream in org.postgresql.core.v2
 

Constructors in org.postgresql.core.v2 with parameters of type PGStream
QueryExecutorImpl(org.postgresql.core.v2.ProtocolConnectionImpl protoConnection, PGStream pgStream, Logger logger)
           
 

Uses of PGStream in org.postgresql.core.v3
 

Constructors in org.postgresql.core.v3 with parameters of type PGStream
QueryExecutorImpl(org.postgresql.core.v3.ProtocolConnectionImpl protoConnection, PGStream pgStream, Properties info, Logger logger)
           
 

Uses of PGStream in org.postgresql.gss
 

Methods in org.postgresql.gss with parameters of type PGStream
static void MakeGSS.authenticate(PGStream pgStream, String host, String user, String password, String jaasApplicationName, String kerberosServerName, Logger logger, boolean useSpnego)
           
 

Uses of PGStream in org.postgresql.ssl
 

Methods in org.postgresql.ssl with parameters of type PGStream
static void MakeSSL.convert(PGStream stream, Properties info, Logger logger)
           
 

Uses of PGStream in org.postgresql.sspi
 

Constructors in org.postgresql.sspi with parameters of type PGStream
SSPIClient(PGStream pgStream, String spnServiceClass, boolean enableNegotiate, Logger logger)
          Instantiate an SSPIClient for authentication of a connection.
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.