Uses of Class
org.postgresql.core.PGStream
-
Packages that use PGStream Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.core.v3.replication org.postgresql.gss org.postgresql.ssl -
-
Uses of PGStream in org.postgresql.core
Fields in org.postgresql.core declared as PGStream Modifier and Type Field Description protected PGStreamQueryExecutorBase. pgStreamprivate PGStreamQueryExecutorCloseAction. pgStreamFields in org.postgresql.core with type parameters of type PGStream Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<QueryExecutorCloseAction,PGStream>QueryExecutorCloseAction. PG_STREAM_UPDATERMethods in org.postgresql.core with parameters of type PGStream Modifier and Type Method Description protected voidConnectionFactory. closeStream(PGStream newStream)Safely close the given stream.voidQueryExecutorCloseAction. sendCloseMessage(PGStream pgStream)Constructors in org.postgresql.core with parameters of type PGStream Constructor Description PGStream(PGStream pgStream, int timeout)QueryExecutorBase(PGStream pgStream, int cancelSignalTimeout, java.util.Properties info)QueryExecutorCloseAction(PGStream pgStream) -
Uses of PGStream in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as PGStream Modifier and Type Field Description private PGStreamScramAuthenticator. pgStreamMethods in org.postgresql.core.v3 that return PGStream Modifier and Type Method Description private static PGStreamConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)private static PGStreamConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. tryConnect(java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode)Methods in org.postgresql.core.v3 with parameters of type PGStream Modifier and Type Method Description private static java.util.List<java.lang.String>ScramAuthenticator. advertisedMechanisms(PGStream stream, ChannelBindingOption channelBinding)private static ISSPIClientConnectionFactoryImpl. createSSPI(PGStream pgStream, java.lang.String spnServiceClass, boolean enableNegotiate)private static voidConnectionFactoryImpl. doAuthentication(PGStream pgStream, java.lang.String host, java.lang.String user, java.util.Properties info)private static PGStreamConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)private static PGStreamConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.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, java.util.Properties info)voidScramAuthenticator.BodySender. sendBody(PGStream pgStream)private static voidConnectionFactoryImpl. sendStartupPacket(PGStream pgStream, ProtocolVersion protocolVersion, java.util.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 PGStream Constructor Description QueryExecutorImpl(PGStream pgStream, int cancelSignalTimeout, java.util.Properties info)ScramAuthenticator(char[] password, PGStream pgStream, java.util.Properties info) -
Uses of PGStream in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as PGStream Modifier and Type Field Description private PGStreamV3ReplicationProtocol. pgStreamConstructors in org.postgresql.core.v3.replication with parameters of type PGStream Constructor Description V3ReplicationProtocol(QueryExecutor queryExecutor, PGStream pgStream) -
Uses of PGStream in org.postgresql.gss
Fields in org.postgresql.gss declared as PGStream Modifier and Type Field Description private PGStreamGssAction. pgStreamprivate PGStreamGssEncAction. pgStreamMethods in org.postgresql.gss with parameters of type PGStream Modifier and Type Method Description static voidMakeGSS. authenticate(boolean encrypted, PGStream pgStream, java.lang.String host, java.lang.String user, char[] password, java.lang.String jaasApplicationName, java.lang.String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean gssUseDefaultCreds, boolean logServerErrorDetail)Constructors in org.postgresql.gss with parameters of type PGStream Constructor Description GssAction(PGStream pgStream, javax.security.auth.Subject subject, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean gssUseDefaultCreds, boolean logServerErrorDetail)GssEncAction(PGStream pgStream, javax.security.auth.Subject subject, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean gssUseDefaultCreds, boolean logServerErrorDetail) -
Uses of PGStream in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type PGStream Modifier and Type Method Description static voidMakeSSL. convert(PGStream stream, java.util.Properties info)private static voidMakeSSL. verifyPeerName(PGStream stream, java.util.Properties info, javax.net.ssl.SSLSocket newConnection)
-