I'm looking at the ChatServer.java example
I see how you can send a message to all web clients using the sendToAll(String) function, but how does one send to just a single web client?
It's not coming up in my Eclipse autocomplete.
Many thanks in advance,
I'm looking at the ChatServer.java example
I see how you can send a message to all web clients using the sendToAll(String) function, but how does one send to just a single web client?
It's not coming up in my Eclipse autocomplete.
Many thanks in advance,