public class EngineWireHandler
extends net.openhft.chronicle.network.WireTcpHandler
| Constructor and Description |
|---|
EngineWireHandler(java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> byteToWire,
AssetTree assetTree,
AtomicBoolean isClosed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(net.openhft.chronicle.wire.Wire in,
net.openhft.chronicle.wire.Wire out,
net.openhft.chronicle.network.api.session.SessionDetailsProvider sessionDetails) |
protected void |
publish(net.openhft.chronicle.wire.Wire out) |
public EngineWireHandler(@NotNull
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> byteToWire,
@NotNull
AssetTree assetTree,
@NotNull
AtomicBoolean isClosed)
protected void publish(net.openhft.chronicle.wire.Wire out)
publish in class net.openhft.chronicle.network.WireTcpHandlerprotected void process(@NotNull
net.openhft.chronicle.wire.Wire in,
@NotNull
net.openhft.chronicle.wire.Wire out,
@NotNull
net.openhft.chronicle.network.api.session.SessionDetailsProvider sessionDetails)
throws StreamCorruptedException
process in class net.openhft.chronicle.network.WireTcpHandlerStreamCorruptedExceptionCopyright © 2015. All rights reserved.