| 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,
java.util.function.Function<Object,TcpHandler> handlerFunction,
T nc) |
WireTypeSniffingTcpHandler(TcpEventHandler handlerManager,
T nc,
java.util.function.Function<T,TcpHandler> delegateHandlerFactory) |
| Constructor and Description |
|---|
AcceptorEventHandler(String description,
java.util.function.Function<NetworkContext,TcpEventHandler> handlerFactory,
java.util.function.Supplier<NetworkContext> ncFactory) |
RemoteConnector(net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> tcpEventHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> |
ClusterContext.tcpEventHandlerFactory() |
Copyright © 2016. All rights reserved.