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.jre7.sasl org.postgresql.ssl -
-
Uses of PGStream in org.postgresql.core
Fields in org.postgresql.core declared as PGStream Modifier and Type Field Description protected PGStream
QueryExecutorBase. pgStream
Methods in org.postgresql.core with parameters of type PGStream Modifier and Type Method Description protected void
ConnectionFactory. closeStream(PGStream newStream)
Safely close the given stream.Constructors in org.postgresql.core with parameters of type PGStream Constructor Description QueryExecutorBase(PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, java.util.Properties info)
-
Uses of PGStream in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return PGStream Modifier and Type Method Description private PGStream
ConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. tryConnect(java.lang.String user, java.lang.String database, java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode)
Methods in org.postgresql.core.v3 with parameters of type PGStream Modifier and Type Method Description private ISSPIClient
ConnectionFactoryImpl. createSSPI(PGStream pgStream, java.lang.String spnServiceClass, boolean enableNegotiate)
private void
ConnectionFactoryImpl. doAuthentication(PGStream pgStream, java.lang.String host, java.lang.String user, java.util.Properties info)
private PGStream
ConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)
private void
ConnectionFactoryImpl. sendStartupPacket(PGStream pgStream, java.util.List<java.lang.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 PGStream Constructor Description QueryExecutorImpl(PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, 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 PGStream
V3ReplicationProtocol. pgStream
Constructors 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 PGStream
GssAction. pgStream
Methods in org.postgresql.gss with parameters of type PGStream Modifier and Type Method Description static void
MakeGSS. authenticate(PGStream pgStream, java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String jaasApplicationName, java.lang.String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean logServerErrorDetail)
Constructors in org.postgresql.gss with parameters of type PGStream Constructor Description GssAction(PGStream pgStream, org.ietf.jgss.GSSCredential clientCredentials, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
Uses of PGStream in org.postgresql.jre7.sasl
Fields in org.postgresql.jre7.sasl declared as PGStream Modifier and Type Field Description private PGStream
ScramAuthenticator. pgStream
Methods in org.postgresql.jre7.sasl with parameters of type PGStream Modifier and Type Method Description void
ScramAuthenticator.BodySender. sendBody(PGStream pgStream)
Constructors in org.postgresql.jre7.sasl with parameters of type PGStream Constructor Description ScramAuthenticator(java.lang.String user, java.lang.String password, PGStream pgStream)
-
Uses of PGStream in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type PGStream Modifier and Type Method Description static void
MakeSSL. convert(PGStream stream, java.util.Properties info)
private static void
MakeSSL. verifyPeerName(PGStream stream, java.util.Properties info, javax.net.ssl.SSLSocket newConnection)
-