JDK-8211444 : [POC] Try with new JDK11 HTTP APIs
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: web
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-03
  • Updated: 2019-02-08
  • Resolved: 2019-02-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Description
Goal of this POC task is to ensure the new JDK11 http APIs are usable from WebView's requirement.
Comments
POC is completed.
08-02-2019

Following classes abstracts http implementations: - HttpClient - HttpRequest - HttpResponse Requirements from WebView: 1. timeout -> HttpRequest.timeout 2. Http request headers -> HttpRequest.Builder.headers 3. redirect -> HttpClient.followRedirects 4. FormData(POST) -> HttpRequest.Builder.{POST/method}(HttpRequest.BodyPublisher)
08-10-2018