| 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 |
VanillaNetworkContext.onHandlerChanged(TcpHandler handler) |
void |
NetworkContext.onHandlerChanged(TcpHandler handler) |
void |
TcpEventHandler.tcpHandler(TcpHandler tcpHandler) |
| Constructor and Description |
|---|
HeaderTcpHandler(TcpEventHandler handlerManager,
java.util.function.Function<Object,TcpHandler> handlerFunction,
T nc) |
WireTypeSniffingTcpHandler(TcpEventHandler handlerManager,
java.util.function.Function<T,TcpHandler> delegateHandlerFactory) |
Copyright © 2017. All rights reserved.