
public class JSONResultHandler extends Object implements ResultHandler
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JSONResultHandler.ParameterizerParameterization class | 
| Modifier and Type | Field and Description | 
|---|---|
| private int | portListen port | 
| private JSONWebServer | serverThe actual web server | 
| Constructor and Description | 
|---|
| JSONResultHandler(int port)Constructor. | 
private JSONWebServer server
private int port
public JSONResultHandler(int port)
port - Port to listen onpublic void processNewResult(HierarchicalResult baseResult, Result newResult)
ResultProcessorprocessNewResult in interface ResultProcessorbaseResult - The base of the result tree.newResult - Newly added result subtree.