Class Http3ServerConfig
java.lang.Object
io.vertx.core.http.Http3ServerConfig
HTTP/3 server configuration.
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetInitialSettings(Http3Settings settings) Set the HTTP/3 connection settings sent by the server when a client connects.
-
Constructor Details
-
Http3ServerConfig
public Http3ServerConfig() -
Http3ServerConfig
-
-
Method Details
-
getInitialSettings
- Returns:
- the initial HTTP/3 connection settings sent by the server when a client connects
-
setInitialSettings
Set the HTTP/3 connection settings sent by the server when a client connects.- Parameters:
settings- the settings value- Returns:
- a reference to this, so the API can be used fluently
-