File: autobahn.asyncio.rst

package info (click to toggle)
python-autobahn 22.7.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,404 kB
  • sloc: python: 38,356; javascript: 2,705; makefile: 905; ansic: 371; sh: 63
file content (81 lines) | stat: -rw-r--r-- 2,094 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Module ``autobahn.asyncio``
===========================

Autobahn asyncio specific classes. These are used when asyncio is run as the underlying networking framework.


Component
---------

The component API provides a high-level funcional style method of defining and running WAMP components including authentication configuration

.. autoclass:: autobahn.asyncio.component.Component
    :members:

.. autofunction:: autobahn.asyncio.component.run


WebSocket Protocols and Factories
---------------------------------

Classes for WebSocket clients and servers using asyncio.

.. autoclass:: autobahn.asyncio.websocket.WebSocketServerProtocol
    :members:

.. autoclass:: autobahn.asyncio.websocket.WebSocketClientProtocol
    :members:

.. autoclass:: autobahn.asyncio.websocket.WebSocketServerFactory
    :members:

.. autoclass:: autobahn.asyncio.websocket.WebSocketClientFactory
    :members:


WAMP-over-WebSocket Protocols and Factories
-------------------------------------------

Classes for WAMP-WebSocket clients and servers using asyncio.

.. autoclass:: autobahn.asyncio.websocket.WampWebSocketServerProtocol
    :members:

.. autoclass:: autobahn.asyncio.websocket.WampWebSocketClientProtocol
    :members:

.. autoclass:: autobahn.asyncio.websocket.WampWebSocketServerFactory
    :members:

.. autoclass:: autobahn.asyncio.websocket.WampWebSocketClientFactory
    :members:


WAMP-over-RawSocket Protocols and Factories
-------------------------------------------

Classes for WAMP-RawSocket clients and servers using asyncio.

.. autoclass:: autobahn.asyncio.rawsocket.WampRawSocketServerProtocol
    :members:

.. autoclass:: autobahn.asyncio.rawsocket.WampRawSocketClientProtocol
    :members:

.. autoclass:: autobahn.asyncio.rawsocket.WampRawSocketServerFactory
    :members:

.. autoclass:: autobahn.asyncio.rawsocket.WampRawSocketClientFactory
    :members:


WAMP Sessions
-------------

Classes for WAMP sessions using asyncio.

.. autoclass:: autobahn.asyncio.wamp.ApplicationSession
    :members:

.. autoclass:: autobahn.asyncio.wamp.ApplicationRunner
    :members: