Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SockJSHandler> |
SockJSHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
SockJSHandler |
SockJSHandler.bridge(BridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
SockJSHandler |
SockJSHandler.bridge(BridgeOptions bridgeOptions,
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,
SockJSHandlerOptions options)
Create a SockJS handler
|
static SockJSHandler |
SockJSHandler.newInstance(SockJSHandler arg) |
SockJSHandler |
SockJSHandler.socketHandler(Handler<SockJSSocket> handler)
Set a SockJS socket handler.
|
Copyright © 2018 Eclipse. All rights reserved.