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 booleanCheck if the current runtime supports HTTP/3, by verifying ifio.netty:netty-codec-native-quicis on the classpath.
-
Method Details
-
isHttp3Available
public static boolean isHttp3Available()Check if the current runtime supports HTTP/3, by verifying ifio.netty:netty-codec-native-quicis on the classpath.- Returns:
- true if
io.netty:netty-codec-native-quicis available
-