koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

Does AndroidAsync allow HTTP/2 and TLSv1.3? #649

Open jcrabanal opened 5 years ago

jcrabanal commented 5 years ago

On my tests with play services conscrypt, doing SSLContext.getInstance("TLSv1.3"); is required to use TLSv1.3, but a quick search in this repository only shows SSLContext.getInstance("TLS").

Also, is HTTP/2 supported?