Uses of Class
org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge

Packages that use NSURLAuthenticationChallenge
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSURLAuthenticationChallenge in org.rococoa.cocoa.foundation
 

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

Methods in org.rococoa.cocoa.foundation with parameters of type NSURLAuthenticationChallenge
static NSURLAuthenticationChallenge NSURLAuthenticationChallenge.createWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)
          Factory method
abstract  NSURLAuthenticationChallenge NSURLAuthenticationChallenge.initWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)
           
 

Uses of NSURLAuthenticationChallenge in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSURLAuthenticationChallenge
 void NSURLConnectionDelegate.connection_didCancelAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
           
 void NSURLConnectionDelegate.connection_didReceiveAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
           
 void NSURLDownloadDelegate.download_didCancelAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
           
 void NSURLDownloadDelegate.download_didReceiveAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
           
 

Uses of NSURLAuthenticationChallenge in org.rococoa.cocoa.foundation.protocols
 

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSURLAuthenticationChallenge
 void NSURLAuthenticationChallengeSender.cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 void NSURLAuthenticationChallengeSender.continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 void NSURLProtocolClient.URLProtocol_didCancelAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
           
 void NSURLProtocolClient.URLProtocol_didReceiveAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
           
 void NSURLAuthenticationChallengeSender.useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
           
 



Copyright © 2009. All Rights Reserved.