| 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 | |
| net.openhft.chronicle.wire.channel.echo.internal | |
| net.openhft.chronicle.wire.channel.impl | |
| net.openhft.chronicle.wire.converter | |
| net.openhft.chronicle.wire.domestic |
This package and any and all sub-packages contains strictly internal classes reserved for Chronicle Software.
|
| net.openhft.chronicle.wire.domestic.extractor | |
| net.openhft.chronicle.wire.domestic.reduction | |
| net.openhft.chronicle.wire.domestic.stream | |
| net.openhft.chronicle.wire.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| net.openhft.chronicle.wire.internal.fieldinfo | |
| net.openhft.chronicle.wire.internal.reduction | |
| net.openhft.chronicle.wire.internal.stream | |
| net.openhft.chronicle.wire.utils |
| Class and Description |
|---|
| AbstractAnyWire
A wire type than can be either
|
| AbstractClassGenerator |
| AbstractClassGenerator.MetaData |
| AbstractCommonMarshallable
Deprecated.
This will become package-private in x.25 use
SelfDescribingMarshallable or BytesInBinaryMarshallable instead |
| AbstractEventCfg |
| AbstractFieldInfo |
| AbstractGeneratedMethodReader
Base class for generated method readers.
|
| AbstractLongConverter
An abstract class that serves as a base implementation for the
LongConverter interface. |
| AbstractMarshallableCfg
An abstract class that represents a configuration Data Transfer Object (DTO) capable of marshalling.
|
| AbstractMethodWriterInvocationHandler |
| AbstractTimestampLongConverter
This abstract class serves as the base for LongConverters that handle timestamp values.
|
| AbstractWire |
| Base128LongConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
| Base256IntConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
| Base32IntConverter
Deprecated.
Use Base32LongConverter
|
| Base32LongConverter
This class is responsible for converting 64-bit unsigned numbers into a base32 representation.
|
| Base40IntConverter
Deprecated.
|
| Base40LongConverter
Deprecated.
|
| Base64LongConverter
This class represents a converter for an unsigned 64-bit number encoded in base64.
|
| Base85IntConverter
Deprecated.
Use Base85LongConverter
|
| Base85LongConverter
Provides a Base85 encoding scheme for converting long values into a string representation.
|
| Base95LongConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
| BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| BinaryWire.BinaryValueIn |
| BinaryWire.FixedBinaryValueOut |
| BinaryWireCode
These are the predefined bytes codes for the Binary YAML wire format.
|
| BinaryWireHighCode
These are the ranges of values to help decode the protocol.
|
| BracketType |
| BytesInBinaryMarshallable
This uses bytes marshallable, non self describing messages by default.
|
| ChronicleBitSet |
| CSVWire
YAML Based wire format
|
| Demarshallable
This is similar to ReadMarshallable however it is expected that
a new potentially immutable object will be created each time.
|
| DocumentContext |
| DocumentContextHolder |
| DocumentWritten |
| DynamicEnum
Either the DynamicEnum must be an Enum or a class with a String name as a field.
|
| Event |
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| FieldInfo
Provides information about a single field of a class or an interface.
|
| FieldNumberParselet |
| GeneratedProxyClass
The purpose of this class is to generate a proxy that will re-use the arg[]
|
| GenerateMethodWriter2.GMWMetaData |
| HeadNumberChecker |
| IdentifierLongConverter
An identifier that acts as a base 66 string of up to 10 characters, or a nanosecond timestamp for dates from 2019-09-14.
|
| IntConverter
Deprecated.
|
| JSONWire
JSON wire format
|
| LongConverter
Provides an abstraction for converting between long values and their string representations,
potentially based on a custom character or symbol set.
|
| LongValueBitSet
This
BitSet is intended to be shared between processes. |
| Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn
Anything you can read marshallable object from.
|
| MarshallableOut
Anything you can write Marshallable objects to.
|
| MarshallableOutBuilder |
| MessageHistory |
| MessagePathClassifier |
| MethodFilterOnFirstArg |
| MethodWireKey |
| MethodWriter |
| MicroTimestampLongConverter
A
MicroTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| MilliTimestampLongConverter
A
MilliTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| NanoTimestampLongConverter
A
NanoTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| NoDocumentContext |
| ObjectIntObjectConsumer |
| QueryWire
This wire decodes URL query strings.
|
| ReadDocumentContext |
| ReadMarshallable
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
| SerializationStrategies |
| SerializationStrategy |
| ServicesTimestampLongConverter
Implementation of
LongConverter for converting timestamps that represent service times. |
| SourceContext |
| TextMethodTester |
| TextWire
YAML Based wire format
|
| TextWire.TextValueIn |
| TriConsumer |
| UnrecoverableTimeoutException |
| Validate |
| ValueIn
Read in data after reading a field.
|
| ValueIn.Reader |
| ValueOut
Write out data after writing a field.
|
| ValueOut.MapMarshaller
This is a kludge and is here so that
WireMarshaller.of(Class) detects this as not a leaf. |
| VanillaMessageHistory |
| VanillaMethodReader |
| VanillaMethodReaderBuilder |
| VanillaMethodWriterBuilder |
| VanillaWireParser
A simple parser to associate actions based on events/field names received.
|
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireCommon |
| WireDumper |
| WireIn
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireIn.HeaderType |
| WireInternal |
| WireKey |
| WireMarshaller |
| WireOut
The defines the standard interface for writing and reading sequentially to/from a Bytes stream
|
| WireOut.EndOfWire |
| WireParselet |
| WireParser
Interface to parseOne arbitrary field-value data.
|
| Wires |
| WireType
A selection of prebuilt wire types.
|
| WrappedDocumentContext |
| WriteDocumentContext |
| WriteMarshallable |
| WriteValue |
| YamlKeys |
| YamlLogging
Class to control whether to log Yaml messages for debugging or documentation.
|
| YamlLogging.YamlLoggingLevel |
| YamlToken |
| YamlWire
YAML Based wire format
|
| YamlWireOut
YAML Based wire format
|
| Class and Description |
|---|
| AbstractCommonMarshallable
Deprecated.
This will become package-private in x.25 use
SelfDescribingMarshallable or BytesInBinaryMarshallable instead |
| DocumentWritten |
| Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn
Anything you can read marshallable object from.
|
| MarshallableOut
Anything you can write Marshallable objects to.
|
| ReadMarshallable
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
| WireOut
The defines the standard interface for writing and reading sequentially to/from a Bytes stream
|
| WriteMarshallable |
| WriteValue |
| Class and Description |
|---|
| AbstractCommonMarshallable
Deprecated.
This will become package-private in x.25 use
SelfDescribingMarshallable or BytesInBinaryMarshallable instead |
| Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
| ReadMarshallable
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
| WriteMarshallable |
| WriteValue |
| Class and Description |
|---|
| DocumentContext |
| DocumentWritten |
| MarshallableIn
Anything you can read marshallable object from.
|
| MarshallableOut
Anything you can write Marshallable objects to.
|
| UnrecoverableTimeoutException |
| Class and Description |
|---|
| DocumentContext |
| DocumentWritten |
| MarshallableIn
Anything you can read marshallable object from.
|
| MarshallableOut
Anything you can write Marshallable objects to.
|
| UnrecoverableTimeoutException |
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireOut
The defines the standard interface for writing and reading sequentially to/from a Bytes stream
|
| Class and Description |
|---|
| LongConversion
Annotation to specify the conversion strategy for a `long` value.
|
| LongConverter
Provides an abstraction for converting between long values and their string representations,
potentially based on a custom character or symbol set.
|
| Class and Description |
|---|
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| MarshallableIn
Anything you can read marshallable object from.
|
| Class and Description |
|---|
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| Class and Description |
|---|
| AbstractCommonMarshallable
Deprecated.
This will become package-private in x.25 use
SelfDescribingMarshallable or BytesInBinaryMarshallable instead |
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn
Anything you can read marshallable object from.
|
| ReadMarshallable
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WriteMarshallable |
| WriteValue |
| Class and Description |
|---|
| MarshallableIn
Anything you can read marshallable object from.
|
| Class and Description |
|---|
| DocumentContext |
| DocumentWritten |
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| MarshallableOut
Anything you can write Marshallable objects to.
|
| MarshallableOutBuilder |
| UnrecoverableTimeoutException |
| Validate |
| WireType
A selection of prebuilt wire types.
|
| Class and Description |
|---|
| AbstractFieldInfo |
| BracketType |
| FieldInfo
Provides information about a single field of a class or an interface.
|
| VanillaFieldInfo
Deprecated.
This class will become internal in the future, use
FieldInfo.createForField(String, Class, BracketType, Field) instead. |
| Class and Description |
|---|
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| MarshallableIn
Anything you can read marshallable object from.
|
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| Class and Description |
|---|
| MarshallableIn
Anything you can read marshallable object from.
|
| Class and Description |
|---|
| VanillaMessageHistory |
| WireOut
The defines the standard interface for writing and reading sequentially to/from a Bytes stream
|
Copyright © 2023. All rights reserved.