public class JSApiHttpServer
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
JSApiHttpServer.IContractChecker |
|
static interface |
JSApiHttpServer.ISlot1Requestor |
Constructor | Description |
---|---|
JSApiHttpServer(JSApiHttpServerRoutes routes,
JSApiExecOptions execOptions,
JSApiHttpServer.IContractChecker contractChecker,
JSApiHttpServer.ISlot1Requestor slot1Requestor) |
Modifier and Type | Method | Description |
---|---|---|
void |
checkAllContracts() |
|
int |
getListenPort() |
|
void |
stop() |
public JSApiHttpServer(JSApiHttpServerRoutes routes, JSApiExecOptions execOptions, JSApiHttpServer.IContractChecker contractChecker, JSApiHttpServer.ISlot1Requestor slot1Requestor) throws java.lang.Exception
java.lang.Exception