| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
WireParselet |
VanillaWireParser.getDefaultConsumer() |
WireParselet<O> |
WireParser.getDefaultConsumer() |
WireParselet<O> |
VanillaWireParser.lookup(CharSequence name) |
WireParselet<O> |
WireParser.lookup(CharSequence name) |
WireParselet<O> |
VanillaWireParser.lookup(int number) |
WireParselet<O> |
WireParser.lookup(int number) |
| Modifier and Type | Method and Description |
|---|---|
VanillaWireParser<O> |
VanillaWireParser.register(WireKey key,
WireParselet<O> valueInConsumer) |
VanillaWireParser<O> |
WireParser.register(WireKey key,
WireParselet<O> valueInConsumer) |
static <O> WireParser<O> |
WireParser.wireParser(WireParselet<O> defaultConsumer) |
| Constructor and Description |
|---|
VanillaWireParser(WireParselet<O> defaultConsumer) |
Copyright © 2016. All rights reserved.