Socket.IO Client Implementation in Java. Realization XhrTransport and WebsocketTransport.
This is based on Gottox socket.io-java-client
I'm just using the gradle build again, and Use fastjson instead of org.json
https://github.com/TooTallNate/Java-WebSocket
can use jitpack
compile 'com.github.TooTallNate:Java-WebSocket:Java-WebSocket-1.3.3'
----> maven { url 'https://jitpack.io' }
replace
compile "org.java-websocket:java-websocket:1.3.3"
----> maven { url "http://clojars.org/repo" }