| Package | Description |
|---|---|
| io.vertx.ext.apex.handler.sockjs | |
| io.vertx.rxjava.ext.apex.handler.sockjs |
| Modifier and Type | Method and Description |
|---|---|
BridgeOptions |
BridgeOptions.addInboundPermitted(PermittedOptions permitted) |
BridgeOptions |
BridgeOptions.addOutboundPermitted(PermittedOptions permitted) |
BridgeOptions |
BridgeOptions.setMaxAddressLength(int maxAddressLength) |
BridgeOptions |
BridgeOptions.setMaxHandlersPerSocket(int maxHandlersPerSocket) |
BridgeOptions |
BridgeOptions.setPingTimeout(long pingTimeout) |
BridgeOptions |
BridgeOptions.setReplyTimeout(long replyTimeout) |
| Modifier and Type | Method and Description |
|---|---|
SockJSHandler |
SockJSHandler.bridge(BridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
| Constructor and Description |
|---|
BridgeOptions(BridgeOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
SockJSHandler |
SockJSHandler.bridge(BridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Copyright © 2015. All Rights Reserved.