Package | Description |
---|---|
io.vertx.ext.apex.handler.sockjs | |
io.vertx.rxjava.ext.apex.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
SockJSHandler |
SockJSHandler.bridge(BridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
static SockJSHandler |
SockJSHandler.create(Vertx vertx)
Create a SockJS handler
|
static SockJSHandler |
SockJSHandler.create(Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
SockJSHandler |
SockJSHandler.socketHandler(Handler<SockJSSocket> handler)
Set a SockJS socket handler.
|
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler.newInstance(SockJSHandler arg) |
Constructor and Description |
---|
SockJSHandler(SockJSHandler delegate) |
Copyright © 2015. All Rights Reserved.