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)
|