public final class UberHandler<T extends ClusteredNetworkContext> extends CspTcpHandler<T> implements net.openhft.chronicle.wire.Demarshallable, net.openhft.chronicle.wire.WriteMarshallable
| Modifier and Type | Class and Description |
|---|---|
static class |
UberHandler.Factory |
config, writersoutWire| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
protected void |
onBytesWritten() |
protected void |
onInitialize() |
protected void |
onRead(net.openhft.chronicle.wire.DocumentContext dc,
net.openhft.chronicle.wire.WireOut outWire) |
protected void |
onWrite(net.openhft.chronicle.wire.WireOut outWire)
ready to accept wire
|
int |
remoteIdentifier() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
config, handler, heartbeatEventHandler, readMetacheckWires, initialiseInWire, initialiseOutWire, isAcceptor, isAcceptor, nc, nc, onEndOfConnection, process, publish, publisher, publisher, wireType, wireType, writeData, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonReadComplete, onReadTime, onWriteTime, sendHeartBeathasClientClosedpublic int remoteIdentifier()
public boolean isClosed()
public void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallableprotected void onInitialize()
onInitialize in class WireTcpHandler<T extends ClusteredNetworkContext>public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface TcpHandlerclose in class CspTcpHandler<T extends ClusteredNetworkContext>protected void onRead(@NotNull
net.openhft.chronicle.wire.DocumentContext dc,
@NotNull
net.openhft.chronicle.wire.WireOut outWire)
onRead in class WireTcpHandler<T extends ClusteredNetworkContext>dc - the wire to be processedoutWire - the result of processing the inprotected void onBytesWritten()
onBytesWritten in class WireTcpHandler<T extends ClusteredNetworkContext>protected void onWrite(@NotNull
net.openhft.chronicle.wire.WireOut outWire)
onWrite in class WireTcpHandler<T extends ClusteredNetworkContext>outWire - the wire that you wish to writeCopyright © 2018. All rights reserved.