| Package | Description |
|---|---|
| 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 |
| Class and Description |
|---|
| AbstractHandler
The AbstractHandler class serves as a foundational template for all types of channel handlers.
|
| AbstractHeader
The AbstractHeader class serves as a foundational template for all channel header types.
|
| ChannelHandler
This interface represents a channel handler that performs various channel-related operations
such as executing actions within a context, handling responses, and configuring channel settings.
|
| ChannelHeader
ChannelHeader represents the metadata of a
ChronicleChannel. |
| ChronicleChannel
The ChronicleChannel interface encapsulates a communication channel that can process various data types.
|
| ChronicleChannelCfg
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
|
| ChronicleChannelSupplier
The ChronicleChannelSupplier class is a specialized version of ChronicleChannelCfg,
also implementing the Supplier interface to provide ChronicleChannel instances
based on a specified protocol.
|
| ChronicleContext
This class encapsulates the context for a Chronicle channel, including parameters necessary for creating
and managing a channel, such as the socket registry, gateway, and system context.
|
| ChronicleGatewayMain
Represents the entry point for a Chronicle Gateway, which is responsible for accepting
incoming connections and handling requests according to a defined protocol.
|
| ErrorHeader
A specialized type of
AbstractHeader that encapsulates an error message. |
| ErrorReplyHandler
A specialized
ReplyingHandler designed to manage error responses. |
| EventPoller
The EventPoller interface defines a mechanism for polling events on a ChronicleChannel.
|
| HostPortCfg |
| ReplyingHandler
An abstract handler that provides a mechanism for sending responses in a communication protocol.
|
| SystemContext
Encapsulates system-related information into a singleton object, such as:
the number of available processors, host ID, host name, system up time,
user's country and name, and the Java vendor and version.
|
| Class and Description |
|---|
| AbstractHandler
The AbstractHandler class serves as a foundational template for all types of channel handlers.
|
| AbstractHeader
The AbstractHeader class serves as a foundational template for all channel header types.
|
| ChannelHandler
This interface represents a channel handler that performs various channel-related operations
such as executing actions within a context, handling responses, and configuring channel settings.
|
| ChannelHeader
ChannelHeader represents the metadata of a
ChronicleChannel. |
| ChronicleChannel
The ChronicleChannel interface encapsulates a communication channel that can process various data types.
|
| ChronicleChannelCfg
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
|
| ChronicleContext
This class encapsulates the context for a Chronicle channel, including parameters necessary for creating
and managing a channel, such as the socket registry, gateway, and system context.
|
| Class and Description |
|---|
| ChannelHeader
ChannelHeader represents the metadata of a
ChronicleChannel. |
| ChronicleChannel
The ChronicleChannel interface encapsulates a communication channel that can process various data types.
|
| ChronicleChannelCfg
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
|
| Class and Description |
|---|
| ChannelHeader
ChannelHeader represents the metadata of a
ChronicleChannel. |
| ChronicleChannel
The ChronicleChannel interface encapsulates a communication channel that can process various data types.
|
| ChronicleChannelCfg
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
|
| EventPoller
The EventPoller interface defines a mechanism for polling events on a ChronicleChannel.
|
| InternalChronicleChannel
The InternalChronicleChannel interface extends the ChronicleChannel interface and provides
additional methods that support advanced functionalities within Chronicle Channels.
|
| SystemContext
Encapsulates system-related information into a singleton object, such as:
the number of available processors, host ID, host name, system up time,
user's country and name, and the Java vendor and version.
|
Copyright © 2023. All rights reserved.