Package

scalawebsocket

Permalink

package scalawebsocket

Visibility
  1. Public
  2. All

Type Members

  1. class WebSocket extends StrictLogging

    Permalink

    WebSocket wrapper for com.ning.http.client.AsyncHttpClient

    WebSocket wrapper for com.ning.http.client.AsyncHttpClient

    This is a thin wrapper for com.ning.http.client.AsyncHttpClient that exposes a functional API for attaching handlers to events that com.ning.http.client.AsyncHttpClient exposes.

    You can chain nearly every method in this class. The single exception is the shutdown() method, which ends the life of this websocket. After executing it, you need to create a new instance of scalawebsocket.WebSocket

  2. trait WebSocketListener extends WebSocketByteListener with WebSocketTextListener

    Permalink

    Trait grouping all supported derivatives of org.asynchttpclient.ws.WebSocketListener

Value Members

  1. object WebSocket

    Permalink

Ungrouped