public interface GridIpcEndpoint 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 GridException
GridException - If error occurred.OutputStream outputStream() throws GridException
GridException - If error occurred.void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2014. All rights reserved.