Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs |
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,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
bridge(BridgeOptions) but specifying a handler
that will receive bridge events. |
static SockJSHandler |
SockJSHandler.create(io.vertx.core.Vertx vertx)
Create a SockJS handler
|
static SockJSHandler |
SockJSHandler.create(io.vertx.core.Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
SockJSHandler |
SockJSHandler.socketHandler(io.vertx.core.Handler<SockJSSocket> handler)
Set a SockJS socket handler.
|
Copyright © 2018. All rights reserved.