Known subclasses: twisted.protocols.amp.AMP

Implements interfaces: twisted.protocols.amp.IResponderLocator

Implement the AMP.locateResponder method to do simple, string-based dispatch.

Class Variable baseDispatchPrefix Undocumented
Method locateResponder Locate a callable to invoke when executing the named command.
baseDispatchPrefix =
Undocumented
(type: str)
def locateResponder(self, name): (source)

Locate a callable to invoke when executing the named command.

Parametersnamethe normalized name (from the wire) of the command. (type: bytes)
Returnsa function with the name "amp_" + name on the same instance, or None if no such function exists. This function will then be called with the AmpBox itself as an argument.
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.