public class GSSOutputStream extends PgBufferedOutputStream
buf, count| Constructor and Description |
|---|
GSSOutputStream(PgBufferedOutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.MessageProp messageProp,
int maxTokenSize)
Creates GSS output stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
flushBuffer() |
void |
write(byte[] b,
int off,
int len) |
flush, write, write, writeInt2, writeInt4, writeZerospublic GSSOutputStream(PgBufferedOutputStream out, org.ietf.jgss.GSSContext gssContext, org.ietf.jgss.MessageProp messageProp, int maxTokenSize) throws org.ietf.jgss.GSSException
out - output stream for the encrypted datagssContext - gss contextmessageProp - message propertiesmaxTokenSize - maximum length of the encrypted messagesorg.ietf.jgss.GSSExceptionprotected void flushBuffer()
throws java.io.IOException
flushBuffer in class PgBufferedOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class PgBufferedOutputStreamjava.io.IOExceptionCopyright © 2025 PostgreSQL Global Development Group. All rights reserved.