Can someone please provide me simple example of webocket client with access token using javax.websocket?
I want to connect to websocket, send message and listen to messages. All messages are in JSON format.
(sorry for dumb question, I'm learning Java, thanks)
javax.websocket client simple example is the very similar, but it doesn't use access token.
Thanks.