You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this library a long time, by binding ws/wss server to a specified port.
But it takes another port, besides my own http(s) server.
Can I use in another usecase? Say in the normal http server, If I found 'Upgrade: websocket' in the http header, I can let this library to take over the following work?
If this library cannot , do anyone knows which other java websocket library can do this?
Thanks.
Describe the solution you'd considered
Additional context
The text was updated successfully, but these errors were encountered:
Describe what you would like to know or do
I used this library a long time, by binding ws/wss server to a specified port.
But it takes another port, besides my own http(s) server.
Can I use in another usecase? Say in the normal http server, If I found 'Upgrade: websocket' in the http header, I can let this library to take over the following work?
If this library cannot , do anyone knows which other java websocket library can do this?
Thanks.
Describe the solution you'd considered
Additional context
The text was updated successfully, but these errors were encountered: