Package org.globus.gsi.gssapi.net.impl
Class GSIGssInputStream
java.lang.Object
java.io.InputStream
org.globus.gsi.gssapi.net.GssInputStream
org.globus.gsi.gssapi.net.impl.GSIGssInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
private static final int
protected int
Fields inherited from class org.globus.gsi.gssapi.net.GssInputStream
buff, context, in, index
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.globus.gsi.gssapi.net.GssInputStream
available, close, hasData, read, read, read, unwrap
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
MAX_LEN
private static final int MAX_LEN- See Also:
-
header
protected byte[] header -
mode
protected int mode
-
-
Constructor Details
-
GSIGssInputStream
-
-
Method Details
-
readMsg
- Specified by:
readMsg
in classGssInputStream
- Throws:
IOException
-
getWrapMode
public int getWrapMode() -
readHandshakeToken
- Throws:
IOException
-
readToken
- Throws:
IOException
-