vertx / io.vertx.ext.web.handler.sockjs

Package io.vertx.ext.web.handler.sockjs

Types

SockJSHandler

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:

Transport

class Transport

The available SockJS transports