public class Server
extends java.lang.Object
| Constructor | Description |
|---|---|
Server() |
| Modifier and Type | Method | Description |
|---|---|---|
io.vertx.reactivex.core.http.HttpServer |
getHttpServer() |
|
io.vertx.core.http.HttpServerOptions |
getHttpServerOptions() |
|
org.apache.logging.log4j.Logger |
getLog() |
|
java.lang.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(java.lang.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 java.lang.String[] getRouterBuilder()
public void setRouterBuilder(java.lang.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.