WebSocket - WebSocket コネクション ====================================================================================== WebSocket コネクションのアクセスAPIを提供します。 .. deprecated:: 2.0.0 代わりに :doc:`iscp` を使用してください。 .. automodule:: intdash :noindex: Request Methods ---------------- .. warning:: 以下のアクセスオブジェクトは、必ず client の `connect_websocket()` を使用して生成してください。 .. code-block:: python client = intdash.Client(...) conn = client.connect_websocket() .. autoclass:: WebSocketConn(...) :members: Request Params ---------------- .. autoclass:: DownstreamSpec(...) .. autoclass:: DataFilter(...) .. autoclass:: UpstreamSpec(...)