Files
deb-python-autobahn/doc/python/websocketaux.rst
2012-03-20 19:18:09 +01:00

35 lines
650 B
ReStructuredText

Auxiliary
=========
The classes and functions here provide auxiliary and supporting
functionality to the WebSocket implementation.
Connect & Listen
----------------
.. autofunction:: autobahn.websocket.connectWS
.. autofunction:: autobahn.websocket.listenWS
URL Handling
------------
.. autofunction:: autobahn.websocket.createWsUrl
.. autofunction:: autobahn.websocket.parseWsUrl
Opening Handshake
-----------------
.. autoclass:: autobahn.websocket.ConnectionRequest
:members: __init__
.. autoclass:: autobahn.websocket.ConnectionResponse
:members: __init__
.. autoclass:: autobahn.websocket.HttpException
:members: __init__