@FunctionalInterface public interface TcpListener
TcpConnection| Modifier and Type | Method and Description |
|---|---|
boolean |
onMessage(Message<?> message)
Called by a TCPConnection when a new message arrives.
|
boolean onMessage(Message<?> message)
message - The message.