| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster |
| Modifier and Type | Method and Description |
|---|---|
TcpEventHandler |
TcpEventHandler.Factory.apply(NetworkContext nc) |
| Constructor and Description |
|---|
HeaderTcpHandler(TcpEventHandler handlerManager,
Function<Object,TcpHandler> handlerFunction,
T nc) |
WireTypeSniffingTcpHandler(TcpEventHandler handlerManager,
Function<T,TcpHandler> delegateHandlerFactory) |
| Constructor and Description |
|---|
AcceptorEventHandler(String hostPort,
Function<NetworkContext,TcpEventHandler> handlerFactory,
Supplier<? extends NetworkContext> ncFactory) |
RemoteConnector(net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,TcpEventHandler,IOException> tcpEventHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
abstract net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,TcpEventHandler,IOException> |
ClusterContext.tcpEventHandlerFactory() |
Copyright © 2018. All rights reserved.