Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs | |
io.vertx.groovy.ext.web.handler.sockjs | |
io.vertx.rxjava.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,
Handler<BridgeEvent> bridgeEventHandler)
Like
bridge(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
|
SockJSHandler |
SockJSHandler.socketHandler(Handler<SockJSSocket> handler)
Set a SockJS socket handler.
|
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler_GroovyExtension.bridge(SockJSHandler j_receiver,
Map<String,Object> bridgeOptions) |
static SockJSHandler |
SockJSHandler_GroovyExtension.bridge(SockJSHandler j_receiver,
Map<String,Object> bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler) |
static SockJSHandler |
SockJSHandler_GroovyStaticExtension.create(SockJSHandler j_receiver,
Vertx vertx,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler_GroovyExtension.bridge(SockJSHandler j_receiver,
Map<String,Object> bridgeOptions) |
static SockJSHandler |
SockJSHandler_GroovyExtension.bridge(SockJSHandler j_receiver,
Map<String,Object> bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler) |
static SockJSHandler |
SockJSHandler_GroovyStaticExtension.create(SockJSHandler j_receiver,
Vertx vertx,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
SockJSHandler |
SockJSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler.newInstance(SockJSHandler arg) |
Constructor and Description |
---|
SockJSHandler(SockJSHandler delegate) |
Copyright © 2017. All rights reserved.