Uses of Class
io.vertx.rxjava3.core.http.HttpServerBuilder
Packages that use HttpServerBuilder
-
Uses of HttpServerBuilder in io.vertx.rxjava3.core.http
Fields in io.vertx.rxjava3.core.http with type parameters of type HttpServerBuilderModifier and TypeFieldDescriptionstatic final TypeArg<HttpServerBuilder>HttpServerBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.core.http that return HttpServerBuilderModifier and TypeMethodDescriptionstatic HttpServerBuilderHttpServerBuilder.newInstance(HttpServerBuilder arg) HttpServerBuilder.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.