public interface SubHandler<T extends NetworkContext> extends NetworkContextManager<T>, net.openhft.chronicle.core.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
long |
cid() |
void |
cid(long cid) |
net.openhft.chronicle.core.io.Closeable |
closable() |
void |
closeable(net.openhft.chronicle.core.io.Closeable closeable) |
String |
csp() |
void |
csp(String cspText) |
void |
localIdentifier(int localIdentifier) |
void |
onInitialize(net.openhft.chronicle.wire.WireOut outWire)
called after all the construction and configuration has completed
|
void |
onRead(net.openhft.chronicle.wire.WireIn inWire,
net.openhft.chronicle.wire.WireOut outWire) |
void |
remoteIdentifier(int remoteIdentifier) |
nc, ncvoid cid(long cid)
long cid()
void csp(@NotNull
String cspText)
String csp()
void onRead(@NotNull
net.openhft.chronicle.wire.WireIn inWire,
@NotNull
net.openhft.chronicle.wire.WireOut outWire)
net.openhft.chronicle.core.io.Closeable closable()
void remoteIdentifier(int remoteIdentifier)
void localIdentifier(int localIdentifier)
void onInitialize(net.openhft.chronicle.wire.WireOut outWire)
outWire - allow data to be writtenvoid closeable(net.openhft.chronicle.core.io.Closeable closeable)
Copyright © 2016. All rights reserved.