Есть ли в Android WebSocket библиотека с открытым исходным кодом, которая поддерживает WSS & WAMP и android minSdkVersion 16 или выше? - PullRequest
0 голосов
/ 08 ноября 2019
Now I'm using AutobahnAndroid(legacy) for Android WebSocket connection.
But AutobahnAndroid doesn't support WSS.
So now, I'm looking for Autobahn|Java which supports WSS and WAMP and also WAMP 
v2,
but that library requires Android MinSdkVersion 24 or higher. (My minSdkVersion 
 is 16)

Is there an Android WebSocket opensource library which supports WSS & WAMP & android minSdkVersion 16 or higher?
...