twisted.internet._resolver.FirstOneWins(object) class documentationtwisted.internet._resolver
          View Source
          (View In Hierarchy)
        
      Implements interfaces: twisted.internet.interfaces.IResolutionReceiver
An IResolutionReceiver which fires a Deferred with its first result.
| Method | __init__ | |
| Method | resolutionBegan | See IResolutionReceiver.resolutionBegan | 
  
| Method | addressResolved | See IResolutionReceiver.addressResolved | 
  
| Method | resolutionComplete | See IResolutionReceiver.resolutionComplete | 
  
| Instance Variable | _deferred | Undocumented | 
| Instance Variable | _resolved | Undocumented | 
| Instance Variable | _resolution | Undocumented | 
| Parameters | deferred | The Deferred to fire when the first resolution result arrives. | 
See IResolutionReceiver.resolutionBegan
| Parameters | resolution | See IResolutionReceiver.resolutionBegan | 
See IResolutionReceiver.addressResolved
| Parameters | address | See IResolutionReceiver.addressResolved |