public interface IpcEndpoint extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes endpoint.
|
InputStream |
inputStream()
Gets input stream associated with this IPC endpoint.
|
OutputStream |
outputStream()
Gets output stream associated with this IPC endpoint.
|
InputStream inputStream() throws IgniteCheckedException
IgniteCheckedException - If error occurred.OutputStream outputStream() throws IgniteCheckedException
IgniteCheckedException - If error occurred.void close()
close in interface AutoCloseableclose in interface Closeable
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018