public abstract class CspTcpHandler<T extends NetworkContext<T>> extends WireTcpHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<WritableSubHandler<T>> |
writers |
outWire, wireType| Constructor and Description |
|---|
CspTcpHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable SubHandler<T> |
handler() |
protected @Nullable HeartbeatEventHandler |
heartbeatEventHandler() |
protected long |
lastCid() |
protected void |
performClose() |
protected boolean |
readMeta(@NotNull net.openhft.chronicle.wire.WireIn wireIn)
peeks the csp or if it has a cid converts the cid into a Csp and returns that
|
protected void |
removeHandler(SubHandler<T> handler) |
checkWires, initialiseInWire, initialiseOutWire, isAcceptor, isAcceptor, nc, nc, onBytesWritten, onEndOfConnection, onInitialize, onRead, onWrite, process, publish, publisher, publisher, wireType, wireType, writeData, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasTimedOut, onReadTime, onWriteTime, performIdleWork, sendHeartBeathasClientClosedclose, closeQuietly, closeQuietlyprotected final List<WritableSubHandler<T extends NetworkContext<T>>> writers
@Nullable protected @Nullable SubHandler<T> handler()
protected void performClose()
performClose in class WireTcpHandler<T extends NetworkContext<T>>protected void removeHandler(SubHandler<T> handler)
protected boolean readMeta(@NotNull
@NotNull net.openhft.chronicle.wire.WireIn wireIn)
true if if a csp was read rather than a cidprotected long lastCid()
@Nullable protected @Nullable HeartbeatEventHandler heartbeatEventHandler()
Copyright © 2023. All rights reserved.