WebSocketHandler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebSocketHandler.type
Members list
Value members
Concrete methods
Handle a WebSocket
Handle a WebSocket
Attributes
Convert a flow of messages to a flow of frame events.
Convert a flow of messages to a flow of frame events.
This implements the WebSocket control logic, including handling ping frames and closing the connection in a spec compliant manner.
Attributes
Deprecated methods
Handle a WebSocket without selecting a subprotocol
Handle a WebSocket without selecting a subprotocol
This may cause problems with clients that propose subprotocols in the upgrade request and expect the server to pick one, such as Chrome.
See https://github.com/playframework/playframework/issues/7895
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true
Convert a flow of messages to a flow of frame events.
Convert a flow of messages to a flow of frame events.
This implements the WebSocket control logic, including handling ping frames and closing the connection in a spec compliant manner.
Attributes
- Deprecated
- true