zio.http.WebSocketConfig
See theWebSocketConfig companion object
final case class WebSocketConfig(subprotocols: Option[String] = ..., handshakeTimeoutMillis: Long = ..., forceCloseTimeoutMillis: Long = ..., handleCloseFrames: Boolean = ..., sendCloseFrame: CloseStatus = ..., dropPongFrames: Boolean = ..., decoderConfig: SocketDecoder = ...)
Server side websocket configuration
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
Members list
In this article