SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_keep_alive_response Event

Reports a response to a keep-alive message.

Syntax

class WebSocketServerKeepAliveResponseEventParams(object):
  @property
  def connection_id() -> int: ...

# In class WebSocketServer:
@property
def on_keep_alive_response() -> Callable[[WebSocketServerKeepAliveResponseEventParams], None]: ...
@on_keep_alive_response.setter
def on_keep_alive_response(event_hook: Callable[[WebSocketServerKeepAliveResponseEventParams], None]) -> None: ...

Remarks

This event is triggered when a response to a previously sent keep-alive message is received.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]