| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalChronicleChannel
Advanced options that may change in the future
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
ReplyingHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
ChronicleChannel |
ChannelHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
ChronicleChannel |
InternalChronicleChannel.eventPoller(EventPoller eventPoller)
Set an EventPoller to include in any background processing.
|
ChronicleChannel |
ChronicleChannelSupplier.get() |
static ChronicleChannel |
ChronicleChannel.newChannel(SocketRegistry socketRegistry,
ChronicleChannelCfg channelCfg,
ChannelHeader headerOut) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventPoller.onPoll(ChronicleChannel channel) |
void |
ReplyingHandler.run(ChronicleContext context,
ChronicleChannel channel) |
void |
ChannelHandler.run(ChronicleContext context,
ChronicleChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
EchoHandler.asInternalChannel(ChronicleContext context,
ChronicleChannelCfg channelCfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
EchoHandler.run(ChronicleContext context,
ChronicleChannel channel) |
| Modifier and Type | Class and Description |
|---|---|
class |
EchoChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedChronicleChannel |
class |
DelegateChronicleChannel |
class |
TCPChronicleChannel |
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
DelegateChronicleChannel.eventPoller(EventPoller eventPoller) |
ChronicleChannel |
TCPChronicleChannel.eventPoller(EventPoller eventPoller) |
Copyright © 2022. All rights reserved.