Packages

package sockjs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BridgeEvent extends BaseBridgeEvent

    Represents an event that occurs on the event bus bridge.

    Represents an event that occurs on the event bus bridge.

    Please consult the documentation for a full explanation.

  2. class BridgeOptions extends AnyRef

    Options for configuring the event bus bridge.

  3. class SockJSHandler extends Handler[RoutingContext]

    A handler that allows you to handle SockJS connections from clients.

    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:

  4. class SockJSHandlerOptions extends AnyRef

    Options for configuring a SockJS handler

  5. class SockJSSocket extends ReadStream[Buffer] with WriteStream[Buffer]

    You interact with SockJS clients through instances of SockJS socket.

    You interact with SockJS clients through instances of SockJS socket.

    The API is very similar to io.vertx.scala.core.http.WebSocket. It implements both and so it can be used with io.vertx.scala.core.streams.Pump to pump data with flow control.

Ungrouped