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

Packages that use NSURLProtectionSpace
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSURLProtectionSpace in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLProtectionSpace
static NSURLProtectionSpace NSURLProtectionSpace.alloc()
           
abstract  NSURLProtectionSpace NSURLProtectionSpace._class_.alloc()
           
static NSURLProtectionSpace NSURLProtectionSpace.createWithHost_port_protocol_realm_authenticationMethod(NSString host, NSInteger port, NSString protocol, NSString realm, NSString authenticationMethod)
          Factory method
static NSURLProtectionSpace NSURLProtectionSpace.createWithProxyHost_port_type_realm_authenticationMethod(NSString host, NSInteger port, NSString type, NSString realm, NSString authenticationMethod)
          Factory method
abstract  NSURLProtectionSpace NSURLProtectionSpace.initWithHost_port_protocol_realm_authenticationMethod(NSString host, NSInteger port, NSString protocol, NSString realm, NSString authenticationMethod)
           
abstract  NSURLProtectionSpace NSURLProtectionSpace.initWithProxyHost_port_type_realm_authenticationMethod(NSString host, NSInteger port, NSString type, NSString realm, NSString authenticationMethod)
           
static NSURLProtectionSpace NSURLProtectionSpace.new_()
           
abstract  NSURLProtectionSpace NSURLProtectionSpace._class_.new_()
           
abstract  NSURLProtectionSpace NSURLAuthenticationChallenge.protectionSpace()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSURLProtectionSpace
static NSURLAuthenticationChallenge NSURLAuthenticationChallenge.createWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, NSInteger previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)
          Factory method
abstract  NSDictionary NSURLCredentialStorage.credentialsForProtectionSpace(NSURLProtectionSpace space)
           
abstract  NSURLCredential NSURLCredentialStorage.defaultCredentialForProtectionSpace(NSURLProtectionSpace space)
           
abstract  NSURLAuthenticationChallenge NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, NSInteger previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)
           
abstract  void NSURLCredentialStorage.removeCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
           
abstract  void NSURLCredentialStorage.setCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
           
abstract  void NSURLCredentialStorage.setDefaultCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
           
 

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

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSURLProtectionSpace
 boolean NSURLConnectionDelegate.connection_canAuthenticateAgainstProtectionSpace(NSURLConnection connection, NSURLProtectionSpace protectionSpace)
           
 boolean NSURLDownloadDelegate.download_canAuthenticateAgainstProtectionSpace(NSURLDownload connection, NSURLProtectionSpace protectionSpace)
           
 



Copyright © 2009. All Rights Reserved.