class documentation
class FirstOneWins: (source)
Constructor: FirstOneWins(deferred)
Implements interfaces: twisted.internet.interfaces.IResolutionReceiver
An IResolutionReceiver
which fires a Deferred
with its first result.
Method | __init__ |
No summary |
Method | address |
See IResolutionReceiver.addressResolved |
Method | resolution |
See IResolutionReceiver.resolutionBegan |
Method | resolution |
See IResolutionReceiver.resolutionComplete |
Instance Variable | _deferred |
Undocumented |
Instance Variable | _resolution |
Undocumented |
Instance Variable | _resolved |
Undocumented |
See IResolutionReceiver.addressResolved
Parameters | |
address:IAddress | See IResolutionReceiver.addressResolved |
See IResolutionReceiver.resolutionBegan
Parameters | |
resolution:IHostResolution | See IResolutionReceiver.resolutionBegan |