crossbar.worker.testee¶
Classes¶
This is a factory which produces protocols. |
|
Base class for Twisted-based WebSocket server factories. |
Module Contents¶
- class StreamTesteeServerFactory[source]¶
Bases:
StreamTesteeServerFactory.protocolThis is a factory which produces protocols.
By default, buildProtocol will create a protocol of the class given in self.protocol.
- class WebSocketTesteeServerFactory(config, templates)[source]¶
Bases:
autobahn.twisted.websocket.WebSocketServerFactoryBase class for Twisted-based WebSocket server factories.
Implements
autobahn.websocket.interfaces.IWebSocketServerChannelFactory- protocol[source]¶
The protocol to be spoken. Must be derived from
autobahn.websocket.protocol.WebSocketServerProtocol.