Uses of Interface
org.robovm.apple.foundation.NSURLAuthenticationChallengeSender
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLAuthenticationChallengeSender in org.robovm.apple.foundation
Classes in org.robovm.apple.foundation that implement NSURLAuthenticationChallengeSender Modifier and Type Class Description classNSURLAuthenticationChallengeSenderAdapterMethods in org.robovm.apple.foundation that return NSURLAuthenticationChallengeSender Modifier and Type Method Description NSURLAuthenticationChallengeSenderNSURLAuthenticationChallenge. getSender()Methods in org.robovm.apple.foundation with parameters of type NSURLAuthenticationChallengeSender Modifier and Type Method Description protected longNSURLAuthenticationChallenge. init(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)protected longNSURLAuthenticationChallenge. init(NSURLProtectionSpace space, NSURLCredential credential, long previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)Constructors in org.robovm.apple.foundation with parameters of type NSURLAuthenticationChallengeSender Constructor Description NSURLAuthenticationChallenge(NSURLAuthenticationChallenge challenge, NSURLAuthenticationChallengeSender sender)NSURLAuthenticationChallenge(NSURLProtectionSpace space, NSURLCredential credential, long previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)