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.Constructors in org.postgresql.core with parameters of type PGStreamModifierConstructorDescriptionprotected
QueryExecutorBase
(PGStream pgStream, String user, String database, int cancelSignalTimeout, Properties info) -
Uses of PGStream in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return PGStreamModifier and TypeMethodDescriptionprivate PGStream
ConnectionFactoryImpl.enableSSL
(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private PGStream
ConnectionFactoryImpl.tryConnect
(String user, String database, Properties info, SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode) Methods in org.postgresql.core.v3 with parameters of type PGStreamModifier and TypeMethodDescriptionprivate ISSPIClient
ConnectionFactoryImpl.createSSPI
(PGStream pgStream, String spnServiceClass, boolean enableNegotiate) private void
ConnectionFactoryImpl.doAuthentication
(PGStream pgStream, String host, String user, Properties info) private PGStream
ConnectionFactoryImpl.enableSSL
(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private void
ConnectionFactoryImpl.sendStartupPacket
(PGStream pgStream, List<String[]> params) private static void
SimpleParameterList.streamBytea
(PGStream pgStream, ByteStreamWriter writer) private static void
SimpleParameterList.streamBytea
(PGStream pgStream, StreamWrapper wrapper) (package private) void
SimpleParameterList.writeV3Value
(int index, PGStream pgStream) Constructors in org.postgresql.core.v3 with parameters of type PGStreamModifierConstructorDescriptionQueryExecutorImpl
(PGStream pgStream, String user, String database, int cancelSignalTimeout, Properties info) -
Uses of PGStream in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as PGStreamConstructors in org.postgresql.core.v3.replication with parameters of type PGStreamModifierConstructorDescriptionV3ReplicationProtocol
(QueryExecutor queryExecutor, PGStream pgStream) -
Uses of PGStream in org.postgresql.gss
Fields in org.postgresql.gss declared as PGStreamMethods in org.postgresql.gss with parameters of type PGStreamModifier and TypeMethodDescriptionstatic void
MakeGSS.authenticate
(PGStream pgStream, String host, String user, String 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
Fields in org.postgresql.jre7.sasl declared as PGStreamMethods in org.postgresql.jre7.sasl with parameters of type PGStreamConstructors 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 PGStreamModifier and TypeMethodDescriptionstatic void
MakeSSL.convert
(PGStream stream, Properties info) private static void
MakeSSL.verifyPeerName
(PGStream stream, Properties info, SSLSocket newConnection)