Uses of Class
org.postgresql.util.internal.PgBufferedOutputStream
Packages that use PgBufferedOutputStream
-
Uses of PgBufferedOutputStream in org.postgresql.gss
Subclasses of PgBufferedOutputStream in org.postgresql.gssModifier and TypeClassDescriptionclass
Output stream that wraps each packed with GSS encryption.Constructors in org.postgresql.gss with parameters of type PgBufferedOutputStreamModifierConstructorDescriptionGSSOutputStream
(PgBufferedOutputStream out, GSSContext gssContext, MessageProp messageProp, int maxTokenSize) Creates GSS output stream.