Class Http3

java.lang.Object
reactor.netty.http.internal.Http3

public final class Http3 extends Object
Utility class around HTTP/3.

Note: This utility class is for internal use only. It can be removed at any time.

Since:
1.2.0
Author:
Violeta Georgieva
  • Method Details

    • isHttp3Available

      public static boolean isHttp3Available()
      Check if the current runtime supports HTTP/3, by verifying if netty-incubator-codec-http3 is on the classpath.
      Returns:
      true if netty-incubator-codec-http3 is available