public interface RpcHttpServer
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.lang.String host,
int port,
RpcRequestHandler requestHandler) |
void |
start() |
void |
stop() |
void configure(java.lang.String host,
int port,
RpcRequestHandler requestHandler)
void start()
throws java.io.IOException
java.io.IOExceptionvoid stop() throws java.io.IOException
java.io.IOException