One to one chat in Atmosphere java

240 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 answers

0
Guillaume D. On

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