| Package | Description |
|---|---|
| net.openhft.chronicle.network |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptStrategies |
| Modifier and Type | Field and Description |
|---|---|
static AcceptStrategy |
AcceptStrategy.ACCEPT_ALL |
| Constructor and Description |
|---|
AcceptorEventHandler(@NotNull ChronicleServerSocketChannel ssc,
@NotNull Function<T,TcpEventHandler<T>> handlerFactory,
@NotNull Supplier<T> ncFactory,
@NotNull AcceptStrategy acceptStrategy) |
AcceptorEventHandler(@NotNull String hostPort,
@NotNull Function<T,TcpEventHandler<T>> handlerFactory,
@NotNull Supplier<T> ncFactory,
@NotNull AcceptStrategy acceptStrategy) |
Copyright © 2023. All rights reserved.