| 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 |
| 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<C> |
ChronicleChannelCfg.addHostnamePort(String hostname,
int port)
Adds a hostname and port to the set of host ports.
|
ChronicleChannelCfg |
ChronicleChannel.channelCfg()
Retrieves the configuration of the channel.
|
ChronicleChannelCfg<C> |
ChronicleChannelCfg.initiator(boolean initiator)
Sets the initiator flag.
|
| 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(SocketRegistry socketRegistry,
ChronicleChannelCfg channelCfg,
ChannelHeader headerOut)
Creates a new instance of a ChronicleChannel.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
EchoHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg)
Returns an
EchoChannel as the internal channel for this handler. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannelCfg |
EchoChannel.channelCfg() |
| Constructor and Description |
|---|
EchoChannel(ChronicleChannelCfg channelCfg) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannelCfg |
DelegateChronicleChannel.channelCfg() |
ChronicleChannelCfg |
TCPChronicleChannel.channelCfg() |
ChronicleChannelCfg |
TCPChronicleChannel.connectionCfg() |
| Modifier and Type | Method and Description |
|---|---|
static ChronicleChannel |
ChronicleChannelUtils.newChannel(SocketRegistry socketRegistry,
ChronicleChannelCfg channelCfg,
ChannelHeader headerOut) |
| Constructor and Description |
|---|
TCPChronicleChannel(ChronicleChannelCfg channelCfg,
ChannelHeader headerOut,
SocketRegistry socketRegistry)
Initiator constructor
|
TCPChronicleChannel(SystemContext systemContext,
ChronicleChannelCfg channelCfg,
SocketChannel sc,
Function<ChannelHeader,ChannelHeader> replaceInHeader,
Function<ChannelHeader,ChannelHeader> replaceOutHeader)
Acceptor constructor
|
Copyright © 2023. All rights reserved.