autobahn.asyncio.rawsocket


Module Contents

Classes

WampRawSocketServerProtocol

asyncio-based WAMP-over-RawSocket server protocol.

WampRawSocketClientProtocol

asyncio-based WAMP-over-RawSocket client protocol.

WampRawSocketServerFactory

asyncio-based WAMP-over-RawSocket server protocol factory.

WampRawSocketClientFactory

asyncio-based WAMP-over-RawSocket client factory.

class autobahn.asyncio.rawsocket.WampRawSocketServerProtocol[source]

Bases: WampRawSocketMixinGeneral, WampRawSocketMixinAsyncio, RawSocketServerProtocol

asyncio-based WAMP-over-RawSocket server protocol.

Implements:

supports_serializer(ser_id)[source]
class autobahn.asyncio.rawsocket.WampRawSocketClientProtocol[source]

Bases: WampRawSocketMixinGeneral, WampRawSocketMixinAsyncio, RawSocketClientProtocol

asyncio-based WAMP-over-RawSocket client protocol.

Implements:

property serializer_id
class autobahn.asyncio.rawsocket.WampRawSocketServerFactory(factory, serializers=None)[source]

Bases: WampRawSocketFactory

asyncio-based WAMP-over-RawSocket server protocol factory.

protocol
class autobahn.asyncio.rawsocket.WampRawSocketClientFactory(factory, serializer=None)[source]

Bases: WampRawSocketFactory

asyncio-based WAMP-over-RawSocket client factory.

protocol