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 PGStreamQueryExecutorBase. pgStreamMethods in org.postgresql.core with parameters of type PGStream Modifier and Type Method Description protected voidConnectionFactory. closeStream(PGStream newStream)Safely close the given stream.Constructors in org.postgresql.core with parameters of type PGStream Constructor Description PGStream(PGStream pgStream, int timeout)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 PGStreamConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.lang.String user, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. tryConnect(java.lang.String user, java.lang.String database, 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 ISSPIClientConnectionFactoryImpl. createSSPI(PGStream pgStream, java.lang.String spnServiceClass, boolean enableNegotiate)private voidConnectionFactoryImpl. doAuthentication(PGStream pgStream, java.lang.String host, java.lang.String user, java.util.Properties info)private PGStreamConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.lang.String user, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. enableSSL(PGStream pgStream, SslMode sslMode, java.util.Properties info, int connectTimeout)private voidConnectionFactoryImpl. sendStartupPacket(PGStream pgStream, java.util.List<java.lang.String[]> 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, 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 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, 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)GssEncAction(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 PGStreamScramAuthenticator. pgStreamMethods in org.postgresql.jre7.sasl with parameters of type PGStream Modifier and Type Method Description voidScramAuthenticator.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 voidMakeSSL. convert(PGStream stream, java.util.Properties info)private static voidMakeSSL. verifyPeerName(PGStream stream, java.util.Properties info, javax.net.ssl.SSLSocket newConnection)
-