Note: this library depends on jetty_b4j.jar, which is included in jServer3.zip: https://www.b4x.com/android/forum/threads/jserver3.141323/#content With this library you can implement WebSocket clients. The API is identical to the B4A library...
www.b4x.com
I have a legacy application (based on Jetty3) that uses it and wont work with the latest version (based on Jetty4).
Appreciate any pointers to a download link. Thanks!
No issues! My B4J application runs on an embedded Linux box that has the Java8 JRE. And V2.00 of the library requires Java 11+ and I did not want to install/replace the JRE on the Linux Box for various reasons. When I updated B4J it overwrote the jWebSocketClient library with V2.00 and hence I was trying to find a copy of V1.13 (which has the new SendTextAsync and SendBinaryAsync methods) and which works with Java8.
BTW, I found the jWebSocketClient Library V1.13 in the "B4J_10_0.exe" archive. Previous versions had v1.11. I have attached it here in case anyone else needs it for the same reason as I.