WebSocket

play.api.mvc.WebSocket
See theWebSocket companion object
trait WebSocket extends Handler

A WebSocket handler.

Attributes

Companion
object
Graph
Supertypes
trait Handler
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Execute the WebSocket.

Execute the WebSocket.

The return value is either a result to reject the WebSocket with (or otherwise respond in a different way), or a flow to handle the WebSocket messages.

Attributes