| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaClientConnectionMonitor |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionMonitor |
AlwaysStartOnPrimaryConnectionStrategy.clientConnectionMonitor() |
default ClientConnectionMonitor |
ConnectionStrategy.clientConnectionMonitor() |
| Modifier and Type | Method and Description |
|---|---|
AlwaysStartOnPrimaryConnectionStrategy |
AlwaysStartOnPrimaryConnectionStrategy.clientConnectionMonitor(ClientConnectionMonitor fatalFailureMonitor) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientConnectionMonitor |
AbstractConnectionStrategy.clientConnectionMonitor |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionMonitor |
FatalFailureConnectionStrategy.clientConnectionMonitor() |
| Modifier and Type | Method and Description |
|---|---|
FatalFailureConnectionStrategy |
FatalFailureConnectionStrategy.clientConnectionMonitor(ClientConnectionMonitor fatalFailureMonitor) |
| Constructor and Description |
|---|
TcpChannelHub(@Nullable SessionProvider sessionProvider,
@NotNull net.openhft.chronicle.core.threads.EventLoop eventLoop,
@NotNull net.openhft.chronicle.wire.WireType wireType,
@NotNull String name,
@NotNull SocketAddressSupplier socketAddressSupplier,
boolean shouldSendCloseMessage,
@Nullable ClientConnectionMonitor clientConnectionMonitor,
@NotNull net.openhft.chronicle.core.threads.HandlerPriority monitor,
@NotNull ConnectionStrategy connectionStrategy)
Deprecated.
|
TcpChannelHub(@Nullable SessionProvider sessionProvider,
@NotNull net.openhft.chronicle.core.threads.EventLoop eventLoop,
@NotNull net.openhft.chronicle.wire.WireType wireType,
@NotNull String name,
@NotNull SocketAddressSupplier socketAddressSupplier,
boolean shouldSendCloseMessage,
@Nullable ClientConnectionMonitor clientConnectionMonitor,
@NotNull net.openhft.chronicle.core.threads.HandlerPriority monitor,
@NotNull ConnectionStrategy connectionStrategy,
@Nullable Supplier<net.openhft.chronicle.threads.Pauser> pauserSupplier)
Deprecated.
|
Copyright © 2023. All rights reserved.