public class SockJSHandlerInstance extends Object
| Constructor and Description |
|---|
SockJSHandlerInstance() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler |
create() |
io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent> |
getBridgeEventHandler() |
io.vertx.ext.web.handler.sockjs.BridgeOptions |
getBridgeOptions() |
io.vertx.reactivex.core.Vertx |
getVertx() |
void |
setBridgeEventHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent> pBridgeEventHandler) |
void |
setBridgeOptions(io.vertx.ext.web.handler.sockjs.BridgeOptions pBridgeOptions) |
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 io.vertx.ext.web.handler.sockjs.BridgeOptions getBridgeOptions()
public void setBridgeOptions(io.vertx.ext.web.handler.sockjs.BridgeOptions pBridgeOptions)
public io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent> getBridgeEventHandler()
public void setBridgeEventHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent> pBridgeEventHandler)
public io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler create()
Copyright © 2018. All rights reserved.