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 PGStreamQueryExecutorBase.pgStreamprivate PGStreamQueryExecutorCloseAction.pgStreamFields in org.postgresql.core with type parameters of type PGStreamModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<QueryExecutorCloseAction, PGStream> QueryExecutorCloseAction.PG_STREAM_UPDATERMethods in org.postgresql.core with parameters of type PGStreamModifier and TypeMethodDescriptionprotected voidConnectionFactory.closeStream(PGStream newStream) Safely close the given stream.voidQueryExecutorCloseAction.sendCloseMessage(PGStream pgStream) Constructors in org.postgresql.core with parameters of type PGStreamModifierConstructorDescriptionprotectedQueryExecutorBase(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 PGStreamConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStreamConnectionFactoryImpl.enableSSL(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private PGStreamConnectionFactoryImpl.tryConnect(Properties info, SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) Methods in org.postgresql.core.v3 with parameters of type PGStreamModifier and TypeMethodDescriptionprivate ISSPIClientConnectionFactoryImpl.createSSPI(PGStream pgStream, String spnServiceClass, boolean enableNegotiate) private voidConnectionFactoryImpl.doAuthentication(PGStream pgStream, String host, String user, Properties info) private PGStreamConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStreamConnectionFactoryImpl.enableSSL(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private voidConnectionFactoryImpl.sendStartupPacket(PGStream pgStream, List<ConnectionFactoryImpl.StartupParam> params) private static voidSimpleParameterList.streamBytea(PGStream pgStream, ByteStreamWriter writer) private static voidSimpleParameterList.streamBytea(PGStream pgStream, StreamWrapper wrapper) (package private) voidSimpleParameterList.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 PGStreamGssAction.pgStreamprivate final PGStreamGssEncAction.pgStreamMethods in org.postgresql.gss with parameters of type PGStreamModifier and TypeMethodDescriptionstatic voidMakeGSS.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 voidMakeSSL.convert(PGStream stream, Properties info) private static voidMakeSSL.verifyPeerName(PGStream stream, Properties info, SSLSocket newConnection)