IPython Documentation

Table Of Contents

Previous topic

Module: html.base.handlers

Next topic

Module: html.fabfile

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

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