Uses of Interface
org.rococoa.cocoa.foundation.protocols.NSURLAuthenticationChallengeSender

Packages that use NSURLAuthenticationChallengeSender
org.rococoa.cocoa.foundation   
 

Uses of NSURLAuthenticationChallengeSender in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLAuthenticationChallengeSender
abstract  NSURLAuthenticationChallengeSender NSURLAuthenticationChallenge.sender()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSURLAuthenticationChallengeSender
static NSURLAuthenticationChallenge NSURLAuthenticationChallenge.createWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)
          Factory method
static NSURLAuthenticationChallenge NSURLAuthenticationChallenge.createWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, NSInteger previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)
          Factory method
abstract  NSURLAuthenticationChallenge NSURLAuthenticationChallenge.initWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)
           
abstract  NSURLAuthenticationChallenge NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, NSInteger previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)
           
 



Copyright © 2009. All Rights Reserved.