djangofloor.wsgi.django_runserver¶
-
class
djangofloor.wsgi.django_runserver.Stream(wsgi_input)[source]¶ Wraps the handler’s socket/rfile attributes and makes it in to a file like object that can be read from/written to by the lower level websocket api.
-
fileno¶
-
read¶
-
write¶
-
-
class
djangofloor.wsgi.django_runserver.WebsocketRunServer(redis_connection=None)[source]¶ -
WS_GUID= b'258EAFA5-E914-47DA-95CA-C5AB0DC85B11'¶
-
WS_VERSIONS= ('13', '8', '7')¶
-