| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NetworkStatsListener<T> |
NetworkContext.networkStatsListener() |
@Nullable NetworkStatsListener<T> |
VanillaNetworkContext.networkStatsListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkContext.networkStatsListener(@NotNull NetworkStatsListener<T> NetworkStatsListener) |
void |
VanillaNetworkContext.networkStatsListener(@NotNull NetworkStatsListener<T> networkStatsListener) |
static <N extends NetworkContext<N>> |
NetworkStatsListener.notifyHostPort(@Nullable ChronicleSocketChannel sc,
@Nullable NetworkStatsListener<N> nl)
notifies the NetworkStatsListener of the host and port based on the SocketChannel
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingNetworkStatsListener |
| Modifier and Type | Method and Description |
|---|---|
Function<C,NetworkStatsListener<T>> |
ClusterContext.networkStatsListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
C |
ClusterContext.networkStatsListenerFactory(Function<C,NetworkStatsListener<T>> networkStatsListenerFactory) |
Copyright © 2023. All rights reserved.