|
ON Android it looks like we have two options.
1 ) Find an implementation of URLStreamHandlerFactory which supports HTTP/2 and inject it into pipe OR 2 ) Extend the Pipe module in such a way that we can plug in new protocol supports and have a pipe-okhttp.
I'm leaning toward number 2 because it works with some of our ideas of what Pipe 3.0.0 will have.
https://issues.jboss.org/browse/AGDROID-480
|