trait WebSocket extends Handler
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebSocket
- Handler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def apply(request: RequestHeader): Future[Either[Result, Flow[, Message, _]]]
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.
A WebSocket handler.