public interface ConnectionStateListener
Modifier and Type | Method and Description |
---|---|
void |
connected(io.netty.channel.Channel channel) |
void |
disconnected(Throwable error) |
void connected(io.netty.channel.Channel channel)
void disconnected(Throwable error)