bokeh.server.connection#
提供 ServerSession
类。
- class ServerConnection(protocol: Protocol, socket: WSHandler, application_context: ApplicationContext, session: ServerSession)[source]#
封装与客户端的 websocket 连接。
- send_patch_document(event: DocumentPatchedEvent) Awaitable[None] [source]#
发送 PATCH-DOC 消息,返回一个当消息写入时完成的 Future。