@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) |
default void onDisconnected(String host, long port)
static SocketConnectionNotifier newDefaultConnectionNotifier()
Copyright © 2017. All rights reserved.