Uses of Interface
io.vertx.core.http.HttpServerBuilder
Packages that use HttpServerBuilder
Package
Description
-
Uses of HttpServerBuilder in io.vertx.core
Methods in io.vertx.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.core.http
Methods in io.vertx.core.http that return HttpServerBuilderModifier and TypeMethodDescriptionHttpServerBuilder.with(HttpServerConfig config) Configure the server.HttpServerBuilder.with(ServerSSLOptions options) Configure the server with the given SSLoptions.HttpServerBuilder.with(SSLEngineOptions engine) Configure the server with the given SSLengine.HttpServerBuilder.withConnectHandler(Handler<HttpConnection> handler) Set a connection handler for the server. -
Uses of HttpServerBuilder in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpServerBuilderMethods in io.vertx.reactivex.core.http with parameters of type HttpServerBuilderModifier and TypeMethodDescriptionstatic HttpServerBuilderHttpServerBuilder.newInstance(HttpServerBuilder arg) Constructors in io.vertx.reactivex.core.http with parameters of type HttpServerBuilder -
Uses of HttpServerBuilder in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpServerBuilderMethods in io.vertx.rxjava3.core.http with parameters of type HttpServerBuilderModifier and TypeMethodDescriptionstatic HttpServerBuilderHttpServerBuilder.newInstance(HttpServerBuilder arg) Constructors in io.vertx.rxjava3.core.http with parameters of type HttpServerBuilder