| 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 |
| 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
Deprecated.
|
| 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
The
ChronicleGatewayMain class represents the primary access point for the Chronicle Gateway. |
| 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
Represents a configuration object for specifying the hostname and port of a target destination.
|
| 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
Deprecated.
|
| 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.
|
Copyright © 2024. All rights reserved.