eclipse-ee4j / tyrus

Tyrus
Other
115 stars 37 forks source link

Spring java client connection to an external websocket Url #624

Open glassfishrobot opened 6 years ago

glassfishrobot commented 6 years ago

Hi,

I have developed a code using javax.websocket and Tyrus, that simply connect (send/receive) to an external websocket Url (e.g. wss://example.com/sockjs/647/lhvo2mn7/websocket ). Now, I want to just make a persistent websocket via Spring, without the knowledge from the server paths. I have asked my question on StackOverflow, but unfortunately nobody answered me yet.

Thanks,

glassfishrobot commented 6 years ago