Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared SockJSHandler create(Vertx vertx)

Create a SockJS handler

Parameters:
  • vertx

    the Vert.x instance

createshared SockJSHandler create(Vertx vertx, SockJSHandlerOptions options)

Create a SockJS handler

Parameters:
  • vertx

    the Vert.x instance

  • options

    options to configure the handler

installTestApplicationsshared void installTestApplications(Router router, Vertx vertx)

Install SockJS test applications on a router - used when running the SockJS test suite

Parameters:
  • router

    the router to install on

  • vertx

    the Vert.x instance

Inherited Methods
Methods inherited from: Object
equals