public abstract class AbstractSubHandler<T extends NetworkContext> extends Object implements SubHandler<T>
| Constructor and Description |
|---|
AbstractSubHandler() |
| Modifier and Type | Method and Description |
|---|---|
long |
cid() |
void |
cid(long cid) |
net.openhft.chronicle.core.io.Closeable |
closable() |
void |
close() |
void |
closeable(net.openhft.chronicle.core.io.Closeable closeable) |
String |
csp() |
void |
csp(String csp) |
boolean |
isClosed() |
int |
localIdentifier() |
void |
localIdentifier(int localIdentifier) |
T |
nc() |
void |
nc(T nc) |
abstract void |
onRead(net.openhft.chronicle.wire.WireIn inWire,
net.openhft.chronicle.wire.WireOut outWire) |
void |
publish(net.openhft.chronicle.wire.WriteMarshallable event) |
int |
remoteIdentifier() |
void |
remoteIdentifier(int remoteIdentifier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonInitializepublic void cid(long cid)
cid in interface SubHandler<T extends NetworkContext>public long cid()
cid in interface SubHandler<T extends NetworkContext>public void csp(@NotNull
String csp)
csp in interface SubHandler<T extends NetworkContext>public String csp()
csp in interface SubHandler<T extends NetworkContext>public abstract void onRead(@NotNull
net.openhft.chronicle.wire.WireIn inWire,
@NotNull
net.openhft.chronicle.wire.WireOut outWire)
onRead in interface SubHandler<T extends NetworkContext>public T nc()
nc in interface NetworkContextManager<T extends NetworkContext>public void closeable(net.openhft.chronicle.core.io.Closeable closeable)
closeable in interface SubHandler<T extends NetworkContext>public net.openhft.chronicle.core.io.Closeable closable()
closable in interface SubHandler<T extends NetworkContext>public void nc(T nc)
nc in interface NetworkContextManager<T extends NetworkContext>public int remoteIdentifier()
public void remoteIdentifier(int remoteIdentifier)
remoteIdentifier in interface SubHandler<T extends NetworkContext>public void publish(net.openhft.chronicle.wire.WriteMarshallable event)
public void localIdentifier(int localIdentifier)
localIdentifier in interface SubHandler<T extends NetworkContext>public int localIdentifier()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
Copyright © 2016. All rights reserved.