Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Field and Description |
---|---|
static TypeArg<SockJSHandler> |
SockJSHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
SockJSHandler |
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
SockJSHandler |
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions bridgeOptions,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions) but specifying a handler
that will receive bridge events. |
static SockJSHandler |
SockJSHandler.create(Vertx vertx)
Create a SockJS handler
|
static SockJSHandler |
SockJSHandler.create(Vertx vertx,
io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions options)
Create a SockJS handler
|
static SockJSHandler |
SockJSHandler.newInstance(io.vertx.ext.web.handler.sockjs.SockJSHandler arg) |
SockJSHandler |
SockJSHandler.socketHandler(io.vertx.core.Handler<SockJSSocket> handler)
Set a SockJS socket handler.
|
Copyright © 2019 Eclipse. All rights reserved.