Class Http3ServerConfig

java.lang.Object
io.vertx.core.http.Http3ServerConfig

@Unstable public class Http3ServerConfig extends Object
HTTP/3 server configuration.
Author:
Julien Viet
  • Constructor Details

    • Http3ServerConfig

      public Http3ServerConfig()
    • Http3ServerConfig

      public Http3ServerConfig(Http3ServerConfig other)
  • Method Details

    • getInitialSettings

      public Http3Settings getInitialSettings()
      Returns:
      the initial HTTP/3 connection settings sent by the server when a client connects
    • setInitialSettings

      public Http3ServerConfig setInitialSettings(Http3Settings settings)
      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