We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ffca3 commit e30049fCopy full SHA for e30049f
modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java
@@ -326,6 +326,12 @@ public void exit() {
326
* unconditionally.
327
* </p>
328
*
329
+ * <p>
330
+ * Starting with JavaFX 14, <a href="https://tools.ietf.org/html/rfc7540">HTTP/2</a> support has been added to WebEngine.
331
+ * This is achieved by using {@link java.net.http.HttpClient} instead of {@link URLConnection}. HTTP/2 is activated
332
+ * by default when JavaFX 14 (or later) is used with JDK 12 (or later).
333
+ * </p>
334
+ *
335
* <p><b>Threading</b></p>
336
* <p>{@code WebEngine} objects must be created and accessed solely from the
337
* JavaFX Application thread. This rule also applies to any DOM and JavaScript
0 commit comments