| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentContext
Represents a context that governs the interactions and state management for a document.
|
interface |
ReadDocumentContext
Represents a context for reading documents.
|
interface |
WriteDocumentContext
This is the WriteDocumentContext interface extending DocumentContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryReadDocumentContext
This is the BinaryReadDocumentContext class which implements the ReadDocumentContext interface.
|
class |
BinaryWriteDocumentContext
A context used for writing documents in a binary format.
|
class |
DocumentContextHolder
This is the DocumentContextHolder class which implements both
DocumentContext
and WriteDocumentContext. |
class |
NoDocumentContext
An enumeration implementation of the
DocumentContext interface. |
class |
TextReadDocumentContext
This class represents the context for reading a document in textual format.
|
class |
TextWriteDocumentContext
Provides a concrete implementation of the
WriteDocumentContext for text-based wire representations. |
class |
WrappedDocumentContext
This is the WrappedDocumentContext class which implements the DocumentContext interface.
|
Copyright © 2024. All rights reserved.