public interface TcpConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(SocketChannel channel) |
void |
onDisconnect(SocketChannel channel) |
void |
onError(SelectableChannel channel,
Exception exception) |
void |
onListen(ServerSocketChannel channel) |
void onError(SelectableChannel channel, Exception exception)
void onListen(ServerSocketChannel channel)
void onConnect(SocketChannel channel)
void onDisconnect(SocketChannel channel)
Copyright © 2021. All rights reserved.