Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8211308

Support HTTP/2 in WebView

XMLWordPrintable

    • web

        Currently WebView makes uses of JDK's URLConnection class to serve HTTP requests. Since JDK11, java.net module also supports HTTP/2 using new set of interfaces as described in JDK-8181784.

        Goals:
         - Only http/https schemes supported
         - Runtime property will be provided to fallback to legacy HTTP API
         - Both Sync/Async requests has to be supported

        Non Goals:
         - Using WebSocket implementation from java.net.http

              arajkumar Arunprasad Rajkumar
              arajkumar Arunprasad Rajkumar
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: