Class HTTP3ServerQuicConfiguration
java.lang.Object
org.eclipse.jetty.http3.server.HTTP3ServerQuicConfiguration
Helper class to configure QUIC in a suitable way for an HTTP/3 server.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ServerQuicConfiguration>
Tconfigure(T quicConfiguration) Configures the givenServerQuicConfigurationwith default values that are suitable for an HTTP/3 server.
-
Method Details
-
configure
Configures the given
ServerQuicConfigurationwith default values that are suitable for an HTTP/3 server.Applications can further customize the returned
ServerQuicConfiguration, or change the default values set by this method.- Type Parameters:
T- theServerQuicConfigurationsubtype- Parameters:
quicConfiguration- theServerQuicConfigurationto configure for HTTP/3.- Returns:
- the configured
ServerQuicConfiguration
-