@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, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablestatic SocketConnectionNotifier newDefaultConnectionNotifier()
default void onDisconnected(String host, long port)
Copyright © 2023. All rights reserved.