java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable@Private
public static class Client.IpcStreams
extends java.lang.Object
implements java.io.Closeable, java.io.Flushable
| Modifier and Type | Field | Description |
|---|---|---|
java.io.DataOutputStream |
out |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
java.nio.ByteBuffer |
readResponse() |
|
void |
sendRequest(byte[] buf) |
public java.nio.ByteBuffer readResponse()
throws java.io.IOException
java.io.IOExceptionpublic void sendRequest(byte[] buf)
throws java.io.IOException
java.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushablejava.io.IOExceptionpublic void close()
close in interface java.lang.AutoCloseableclose in interface java.io.CloseableCopyright © 2008–2025 Apache Software Foundation. All rights reserved.