Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to add a message handler to a websocket session?

Hello all,

I am trying to get the ping/pong working, but I just don't know if the
client sends the pong back.
I tried to cast a Jetty websocket session into a
java.websocket.session, but that's wrong.
How can I add a message handler (to handle the pong response) to a
Jetty websocket session?

Thanks in advance,
--
Bruno Verachten


Back to the top