| 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 |
|---|---|
@Nullable ChronicleSocketChannel |
AlwaysStartOnPrimaryConnectionStrategy.connect(@NotNull String name,
@NotNull SocketAddressSupplier socketAddressSupplier,
boolean didLogIn,
@Nullable FatalFailureMonitor fatalFailureMonitor) |
ChronicleSocketChannel |
ConnectionStrategy.connect(@NotNull String name,
@NotNull SocketAddressSupplier socketAddressSupplier,
boolean didLogIn,
@NotNull FatalFailureMonitor fatalFailureMonitor)
Connects and returns a new SocketChannel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientConnectionMonitor |
| Modifier and Type | Field and Description |
|---|---|
static FatalFailureMonitor |
FatalFailureMonitor.NO_OP
A no-op implementation
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable ChronicleSocketChannel |
FatalFailureConnectionStrategy.connect(@NotNull String name,
@NotNull SocketAddressSupplier socketAddressSupplier,
boolean didLogIn,
@Nullable FatalFailureMonitor fatalFailureMonitor) |
Copyright © 2023. All rights reserved.