One to one chat in Atmosphere java

274 Views Asked by At

I was able to find a couple of examples for broadcasting messages with Atmosphere framework in Java but couldn't find any concrete example for one to one chat. I would like to deliver messages to particular users for which it will be intended for.

1

There are 1 best solutions below

0
On

Use Broadcaster#broadcast(Object, AtmosphereResource) to deliver a message to a specific connection.