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:
Anything
Object
SockJSHandler
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
SockJSHandler(SockJSHandler unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
bridge | shared default SockJSHandler bridge(BridgeOptions bridgeOptions) Bridge the SockJS handler to the Vert.x event bus. This basically installs a built-in SockJS socket handler which takes SockJS traffic and bridges it to the event bus, thus allowing you to extend the server-side Vert.x event bus to browsers Parameters:
|
bridge | shared default SockJSHandler bridge(BridgeOptions bridgeOptions, Anything(BridgeEvent) bridgeEventHandler) Like bridge but specifying a handler that will receive bridge events. Parameters:
|
handle | shared default void handle(RoutingContext arg0) |
socketHandler | shared default SockJSHandler socketHandler(Anything(SockJSSocket) handler) Set a SockJS socket handler. This handler will be called with a SockJS socket whenever a SockJS connection is made from a client Parameters:
|
Inherited Methods |
Methods inherited from: Object equals |