public class JettyStubHttpServer extends Object implements StubHttpServer
| Constructor and Description |
|---|
JettyStubHttpServer() |
JettyStubHttpServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
void |
registerRequestManager(RequestManager ruleProvider) |
void |
start() |
void |
stop() |
public JettyStubHttpServer()
public JettyStubHttpServer(int port)
public void registerRequestManager(RequestManager ruleProvider)
registerRequestManager in interface StubHttpServerpublic void start()
throws Exception
start in interface StubHttpServerExceptionpublic void stop()
throws Exception
stop in interface StubHttpServerExceptionpublic int getPort()
getPort in interface StubHttpServerCopyright © 2015. All Rights Reserved.