public interface GridIpcServerEndpoint extends Closeable
| Modifier and Type | Method and Description |
|---|---|
GridIpcEndpoint |
accept()
Accepts client IPC connection.
|
void |
close()
Closes server IPC.
|
String |
getHost()
Gets host endpoint is bound to.
|
int |
getPort()
Gets port endpoint is bound to.
|
boolean |
isManagement()
Indicates if this endpoint is a management endpoint.
|
void |
start()
Starts configured endpoint implementation.
|
GridIpcEndpoint accept() throws GridException
GridException - If accept failed and the endpoint is not usable anymore.void start()
throws GridException
GridException - If failed to start server endpoint.void close()
close in interface AutoCloseableclose in interface Closeableint getPort()
@Nullable String getHost()
null.boolean isManagement()
true if it's a management endpoint.Copyright © 2014. All rights reserved.