public class SimpleRestJsonSimulator extends BaseSimulator implements org.simpleframework.http.core.Container
| Modifier and Type | Field and Description |
|---|---|
static String |
namesAsAString |
| Constructor and Description |
|---|
SimpleRestJsonSimulator(int port)
The port at which the simulator will run.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getMainRunnerClass() |
void |
handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
getActualContainer, getPort, getSimulatorName, isRunning, restApi, run, setActualContainer, setSimulatorName, start, stoppublic static String namesAsAString
public SimpleRestJsonSimulator(int port)
port - public void handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response)
handle in interface org.simpleframework.http.core.Containerpublic Class getMainRunnerClass()
Copyright © 2016. All Rights Reserved.