public class VertxWebServer extends Object implements org.springframework.boot.web.server.WebServer
| Constructor and Description |
|---|
VertxWebServer(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpServerOptions httpServerOptions,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> requestHandler) |
public VertxWebServer(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpServerOptions httpServerOptions,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> requestHandler)
public void start()
throws org.springframework.boot.web.server.WebServerException
start in interface org.springframework.boot.web.server.WebServerorg.springframework.boot.web.server.WebServerExceptionpublic void stop()
throws org.springframework.boot.web.server.WebServerException
stop in interface org.springframework.boot.web.server.WebServerorg.springframework.boot.web.server.WebServerExceptionpublic int getPort()
getPort in interface org.springframework.boot.web.server.WebServerCopyright © 2019. All rights reserved.