public class SASLOutputStream extends OutputStream
| Constructor and Description |
|---|
SASLOutputStream(SaslClient sc,
OutputStream out) |
SASLOutputStream(SaslServer ss,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] buffer,
int offset,
int total) |
void |
write(int b) |
flush, writepublic SASLOutputStream(SaslClient sc, OutputStream out) throws IOException
IOExceptionpublic SASLOutputStream(SaslServer ss, OutputStream out) throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer,
int offset,
int total)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2019 Terracotta, Inc.. All rights reserved.