IPython Documentation

Table Of Contents

Previous topic

Module: html.base.handlers

Next topic

Module: html.fabfile

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: html.base.zmqhandlers

Tornado handlers for WebSocket <-> ZMQ sockets.

Authors:

  • Brian Granger

2 Classes

class IPython.html.base.zmqhandlers.ZMQStreamHandler(application, request, **kwargs)

Bases: tornado.websocket.WebSocketHandler

allow_draft76()

Allow draft 76, until browsers such as Safari update to RFC 6455.

This has been disabled by default in tornado in release 2.2.0, and support will be removed in later versions.

meaningless for websockets

same_origin()

Check to see that origin and host match in the headers.

class IPython.html.base.zmqhandlers.AuthenticatedZMQStreamHandler(application, request, **kwargs)

Bases: IPython.html.base.zmqhandlers.ZMQStreamHandler, IPython.html.base.handlers.IPythonHandler