bokeh.client.states¶
Provide a set of objects to represent different stages of a connection to a Bokeh server.
-
class
bokeh.client.states.CONNECTED_AFTER_ACK¶ The
ClientConnectionconnected to a Bokeh server, and has received an ACK from it.
-
class
bokeh.client.states.CONNECTED_BEFORE_ACK¶ The
ClientConnectionconnected to a Bokeh server, but has not yet received an ACK from it.
-
class
bokeh.client.states.DISCONNECTED¶ The
ClientConnectionwas connected to a Bokeh server, but is now disconnected.
-
class
bokeh.client.states.NOT_YET_CONNECTED¶ The
ClientConnectionis not yet connected.