| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.tcp |
| Modifier and Type | Method and Description |
|---|---|
static ChronicleServerSocketChannel |
TCPRegistry.acquireServerSocketChannel(@NotNull String description) |
static ChronicleServerSocketChannel |
TCPRegistry.createServerSocketChannelFor(boolean isNative,
String... descriptions) |
static ChronicleServerSocketChannel |
TCPRegistry.createServerSocketChannelFor(@NotNull String descriptions)
Creates and returns a new ChronicleServerSocketChannel.
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleSocketChannel |
AcceptStrategy.accept(ChronicleServerSocketChannel ssc)
Determine whether to accept the incoming connection
|
| Constructor and Description |
|---|
AcceptorEventHandler(@NotNull ChronicleServerSocketChannel ssc,
@NotNull Function<T,TcpEventHandler<T>> handlerFactory,
@NotNull Supplier<T> ncFactory,
@NotNull AcceptStrategy acceptStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaChronicleServerSocketChannel |
| Modifier and Type | Method and Description |
|---|---|
static ChronicleServerSocketChannel |
ChronicleServerSocketFactory.open(String hostPort) |
static ChronicleServerSocketChannel |
ChronicleServerSocketFactory.openNative() |
Copyright © 2023. All rights reserved.