DefaultWebSocketServerSession
interface DefaultWebSocketServerSession : DefaultWebSocketSession, WebSocketServerSession
Content copied to clipboard
Represents a server-side web socket session with all default implementations
See also
Functions
Properties
Link copied to clipboard
Associated received call that originating this session
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).