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 givenServerQuicConfiguration
with default values that are suitable for an HTTP/3 server.
-
Method Details
-
configure
Configures the given
ServerQuicConfiguration
with 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
- theServerQuicConfiguration
subtype- Parameters:
quicConfiguration
- theServerQuicConfiguration
to configure for HTTP/3.- Returns:
- the configured
ServerQuicConfiguration
-