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 © 2017. All rights reserved.