| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster | |
| net.openhft.chronicle.network.connection |
| Modifier and Type | Method and Description |
|---|---|
NetworkStatsListener<? extends NetworkContext> |
VanillaNetworkContext.networkStatsListener() |
NetworkStatsListener |
NetworkContext.networkStatsListener() |
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
AlwaysStartOnPrimaryConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
SocketChannel |
ConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
void |
VanillaNetworkContext.networkStatsListener(NetworkStatsListener networkStatsListener) |
void |
NetworkContext.networkStatsListener(NetworkStatsListener NetworkStatsListener) |
static void |
NetworkStatsListener.notifyHostPort(SocketChannel sc,
NetworkStatsListener nl)
notifies the NetworkStatsListener of the host and port based on the SocketChannel
|
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<ClusterContext,NetworkStatsListener> |
ClusterContext.networkStatsListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.networkStatsListenerFactory(java.util.function.Function<ClusterContext,NetworkStatsListener> networkStatsListenerFactory) |
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
FatalFailureConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
Copyright © 2017. All rights reserved.