package sockjs
- Alphabetic
- Public
- All
Type Members
-
class
BridgeEvent
extends Future[Boolean]
Represents an event that occurs on the event bus bridge.
Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.
-
class
BridgeOptions
extends AnyRef
Options for configuring the event bus bridge.
-
class
PermittedOptions
extends AnyRef
Specify a match to allow for inbound and outbound traffic using the BridgeOptions.
Specify a match to allow for inbound and outbound traffic using the BridgeOptions.
-
class
SockJSHandler
extends Handler[RoutingContext]
A handler that allows you to handle SockJS connections from clients.
A handler that allows you to handle SockJS connections from clients.
We currently support version 0.3.3 of the SockJS protocol, which can be found in this tag:
-
class
SockJSHandlerOptions
extends AnyRef
Options for configuring a SockJS handler
-
class
SockJSSocket
extends ReadStream[Buffer] with WriteStream[Buffer]
You interact with SockJS clients through instances of SockJS socket.
You interact with SockJS clients through instances of SockJS socket.
The API is very similar to io.vertx.scala.core.http.WebSocket. It implements both and so it can be used with io.vertx.scala.core.streams.Pump to pump data with flow control.
Value Members
- object BridgeEvent
- object BridgeOptions
- object PermittedOptions
- object SockJSHandler
- object SockJSHandlerOptions
- object SockJSSocket