org.vertx.scala.core

sockjs

package sockjs

Visibility
  1. Public
  2. All

Type Members

  1. final class EventBusBridgeHook extends AnyVal

    A hook that you can use to receive various events on the EventBusBridge.

  2. final class SockJSServer extends Self

    This is an implementation of the server side part of SockJS.

  3. final class SockJSSocket extends Self with ReadStream with WriteStream

    You interact with SockJS clients through instances of SockJS socket.

Value Members

  1. object EventBusBridgeHook

  2. object SockJSServer

    Factory for org.vertx.scala.core.sockjs.SockJSServer instances.

  3. object SockJSSocket

    Factory for org.vertx.scala.core.sockjs.SockJSSocket instances.

Ungrouped