@FunctionalInterface public interface SocketConnectionNotifier<T extends NetworkContext> extends net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
static SocketConnectionNotifier |
newDefaultConnectionNotifier() |
void |
onConnected(String host,
long port,
T nc) |
default void |
onDisconnected(String host,
long port) |
$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, getClassName, getField, mergeToMap, readMarshallable, reset, setField, streamFromFile, streamFromFile, writeMarshallablestatic SocketConnectionNotifier newDefaultConnectionNotifier()
default void onDisconnected(String host, long port)
Copyright © 2018. All rights reserved.