Package org.robovm.apple.foundation
Interface NSURLAuthenticationChallengeSender
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSURLAuthenticationChallengeSenderAdapter
public interface NSURLAuthenticationChallengeSender extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidcancel(NSURLAuthenticationChallenge challenge)voidcontinueWithoutCredential(NSURLAuthenticationChallenge challenge)voidperformDefaultHandling(NSURLAuthenticationChallenge challenge)voidrejectProtectionSpaceAndContinue(NSURLAuthenticationChallenge challenge)voiduseCredential(NSURLCredential credential, NSURLAuthenticationChallenge challenge)