
public static class JSONResultHandler.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
port
Our port
|
static OptionID |
PORT_ID
Port to use for listening
|
| Constructor and Description |
|---|
JSONResultHandler.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected JSONResultHandler |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID PORT_ID
int port
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected JSONResultHandler makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer