| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleChannelCfg<C extends ChronicleChannelCfg<C>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleChannelSupplier |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannelCfg |
ChronicleChannel.channelCfg() |
ChronicleChannelCfg |
ChronicleChannelCfg.initiator(boolean initiator) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
ReplyingHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
ChronicleChannel |
ChannelHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
static ChronicleChannel |
ChronicleChannel.newChannel(SocketRegistry socketRegistry,
ChronicleChannelCfg channelCfg,
ChannelHeader headerOut) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
EchoHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
| 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() |
| 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 © 2022. All rights reserved.