org.mashupbots.socko.handlers
Broadcasts a message to registered web socket connections.
Original idea from Jan Machacek
Usage:
There is no need to de-register a web socket upon disconnection. Netty does this for us automatically.
For more information, see the example ChatApp.
ChatApp
Broadcasts a message to registered web socket connections.
Original idea from Jan Machacek
Usage:
There is no need to de-register a web socket upon disconnection. Netty does this for us automatically.
For more information, see the example
ChatApp.