| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster.handlers | |
| net.openhft.chronicle.network.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderTcpHandler<T extends NetworkContext<T>> |
class |
MethodTcpHandler<I,O,N extends NetworkContext<N>> |
class |
WireTcpHandler<T extends NetworkContext<T>> |
class |
WireTypeSniffingTcpHandler<T extends NetworkContext<T>>
sets the wire-type in the network context by inspecting the byte message
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable TcpHandler<T> |
TcpEventHandler.tcpHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkContext.onHandlerChanged(TcpHandler<T> handler) |
void |
VanillaNetworkContext.onHandlerChanged(TcpHandler<T> handler) |
void |
TcpEventHandler.tcpHandler(TcpHandler<T> tcpHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
CspTcpHandler<T extends NetworkContext<T>> |
class |
UberHandler<T extends ClusteredNetworkContext<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SslDelegatingTcpHandler<N extends SslNetworkContext<N>>
Deprecated.
To be removed in x.25
|
| Modifier and Type | Method and Description |
|---|---|
void |
BytesBufferHandler.set(TcpHandler<N> delegate,
net.openhft.chronicle.bytes.Bytes<ByteBuffer> input,
net.openhft.chronicle.bytes.Bytes<ByteBuffer> output,
N networkContext)
Deprecated.
|
| Constructor and Description |
|---|
SslDelegatingTcpHandler(TcpHandler<N> delegate)
Deprecated.
|
Copyright © 2023. All rights reserved.