public class MapWireHandler<K,V> extends AbstractHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
MapWireHandler.EventId |
static class |
MapWireHandler.Params |
connectionClosed| Constructor and Description |
|---|
MapWireHandler() |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getCspForCid(long cid) |
void |
process(net.openhft.chronicle.wire.WireIn in,
net.openhft.chronicle.wire.WireOut out,
MapView map,
long tid,
WireAdapter wireAdapter,
RequestContext requestContext) |
nullCheck, onEndOfConnectionpublic void process(@NotNull
net.openhft.chronicle.wire.WireIn in,
@NotNull
net.openhft.chronicle.wire.WireOut out,
@NotNull
MapView map,
long tid,
@NotNull
WireAdapter wireAdapter,
@NotNull
RequestContext requestContext)
throws StreamCorruptedException
in - the data the has come in from networkout - the data that is going out to networkmap - the map that is being processedtid - the transaction id of the eventwireAdapter - adapts keys and values to and from wirerequestContext - the uri of the eventStreamCorruptedExceptionpublic CharSequence getCspForCid(long cid)
Copyright © 2015. All rights reserved.