| Package | Description |
|---|---|
| net.openhft.chronicle.wire.channel | |
| net.openhft.chronicle.wire.channel.echo |
| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleGatewayMain |
| Modifier and Type | Method and Description |
|---|---|
ChronicleContext |
ChronicleContext.buffered(boolean buffered) |
ChronicleContext |
ChronicleContext.name(String name) |
static ChronicleContext |
ChronicleContext.newContext(String url) |
ChronicleContext |
ChronicleContext.useAffinity(boolean useAffinity) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
ReplyingHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
ChronicleChannel |
ChannelHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
ChannelHeader |
ErrorReplyHandler.responseHeader(ChronicleContext context) |
abstract ChannelHeader |
ReplyingHandler.responseHeader(ChronicleContext context) |
default ChannelHeader |
ChannelHandler.responseHeader(ChronicleContext context) |
void |
ReplyingHandler.run(ChronicleContext context,
ChronicleChannel channel) |
void |
ChannelHandler.run(ChronicleContext context,
ChronicleChannel channel) |
| Constructor and Description |
|---|
ChronicleChannelSupplier(ChronicleContext context,
ChannelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
EchoHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
void |
EchoHandler.run(ChronicleContext context,
ChronicleChannel channel) |
Copyright © 2022. All rights reserved.