| Package | Description |
|---|---|
| net.openhft.chronicle.network |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderTcpHandler<T extends NetworkContext> |
class |
WireTcpHandler<T extends NetworkContext> |
class |
WireTypeSniffingTcpHandler<T extends NetworkContext>
sets the wire-type in the network context by inspecting the byte message
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpEventHandler.tcpHandler(TcpHandler tcpHandler) |
| Constructor and Description |
|---|
ConnectorEventHandler(Map<String,ConnectionDetails> nameToConnectionDetails,
java.util.function.Function<ConnectionDetails,TcpHandler> tcpHandlerSupplier,
java.util.function.Supplier<SessionDetailsProvider> sessionDetailsSupplier) |
HeaderTcpHandler(TcpEventHandler handlerManager,
java.util.function.Function<Object,TcpHandler> handlerFunction,
T nc) |
WireTypeSniffingTcpHandler(TcpEventHandler handlerManager,
T nc,
java.util.function.Function<T,TcpHandler> delegateHandlerFactory) |
Copyright © 2016. All rights reserved.