| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandler<H extends AbstractHandler<H>>
The AbstractHandler class serves as a foundational template for all types of channel handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorReplyHandler
A specialized
ReplyingHandler designed to manage error responses. |
class |
GatewayHandler
A specialized
ErrorReplyHandler responsible for delegating operations to a Gateway. |
class |
ReplyingHandler<H extends ReplyingHandler<H>>
An abstract handler that provides a mechanism for sending responses in a communication protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoHandler
An implementation of a channel handler that primarily echoes back any incoming data.
|
Copyright © 2023. All rights reserved.