Uses of Class
com.jniwrapper.macosx.cocoa.nsurlprotectionspace.NSURLProtectionSpace

Packages that use NSURLProtectionSpace
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge   
com.jniwrapper.macosx.cocoa.nsurlcredentialstorage   
 

Uses of NSURLProtectionSpace in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge
 

Methods in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge with parameters of type NSURLProtectionSpace
 Id NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, com.jniwrapper.Int previousFailureCount, NSURLResponse response, NSError error, Id sender)
          This method represents the initWithProtectionSpace() method of the NSURLAuthenticationChallenge Objective-C class.
 

Uses of NSURLProtectionSpace in com.jniwrapper.macosx.cocoa.nsurlcredentialstorage
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcredentialstorage with parameters of type NSURLProtectionSpace
 com.jniwrapper.Pointer.Void NSURLCredentialStorage.defaultCredentialForProtectionSpace(NSURLProtectionSpace space)
           
 void NSURLCredentialStorage.setCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the setCredential() method of the NSURLCredentialStorage Objective-C class.
 void NSURLCredentialStorage.removeCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the removeCredential() method of the NSURLCredentialStorage Objective-C class.
 void NSURLCredentialStorage.setDefaultCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the setDefaultCredential() method of the NSURLCredentialStorage Objective-C class.
 com.jniwrapper.Pointer.Void NSURLCredentialStorage.credentialsForProtectionSpace(NSURLProtectionSpace space)