哥哥带你领略史上最强Android与WebSocket通信方式
2019-07-12 本文已影响0人
哥哥是欧巴Vitory
1,OKHttp3
Github地址:https://github.com/square/okhttp
implementation("com.squareup.okhttp3:okhttp:4.0.1")
2,AndroidAsyn
GitHub地址:https://github.com/koush/AndroidAsync
implementation 'com.koushikdutta.async:androidasync:2.+'
3,Java-WebSocket
Github地址:https://github.com/TooTallNate/Java-WebSocket
mavenCentral()
implementation "org.java-websocket:Java-WebSocket:1.4.0"
4,async-http-client
Github地址:https://github.com/AsyncHttpClient/async-http-client
5,netty-socketio
6,atmosphere
Github地址:https://github.com/Atmosphere/atmosphere