public abstract class AbstractSubHandler<T extends NetworkContext<T>> 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(@NotNull String csp) |
boolean |
isClosed() |
int |
localIdentifier() |
void |
localIdentifier(int localIdentifier) |
T |
nc() |
void |
nc(T nc) |
void |
publish(net.openhft.chronicle.wire.WriteMarshallable event) |
int |
remoteIdentifier() |
void |
remoteIdentifier(int remoteIdentifier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinProgress, onInitialize, onRead, onTouchpublic void cid(long cid)
cid in interface SubHandler<T extends NetworkContext<T>>public long cid()
cid in interface SubHandler<T extends NetworkContext<T>>public void csp(@NotNull
@NotNull String csp)
csp in interface SubHandler<T extends NetworkContext<T>>public String csp()
csp in interface SubHandler<T extends NetworkContext<T>>public T nc()
nc in interface NetworkContextManager<T extends NetworkContext<T>>public void closeable(net.openhft.chronicle.core.io.Closeable closeable)
closeable in interface SubHandler<T extends NetworkContext<T>>public net.openhft.chronicle.core.io.Closeable closable()
closable in interface SubHandler<T extends NetworkContext<T>>public void nc(T nc)
nc in interface NetworkContextManager<T extends NetworkContext<T>>public int remoteIdentifier()
public void remoteIdentifier(int remoteIdentifier)
remoteIdentifier in interface SubHandler<T extends NetworkContext<T>>public void publish(net.openhft.chronicle.wire.WriteMarshallable event)
public void localIdentifier(int localIdentifier)
localIdentifier in interface SubHandler<T extends NetworkContext<T>>public int localIdentifier()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
isClosed in interface net.openhft.chronicle.core.io.QueryCloseableCopyright © 2023. All rights reserved.