static boolean |
WireKey.checkKeys(WireKey[] keys) |
ValueIn |
RawWire.read(WireKey key) |
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 |
QueryWire.read(WireKey key) |
void |
VanillaWireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
void |
WireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
ValueOut |
RawWire.write(WireKey key) |
ValueOut |
TextWire.write(WireKey key) |
ValueOut |
BinaryWire.write(WireKey key) |
ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
ValueOut |
QueryWire.write(WireKey key) |
ValueOut |
RawWire.writeEventName(WireKey key) |
ValueOut |
BinaryWire.writeEventName(WireKey key) |
default ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|