Interface NSURLConnectionDelegate

    • Method Detail

      • shouldUseCredentialStorage

        boolean shouldUseCredentialStorage​(NSURLConnection connection)
      • canAuthenticateAgainstProtectionSpace

        @Deprecated
        boolean canAuthenticateAgainstProtectionSpace​(NSURLConnection connection,
                                                      NSURLProtectionSpace protectionSpace)
        Deprecated.
        Deprecated in iOS 8.0. Use -connection:willSendRequestForAuthenticationChallenge: instead.
        Since:
        Available in iOS 3.0 and later.
      • didReceiveAuthenticationChallenge

        @Deprecated
        void didReceiveAuthenticationChallenge​(NSURLConnection connection,
                                               NSURLAuthenticationChallenge challenge)
        Deprecated.
        Deprecated in iOS 8.0. Use -connection:willSendRequestForAuthenticationChallenge: instead.
        Since:
        Available in iOS 2.0 and later.
      • didCancelAuthenticationChallenge

        @Deprecated
        void didCancelAuthenticationChallenge​(NSURLConnection connection,
                                              NSURLAuthenticationChallenge challenge)
        Deprecated.
        Deprecated in iOS 8.0. Use -connection:willSendRequestForAuthenticationChallenge: instead.
        Since:
        Available in iOS 2.0 and later.