-
-
Methods in org.robovm.apple.foundation with parameters of type NSURLAuthenticationChallenge
| Modifier and Type |
Method |
Description |
void |
NSURLAuthenticationChallengeSender.cancel(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.cancel(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSender.continueWithoutCredential(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.continueWithoutCredential(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLConnectionDelegate.didCancelAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
Deprecated.
|
void |
NSURLConnectionDelegateAdapter.didCancelAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
Deprecated.
|
void |
NSURLProtocolClient.didCancelAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLProtocolClientAdapter.didCancelAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLConnectionDelegate.didReceiveAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
Deprecated.
|
void |
NSURLConnectionDelegateAdapter.didReceiveAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
Deprecated.
|
void |
NSURLProtocolClient.didReceiveAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLProtocolClientAdapter.didReceiveAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLSessionDelegate.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegate.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
protected long |
NSURLAuthenticationChallenge.init(NSURLAuthenticationChallenge challenge,
NSURLAuthenticationChallengeSender sender) |
|
void |
NSURLAuthenticationChallengeSender.performDefaultHandling(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.performDefaultHandling(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSender.rejectProtectionSpaceAndContinue(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.rejectProtectionSpaceAndContinue(NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSender.useCredential(NSURLCredential credential,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.useCredential(NSURLCredential credential,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLConnectionDelegate.willSendRequestForAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLConnectionDelegateAdapter.willSendRequestForAuthenticationChallenge(NSURLConnection connection,
NSURLAuthenticationChallenge challenge) |
|
-
Subclasses of NSURLAuthenticationChallenge in org.robovm.apple.webkit
| Modifier and Type |
Class |
Description |
class |
WKNSURLAuthenticationChallenge |
dkimitsa: this is very special workaround for bug #336
it happens when didReceiveAuthenticationChallenge navigation delegate's
callback being called and challenge is instance of WKNSURLAuthenticationChallenge class
the issue here is that WKNSURLAuthenticationChallenge itself doesn't inherit
NSURLAuthenticationChallenge and RoboVM can't build java object for it as it is not known
and hangs with exception.
|
Methods in org.robovm.apple.webkit with parameters of type NSURLAuthenticationChallenge
| Modifier and Type |
Method |
Description |
void |
WKDownloadDelegate.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKDownloadDelegateAdapter.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegate.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegateAdapter.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegate.shouldAllowDeprecatedTLS(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBooleanBlock decisionHandler) |
|
void |
WKNavigationDelegateAdapter.shouldAllowDeprecatedTLS(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBooleanBlock decisionHandler) |
|