private static class GetStatsControl.StringHandler extends AbstractParseHandler<GetStatsControl>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
statName
name of this statistic.
|
| Constructor and Description |
|---|
StringHandler(GetStatsControl control,
java.lang.String name)
Creates a new string handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(DERParser parser,
java.nio.ByteBuffer encoded)
Invoked when a DER path is encountered that belongs to this parse handler.
|
getObjectpublic StringHandler(GetStatsControl control, java.lang.String name)
control - to configurename - of the statisticpublic void handle(DERParser parser, java.nio.ByteBuffer encoded)
ParseHandlerparser - that invoked this handlerencoded - to handle