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 PGStreamModifier and TypeFieldDescriptionprotected final PGStream
QueryExecutorBase.pgStream
private PGStream
QueryExecutorCloseAction.pgStream
Fields in org.postgresql.core with type parameters of type PGStreamModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<QueryExecutorCloseAction,
PGStream> QueryExecutorCloseAction.PG_STREAM_UPDATER
Methods in org.postgresql.core with parameters of type PGStreamModifier and TypeMethodDescriptionprotected void
ConnectionFactory.closeStream
(PGStream newStream) Safely close the given stream.void
QueryExecutorCloseAction.sendCloseMessage
(PGStream pgStream) Constructors in org.postgresql.core with parameters of type PGStreamModifierConstructorDescriptionprotected
QueryExecutorBase
(PGStream pgStream, int cancelSignalTimeout, Properties info) QueryExecutorCloseAction
(PGStream pgStream) -
Uses of PGStream in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return PGStreamModifier and TypeMethodDescriptionprivate PGStream
ConnectionFactoryImpl.enableGSSEncrypted
(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStream
ConnectionFactoryImpl.enableSSL
(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private PGStream
ConnectionFactoryImpl.tryConnect
(Properties info, SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) 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.enableGSSEncrypted
(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStream
ConnectionFactoryImpl.enableSSL
(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private void
ConnectionFactoryImpl.sendStartupPacket
(PGStream pgStream, List<ConnectionFactoryImpl.StartupParam> 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, 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 PGStreamModifier and TypeFieldDescriptionprivate final PGStream
GssAction.pgStream
private final PGStream
GssEncAction.pgStream
Methods in org.postgresql.gss with parameters of type PGStreamModifier and TypeMethodDescriptionstatic void
MakeGSS.authenticate
(boolean encrypted, PGStream pgStream, String host, String user, char[] password, String jaasApplicationName, String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean logServerErrorDetail) Constructors in org.postgresql.gss with parameters of type PGStreamModifierConstructorDescription(package private)
GssAction
(PGStream pgStream, Subject subject, String host, String user, String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail) GssEncAction
(PGStream pgStream, Subject subject, String host, String user, String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail) -
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)