p
scalawebsocket
package scalawebsocket
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
WebSocket extends StrictLogging
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
-
trait
WebSocketListener extends WebSocketByteListener with WebSocketTextListener
Trait grouping all supported derivatives of org.asynchttpclient.ws.WebSocketListener