public class Server extends Object
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.reactivex.core.http.HttpServer |
getHttpServer() |
io.vertx.core.http.HttpServerOptions |
getHttpServerOptions() |
org.apache.logging.log4j.Logger |
getLog() |
String[] |
getRouterBuilder() |
io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler |
getSockJSHandler() |
io.vertx.reactivex.core.Vertx |
getVertx() |
void |
setHttpServer(io.vertx.reactivex.core.http.HttpServer pHttpServer) |
void |
setHttpServerOptions(io.vertx.core.http.HttpServerOptions pHttpServerOptions) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setRouterBuilder(String[] pRouterBuilder) |
void |
setSockJSHandler(io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler pSockJSHandler) |
void |
setVertx(io.vertx.reactivex.core.Vertx pVertx) |
void |
start() |
public void start()
public io.vertx.reactivex.core.Vertx getVertx()
public void setVertx(io.vertx.reactivex.core.Vertx pVertx)
public String[] getRouterBuilder()
public void setRouterBuilder(String[] pRouterBuilder)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler getSockJSHandler()
public void setSockJSHandler(io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler pSockJSHandler)
public io.vertx.core.http.HttpServerOptions getHttpServerOptions()
public void setHttpServerOptions(io.vertx.core.http.HttpServerOptions pHttpServerOptions)
public io.vertx.reactivex.core.http.HttpServer getHttpServer()
public void setHttpServer(io.vertx.reactivex.core.http.HttpServer pHttpServer)
Copyright © 2018. All rights reserved.