Package reactor.netty.http.internal
Class Http3
java.lang.Object
reactor.netty.http.internal.Http3
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 Summary
Modifier and TypeMethodDescriptionstatic boolean
Check if the current runtime supports HTTP/3, by verifying ifnetty-incubator-codec-http3
is on the classpath.
-
Method Details
-
isHttp3Available
public static boolean isHttp3Available()Check if the current runtime supports HTTP/3, by verifying ifnetty-incubator-codec-http3
is on the classpath.- Returns:
- true if
netty-incubator-codec-http3
is available
-