public class SASLInputStream extends InputStream
| Constructor and Description |
|---|
SASLInputStream(SaslClient sc,
InputStream in) |
SASLInputStream(SaslServer ss,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] inBuf,
int start,
int count) |
mark, markSupported, read, reset, skippublic SASLInputStream(SaslClient sc, InputStream in) throws IOException
IOExceptionpublic SASLInputStream(SaslServer ss, InputStream in) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] inBuf,
int start,
int count)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2019 Terracotta, Inc.. All rights reserved.