Methods in org.rococoa.cocoa.foundation that return NSURLAuthenticationChallenge |
static NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.alloc()
|
abstract NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge._class_.alloc()
|
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)
|
static NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.new_()
|
abstract NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge._class_.new_()
|