twisted.protocols.amp.AMP(BinaryBoxProtocol, BoxDispatcher, CommandLocator, SimpleStringLocator)
class documentationtwisted.protocols.amp
View Source
(View In Hierarchy)
Known subclasses: twisted.trial._dist.worker.LocalWorkerAMP, twisted.trial._dist.worker.WorkerProtocol
This protocol is an AMP connection. See the module docstring for protocol details.
Method | __init__ | Undocumented |
Method | locateResponder | Unify the implementations of CommandLocator
and SimpleStringLocator
to perform both kinds of dispatch, preferring CommandLocator . |
Method | __repr__ | A verbose string representation which gives us information about this AMP connection. |
Method | makeConnection | Emit a helpful log message when the connection is made. |
Method | connectionLost | Emit a helpful log message when the connection is lost. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Inherited from CommandLocator:
Class | __metaclass__ | No summary |
Method | lookupFunction | Deprecated synonym for locateResponder |
Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. |
Unify the implementations of CommandLocator
and SimpleStringLocator
to perform both kinds of dispatch, preferring CommandLocator
.
A verbose string representation which gives us information about this AMP connection.
Emit a helpful log message when the connection is made.