Starts the RPC server by binding to the configured bind address and port (blocking).
()
| 55 | |
| 56 | /** Starts the RPC server by binding to the configured bind address and port (blocking). */ |
| 57 | void start() throws IOException; |
| 58 | |
| 59 | /** |
| 60 | * Gets the bind address of the RPC server. If maybe different from the configured endpoints. |
no outgoing calls