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
traitWebSocketListener extends WebSocketByteListener with WebSocketTextListener
Trait grouping all supported derivatives of org.asynchttpclient.ws.WebSocketListener
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