deb-python-autobahn/docs/reference/autobahn.asyncio.rst
Tobias Oberstein b6e0342a30 polish docs
2017-03-26 12:54:13 +02:00

21 lines
559 B
ReStructuredText

Module ``autobahn.asyncio``
===========================
Autobahn asyncio specific classes. These are used when asyncio is run as the underlying networking framework.
WebSocket Protocols and Factories
---------------------------------
.. autoclass:: autobahn.asyncio.websocket.WebSocketServerProtocol
:members:
.. autoclass:: autobahn.asyncio.websocket.WebSocketClientProtocol
:members:
.. autoclass:: autobahn.asyncio.websocket.WebSocketServerFactory
:members:
.. autoclass:: autobahn.asyncio.websocket.WebSocketClientFactory
:members: