Uses of Class
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge.NSURLAuthenticationChallenge

Packages that use NSURLAuthenticationChallenge
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
 

Uses of NSURLAuthenticationChallenge in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURLAuthenticationChallenge
 void NSObject.connection_didReceiveAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.download_didReceiveAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.download_didCancelAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.connection_didCancelAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge with parameters of type NSURLAuthenticationChallenge
 void NSURLAuthenticationChallengeSenderProtocol.useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
          This method represents the useCredential() method of the NSURLAuthenticationChallengeSenderProtocol Objective-C protocol.
 void NSURLAuthenticationChallengeSenderProtocol.continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 void NSURLAuthenticationChallengeSenderProtocol.cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 Id NSURLAuthenticationChallenge.initWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge challenge, Id sender)
          This method represents the initWithAuthenticationChallenge() method of the NSURLAuthenticationChallenge Objective-C class.
 

Uses of NSURLAuthenticationChallenge in com.jniwrapper.macosx.cocoa.nsurlprotocol
 

Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSURLAuthenticationChallenge
 void NSURLProtocolClientProtocol.URLProtocol_didReceiveAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
 void NSURLProtocolClientProtocol.URLProtocol_didCancelAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.