Uses of Class
io.vertx.mutiny.core.http.HttpServerBuilder
Packages that use HttpServerBuilder
-
Uses of HttpServerBuilder in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return HttpServerBuilderModifier and TypeMethodDescriptionVertx.httpServerBuilder()Provide a builder forHttpServer, it can be used to configure advanced HTTP servre settings like a connection handler. -
Uses of HttpServerBuilder in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpServerBuilderModifier and TypeFieldDescriptionstatic final TypeArg<HttpServerBuilder>HttpServerBuilder.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpServerBuilderModifier and TypeMethodDescriptionstatic HttpServerBuilderHttpServerBuilder.newInstance(io.vertx.core.http.HttpServerBuilder delegate) Creates a new instance of theHttpServerBuilder.HttpServerBuilder.with(io.vertx.core.http.HttpServerConfig config) Configure the server.HttpServerBuilder.with(io.vertx.core.net.ServerSSLOptions options) Configure the server with the given SSLoptions.HttpServerBuilder.with(io.vertx.core.net.SSLEngineOptions engine) Configure the server with the given SSLengine.HttpServerBuilder.withConnectHandler(Consumer<HttpConnection> handler) Set a connection handler for the server.