DefaultWebSocketServerSession
Represents a server-side web socket session with all default implementations
See also
DefaultWebSocketSession
Properties
Extensions
Link copied to clipboard
Ping interval or null
to disable pinger. Please note that pongs will be handled despite this setting.
Link copied to clipboard
A timeout to wait for pong reply to ping otherwise the session will be terminated immediately. It doesn't have any effect if pingInterval is null
(pinger is disabled).