| Package | Description |
|---|---|
| net.openhft.chronicle.wire.channel |
Provides classes and interfaces for managing Chronicle communication channels and their operations.
|
| net.openhft.chronicle.wire.channel.impl |
| Modifier and Type | Method and Description |
|---|---|
SocketRegistry |
ChronicleContext.socketRegistry()
Retrieves the SocketRegistry associated with this context.
|
| Modifier and Type | Method and Description |
|---|---|
static ChronicleChannel |
ChronicleChannel.newChannel(SocketRegistry socketRegistry,
ChronicleChannelCfg channelCfg,
ChannelHeader headerOut)
Creates a new instance of a ChronicleChannel.
|
| Constructor and Description |
|---|
ChronicleContext(String url,
SocketRegistry socketRegistry)
Protected constructor for creating a Chronicle context with the specified URL and socket registry.
|
ChronicleGatewayMain(String url,
SocketRegistry socketRegistry,
SystemContext systemContext)
Constructs a new ChronicleGatewayMain instance with a specific URL,
socket registry, and system context.
|
| 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
|
Copyright © 2023. All rights reserved.