Package org.apache.hadoop.ipc
Class Client.IpcStreams
java.lang.Object
org.apache.hadoop.ipc.Client.IpcStreams
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- Client
Manages the input and output streams for an IPC connection.
Only exposed for use by SaslRpcClient.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
out
-
-
Method Details
-
readResponse
- Throws:
IOException
-
sendRequest
- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-