Closeable
, AutoCloseable
public class GSIGssInputStream extends GssInputStream
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
header |
|
protected int |
mode |
buff, context, in, index
Constructor | Description |
---|---|
GSIGssInputStream(InputStream in,
GSSContext context) |
Modifier and Type | Method | Description |
---|---|---|
int |
getWrapMode() |
|
byte[] |
readHandshakeToken() |
|
protected void |
readMsg() |
|
protected byte[] |
readToken() |
available, close, hasData, read, read, read, unwrap
mark, markSupported, readAllBytes, readNBytes, reset, skip, transferTo
public GSIGssInputStream(InputStream in, GSSContext context)
protected void readMsg() throws IOException
readMsg
in class GssInputStream
IOException
public int getWrapMode()
public byte[] readHandshakeToken() throws IOException
IOException
protected byte[] readToken() throws IOException
IOException
Copyright © 2018. All rights reserved.