crossbar.router

Submodules

Exceptions

NotAttached

Internal error: session not attached to router.

Classes

RouterOptions

Router options for creating routers.

Package Contents

exception NotAttached[source]

Bases: RuntimeError

Internal error: session not attached to router.

class RouterOptions(uri_check=None, event_dispatching_chunk_size=None)[source]

Bases: object

Router options for creating routers.

URI_CHECK_LOOSE = 'loose'[source]
URI_CHECK_STRICT = 'strict'[source]
__str__()[source]
event_dispatching_chunk_size = 100[source]
uri_check = 'strict'[source]