final case class SocketProtocol(subprotocols: Option[String], handshakeTimeoutMillis: Long, forceCloseTimeoutMillis: Long, handleCloseFrames: Boolean, sendCloseFrame: WebSocketCloseStatus, dropPongFrames: Boolean, decoderConfig: SocketDecoder)
Server side websocket configuration
- Companion:
- object
Value members
Concrete methods
Close frame to send, when close frame was not send manually.
Close frame to send, when close frame was not send manually.
Close frame to send, when close frame was not send manually.
Close frame to send, when close frame was not send manually.
Close the connection if it was not closed by the client after timeout specified
Close the connection if it was not closed by the client after timeout specified