| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.set |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterizeWireKey
Created by Rob Austin
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreFields
Created by Rob Austin
|
| Modifier and Type | Field and Description |
|---|---|
static WireKey |
WireParser.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WireKey.checkKeys(WireKey[] keys) |
ValueIn |
TextWire.read(WireKey key) |
ValueIn |
BinaryWire.read(WireKey key) |
ValueIn |
WireIn.read(WireKey key)
Read the field if present which must match the WireKey.
|
ValueIn |
RawWire.read(WireKey key) |
void |
WireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
void |
VanillaWireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
ValueOut |
TextWire.write(WireKey key) |
ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
ValueOut |
BinaryWire.write(WireKey key) |
ValueOut |
RawWire.write(WireKey key) |
default ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
ValueOut |
BinaryWire.writeEventName(WireKey key) |
ValueOut |
RawWire.writeEventName(WireKey key) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SetWireHandler.Params |
static class |
SetWireHandler.SetEventId |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
SetWireHandler.SetEventId.params() |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
SetWireHandler.SetEventId.params() |
Copyright © 2015. All rights reserved.