public class AutumnHttpServer extends java.lang.Object implements RpcHttpServer
| Constructor and Description |
|---|
AutumnHttpServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.lang.String host,
int port,
RpcRequestHandler requestHandler) |
void |
start() |
void |
stop() |
public void configure(java.lang.String host,
int port,
RpcRequestHandler requestHandler)
configure in interface RpcHttpServerpublic void start()
throws java.io.IOException
start in interface RpcHttpServerjava.io.IOExceptionpublic void stop()
stop in interface RpcHttpServer