| Interface | Description |
|---|---|
| ByteableLongArrayValues | |
| DocumentContext |
Created by peter on 24/12/15.
|
| InternalWire |
These methods are for internal use only.
|
| Marshallable |
The implementation of this interface is both readable and writeable as marshallable data.
|
| ParameterizeWireKey |
This WireKey expects paramaters to follow in a marshallable.
|
| ReadingMarshaller<T> |
Created by peter.lawrey on 10/10/2015.
|
| ReadMarshallable | |
| ValueIn |
Read in data after reading a field.
|
| ValueOut |
Write out data after writing a field.
|
| Wire |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireCommon |
Created by peter on 30/06/15.
|
| WireIn |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireKey |
Created by peter.lawrey on 1/10/15.
|
| WireOut |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireParser |
Interface to parse arbitrary field-value data.
|
| WriteMarshallable | |
| WriteValue |
Created by peter on 26/12/15.
|
| WritingMarshaller<T> |
Created by peter.lawrey on 10/10/2015.
|
| Class | Description |
|---|---|
| BinaryIntReference |
This class acts as a Binary 32-bit in values.
|
| BinaryLongArrayReference |
This class acts a Binary array of 64-bit values.
|
| BinaryLongReference | |
| BinaryWire |
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| CSVWire |
YAML Based wire format
|
| JSONWire |
JSON wire format
|
| Main |
Simple, cut down bootstrap for application configuration.
|
| QueryWire |
THis wire decodes URL query strings.
|
| RawWire |
This format writes just the data, without meta data.
|
| ReadDocumentContext |
Created by peter on 24/12/15.
|
| TextLongArrayReference | |
| TextLongReference |
reference to an array fo 32-bit in values in Text wire format.
|
| TextWire |
YAML Based wire format
|
| VanillaWireParser |
A simple parser to associate actions based on events/field names received.
|
| WiredFile<D extends Marshallable> |
Created by peter.lawrey on 21/09/2015.
|
| WireSerializedLambda |
Helper calls to support serialization of lambdas in Wire formats.
|
| WriteDocumentContext |
Created by peter on 24/12/15.
|
| Enum | Description |
|---|---|
| BinaryWireHighCode |
These are the ranges of values to help decode the protocol.
|
| Wires |
Created by peter on 31/08/15.
|
| WireType |
A selection of prebuilt wire types.
|
| YamlLogging |
Class to control whether to log Yaml messages for debugging or documentation.
|
| YamlLogging.YamlLoggingLevel |
Copyright © 2015. All rights reserved.