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
Fields in org.postgresql.core.v3 declared as PGStreamMethods in org.postgresql.core.v3 that return PGStreamModifier and TypeMethodDescriptionprivate static PGStreamConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private static 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 TypeMethodDescriptionScramAuthenticator.advertisedMechanisms(PGStream stream, ChannelBindingOption channelBinding) private static ISSPIClientConnectionFactoryImpl.createSSPI(PGStream pgStream, String spnServiceClass, boolean enableNegotiate) private static voidConnectionFactoryImpl.doAuthentication(PGStream pgStream, String host, String user, Properties info) private static PGStreamConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private static PGStreamConnectionFactoryImpl.enableSSL(PGStream pgStream, SslMode sslMode, Properties info, int connectTimeout) private static byte[]ScramAuthenticator.getChannelBindingData(PGStream stream, ChannelBindingOption channelBinding) private static com.ongres.scram.client.ScramClientScramAuthenticator.initializeScramClient(char[] password, PGStream stream, Properties info) voidprivate static voidConnectionFactoryImpl.sendStartupPacket(PGStream pgStream, ProtocolVersion protocolVersion, 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) (package private)ScramAuthenticator(char[] password, PGStream pgStream, 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 gssUseDefaultCreds, 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 gssUseDefaultCreds, boolean logServerErrorDetail) GssEncAction(PGStream pgStream, Subject subject, String host, String user, String kerberosServerName, boolean useSpnego, boolean gssUseDefaultCreds, boolean logServerErrorDetail) -
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)