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

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

Types

SockJSHandler

open class 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:

NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.sockjs.SockJSHandler non RX-ified interface using Vert.x codegen.