AndroidAsync
AndroidAsync copied to clipboard
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
https://github.com/koush/AndroidAsync/issues/537 I don't know if this fix is entirely correct, but it works for me with Google Play Services 9.4.52 and the latest 11.0.55. I have not changed anything to...
- Bring target sdk and build tools to current version
remove mWritePendings duplicating in one ws socket connection
Hi koush, I tried to fix #437, tested on serval phones with android 5.0.x and it turns out to be fine. Please try and verify. If it really works, please...
Support sendStream of http server with non-start position input stream for fly data streaming.
Default charset US_ASCII was used in ByteBufferList to read request in AsyncHttpServer. this allow to use the charset declared in content-Type and if no charset specified use uft-8 as default...
Fixes io loop spin when writable callback becomes null (see #391)
[SSLEngine](http://developer.android.com/reference/javax/net/ssl/SSLEngine.html) only supports TLS 1.1 and 1.2 on android API lvl 20 or greater. `enableTLSProtocolOnOlderVersionsOfAndroid(Context context, String protocol)` lets the user set a protocol (ex: "TLSv1.2") and update the SSLEngine...
I've made changes related to Sec-Websocket-Extension changed to permessage-deflate to for websocket connection establishment with the server running on Tomcat 8.0.23, because the support for "x-webkit-deflate-frame" is removed in this...
Attempt to slap a bandaid on https://github.com/koush/AndroidAsync/issues/358