WebSocketFlowHandler
play.core.server.common.WebSocketFlowHandler
object WebSocketFlowHandler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebSocketFlowHandler.type
Members list
Type members
Value members
Concrete methods
def webSocketProtocol(bufferLimit: Int, wsKeepAliveMode: String, wsKeepAliveMaxIdle: Duration): BidiFlow[RawMessage, Message, Message, Message, NotUsed]
Implements the WebSocket protocol, including correctly handling the closing of the WebSocket, as well as other control frames like ping/pong.
Implements the WebSocket protocol, including correctly handling the closing of the WebSocket, as well as other control frames like ping/pong.
Attributes
Deprecated methods
Implements the WebSocket protocol, including correctly handling the closing of the WebSocket, as well as other control frames like ping/pong.
Implements the WebSocket protocol, including correctly handling the closing of the WebSocket, as well as other control frames like ping/pong.
Attributes
- Deprecated
- true
In this article