interface SockJSHandler : Handler<RoutingContext>
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 Transport
The available SockJS transports |