twisted.mail.alias.ProcessAliasProtocol(protocol.ProcessProtocol)
class documentationtwisted.mail.alias
View Source
(View In Hierarchy)
A process protocol which errbacks a deferred when the associated process ends.
Instance Variable | onEnd | If set, a deferred on which to errback when the process ends. (type: NoneType
or Deferred ) |
Method | processEnded | Call an errback. |
Inherited from BaseProtocol (via ProcessProtocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via ProcessProtocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |