public class GSSOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private byte[] |
buffer |
private org.ietf.jgss.GSSContext |
gssContext |
private int |
index |
private byte[] |
int4Buf |
private org.ietf.jgss.MessageProp |
messageProp |
private java.io.OutputStream |
wrapped |
Constructor and Description |
---|
GSSOutputStream(java.io.OutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.MessageProp messageProp,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
private void |
sendInteger4Raw(int val) |
void |
write(byte[] buf) |
void |
write(byte[] b,
int pos,
int len) |
void |
write(int b) |
private final org.ietf.jgss.GSSContext gssContext
private final org.ietf.jgss.MessageProp messageProp
private byte[] buffer
private byte[] int4Buf
private int index
private java.io.OutputStream wrapped
public GSSOutputStream(java.io.OutputStream out, org.ietf.jgss.GSSContext gssContext, org.ietf.jgss.MessageProp messageProp, int bufferSize)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buf) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int pos, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
private void sendInteger4Raw(int val) throws java.io.IOException
java.io.IOException