Uses of Class
org.postgresql.util.internal.PgBufferedOutputStream
-
Packages that use PgBufferedOutputStream Package Description org.postgresql.gss -
-
Uses of PgBufferedOutputStream in org.postgresql.gss
Subclasses of PgBufferedOutputStream in org.postgresql.gss Modifier and Type Class Description classGSSOutputStreamOutput stream that wraps each packed with GSS encryption.Constructors in org.postgresql.gss with parameters of type PgBufferedOutputStream Constructor Description GSSOutputStream(PgBufferedOutputStream out, org.ietf.jgss.GSSContext gssContext, org.ietf.jgss.MessageProp messageProp, int maxTokenSize)Creates GSS output stream.
-