public class SunHttpServer extends java.lang.Object implements RpcHttpServer
| Constructor and Description |
|---|
SunHttpServer() |
| 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()
start in interface RpcHttpServerpublic void stop()
stop in interface RpcHttpServer