Uses of Class
io.vertx.rxjava3.core.http.HttpServerBuilder
Packages that use HttpServerBuilder
-
Uses of HttpServerBuilder in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return HttpServerBuilderModifier and TypeMethodDescriptionVertx.httpServerBuilder()Provide a builder for , it can be used to configure advanced HTTP servre settings like a connection handler. -
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 io.vertx.lang.rx.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.