| 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 |
|---|---|
EventPoller |
InternalChronicleChannel.eventPoller()
Retrieves the EventPoller instance associated with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleChannel |
InternalChronicleChannel.eventPoller(EventPoller eventPoller)
Associates a given EventPoller instance with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
EventPoller |
BufferedChronicleChannel.eventPoller() |
EventPoller |
DelegateChronicleChannel.eventPoller() |
EventPoller |
TCPChronicleChannel.eventPoller() |
| Modifier and Type | Method and Description |
|---|---|
BufferedChronicleChannel |
BufferedChronicleChannel.eventPoller(EventPoller eventPoller) |
ChronicleChannel |
DelegateChronicleChannel.eventPoller(EventPoller eventPoller) |
ChronicleChannel |
TCPChronicleChannel.eventPoller(EventPoller eventPoller) |
Copyright © 2023. All rights reserved.