Package org.apache.hadoop.hbase.security
Class HBaseSaslRpcClient.WrappedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.hadoop.hbase.security.HBaseSaslRpcClient.WrappedInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- HBaseSaslRpcClient
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
unwrappedRpcBuffer
-
-
Constructor Details
-
WrappedInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
readNextRpcPacket
- Throws:
IOException
-