autobahn.twisted.testing

Attributes

Functions

create_memory_agent(reactor, pumper, server_protocol)

return a new instance implementing IWebSocketClientAgent.

create_pumper()

return a new instance implementing IPumper

Package Contents

MemoryReactorClockResolver[source]
create_memory_agent(reactor, pumper, server_protocol)[source]

return a new instance implementing IWebSocketClientAgent.

connection attempts will be satisfied by traversing the Upgrade request path starting at resource to find a WebSocketResource and then exchange data between client and server using purely in-memory buffers.

create_pumper()[source]

return a new instance implementing IPumper