userver: testsuite.plugins.tcp_mockserver.ProtocolFactory Class Reference
Loading...
Searching...
No Matches
testsuite.plugins.tcp_mockserver.ProtocolFactory Class Reference

Detailed Description

Definition at line 89 of file tcp_mockserver.py.

Public Member Functions

 __init__ (self)
 __call__ (self)
 attach_client_handler (self, handler)

Public Attributes

 client_handler = None

Constructor & Destructor Documentation

◆ __init__()

testsuite.plugins.tcp_mockserver.ProtocolFactory.__init__ ( self)

Definition at line 90 of file tcp_mockserver.py.

Member Function Documentation

◆ __call__()

testsuite.plugins.tcp_mockserver.ProtocolFactory.__call__ ( self)

Definition at line 93 of file tcp_mockserver.py.

◆ attach_client_handler()

testsuite.plugins.tcp_mockserver.ProtocolFactory.attach_client_handler ( self,
handler )

Definition at line 104 of file tcp_mockserver.py.

Member Data Documentation

◆ client_handler

testsuite.plugins.tcp_mockserver.ProtocolFactory.client_handler = None

Definition at line 91 of file tcp_mockserver.py.


The documentation for this class was generated from the following file: