| 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 | Field and Description |
|---|---|
static SystemContext |
SystemContext.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
SystemContext |
ChronicleContext.systemContext()
Retrieves the current SystemContext for this process or remote host.
|
SystemContext |
ChannelHeader.systemContext()
Fetches the associated system context of the channel.
|
SystemContext |
AbstractHeader.systemContext()
Retrieves the system context associated with this header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChronicleContext.systemContext(SystemContext systemContext)
Sets the system context for this context.
|
ChannelHeader |
ChannelHeader.systemContext(SystemContext systemContext)
Assigns a new system context to the channel.
|
H |
AbstractHeader.systemContext(SystemContext systemContext)
Sets the system context associated with this header.
|
| Constructor and Description |
|---|
ChronicleGatewayMain(String url,
SocketRegistry socketRegistry,
SystemContext systemContext)
Constructs a new ChronicleGatewayMain instance with a specific URL,
socket registry, and system context.
|
| Constructor and Description |
|---|
TCPChronicleChannel(SystemContext systemContext,
ChronicleChannelCfg channelCfg,
SocketChannel sc,
Function<ChannelHeader,ChannelHeader> replaceInHeader,
Function<ChannelHeader,ChannelHeader> replaceOutHeader)
Acceptor constructor
|
Copyright © 2023. All rights reserved.