| 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 |
ChronicleChannelCfg<C extends ChronicleChannelCfg<C>>
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleChannelSupplier
The ChronicleChannelSupplier class is a specialized version of ChronicleChannelCfg,
also implementing the Supplier interface to provide ChronicleChannel instances
based on a specified protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannelCfg<?> |
ChronicleChannel.channelCfg()
Deprecated.
Retrieves the configuration of the channel.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
ReplyingHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg<?> channelCfg) |
ChronicleChannel |
ChannelHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg<?> channelCfg)
Converts the current ChannelHandler to an internal channel using the provided context and channel configuration.
|
static ChronicleChannel |
ChronicleChannel.newChannel(net.openhft.chronicle.wire.channel.impl.SocketRegistry socketRegistry,
ChronicleChannelCfg<?> channelCfg,
ChannelHeader headerOut)
Deprecated.
Creates a new instance of a ChronicleChannel.
|
static ChronicleChannel |
ChronicleChannel.newChannel(net.openhft.chronicle.wire.channel.impl.SocketRegistry socketRegistry,
ChronicleChannelCfg<?> channelCfg,
ChannelHeader headerOut,
Consumer<ChronicleChannel> closeCallback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
EchoHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg<?> channelCfg)
Returns an
EchoChannel as the internal channel for this handler. |
Copyright © 2024. All rights reserved.