public class SaslOutputStream
extends java.io.FilterOutputStream
out| Constructor and Description |
|---|
SaslOutputStream (javax.security.sasl.SaslClient sasl,
java.io.OutputStream out)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write (byte[] bytes) |
void |
write (byte[] bytes,
int off,
int len)
Block write.
|
void |
write (int c)
Character write.
|
close, flushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SaslOutputStream(javax.security.sasl.SaslClient sasl, java.io.OutputStream out)
sasl - the SASL clientout - the target output streampublic void write(int c) throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] bytes) throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] bytes, int off, int len) throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOException