| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.channel |
Provides classes and interfaces for managing Chronicle communication channels and their operations.
|
| net.openhft.chronicle.wire.channel.echo.internal | |
| net.openhft.chronicle.wire.channel.impl | |
| net.openhft.chronicle.wire.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
interface |
WireOut
The defines the standard interface for writing and reading sequentially to/from a Bytes stream
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
class |
AbstractWire |
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
class |
CSVWire
YAML Based wire format
|
class |
HashWire |
class |
JSONWire
JSON wire format
|
class |
QueryWire
This wire decodes URL query strings.
|
class |
RawWire
This format writes just the data, without meta data.
|
class |
ReadAnyWire
A wire type than can be either
|
class |
TextWire
YAML Based wire format
|
class |
YamlWire
YAML Based wire format
|
class |
YamlWireOut<T extends YamlWireOut<T>>
YAML Based wire format
|
| Modifier and Type | Method and Description |
|---|---|
MarshallableOut |
MarshallableOutBuilder.get() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentContext |
GenerateMethodWriter.acquireDocumentContext(boolean metaData,
ThreadLocal<DocumentContextHolder> documentContextTL,
MarshallableOut out) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
VanillaMethodWriterBuilder.marshallableOut(@NotNull MarshallableOut out) |
void |
MethodWriter.marshallableOut(MarshallableOut out) |
| Constructor and Description |
|---|
BinaryMethodWriterInvocationHandler(Class<?> tClass,
boolean metaData,
Supplier<MarshallableOut> marshallableOutSupplier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleChannel
The ChronicleChannel interface encapsulates a communication channel that can process various data types.
|
interface |
InternalChronicleChannel
The InternalChronicleChannel interface extends the ChronicleChannel interface and provides
additional methods that support advanced functionalities within Chronicle Channels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedChronicleChannel |
class |
DelegateChronicleChannel |
class |
TCPChronicleChannel |
class |
WireExchanger |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMarshallableOut |
class |
HTTPMarshallableOut
Equivalent to wget --post-data='{data}' http://{host}:{port}/url...
|
class |
StringConsumerMarshallableOut |
Copyright © 2023. All rights reserved.