bokeh.client.states¶
Provide a set of objects to represent different stages of a connection to a Bokeh server.
-
class
CONNECTED_BEFORE_ACK[source]¶ The
ClientConnectionconnected to a Bokeh server, but has not yet received an ACK from it.
-
class
CONNECTED_AFTER_ACK[source]¶ The
ClientConnectionconnected to a Bokeh server, and has received an ACK from it.
-
class
DISCONNECTED[source]¶ The
ClientConnectionwas connected to a Bokeh server, but is now disconnected.
-
class
WAITING_FOR_REPLY(reqid)[source]¶ The
ClientConnectionhas sent a message to the Bokeh Server which should generate a paired reply, and is waiting for the reply.-
property
reply¶ The reply from the server. (
Noneuntil the reply arrives)
-
property
reqid¶ The request ID of the originating message.
-
property