[][src]Trait uikit_sys::PNSURLConnectionDelegate

pub trait PNSURLConnectionDelegate: Sized + Deref {
    unsafe fn connection_didFailWithError_(
        self,
        connection: NSURLConnection,
        error: NSError
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connectionShouldUseCredentialStorage_(
        self,
        connection: NSURLConnection
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connection_willSendRequestForAuthenticationChallenge_(
        self,
        connection: NSURLConnection,
        challenge: NSURLAuthenticationChallenge
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connection_canAuthenticateAgainstProtectionSpace_(
        self,
        connection: NSURLConnection,
        protectionSpace: NSURLProtectionSpace
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connection_didReceiveAuthenticationChallenge_(
        self,
        connection: NSURLConnection,
        challenge: NSURLAuthenticationChallenge
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connection_didCancelAuthenticationChallenge_(
        self,
        connection: NSURLConnection,
        challenge: NSURLAuthenticationChallenge
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn connection_didFailWithError_(
    self,
    connection: NSURLConnection,
    error: NSError
) where
    Self::Target: Message + Sized

unsafe fn connectionShouldUseCredentialStorage_(
    self,
    connection: NSURLConnection
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn connection_willSendRequestForAuthenticationChallenge_(
    self,
    connection: NSURLConnection,
    challenge: NSURLAuthenticationChallenge
) where
    Self::Target: Message + Sized

unsafe fn connection_canAuthenticateAgainstProtectionSpace_(
    self,
    connection: NSURLConnection,
    protectionSpace: NSURLProtectionSpace
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn connection_didReceiveAuthenticationChallenge_(
    self,
    connection: NSURLConnection,
    challenge: NSURLAuthenticationChallenge
) where
    Self::Target: Message + Sized

unsafe fn connection_didCancelAuthenticationChallenge_(
    self,
    connection: NSURLConnection,
    challenge: NSURLAuthenticationChallenge
) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...