webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<NSURLDownloadDelegate > Protocol Reference

#import <NSURLDownloadSPI.h>

Inheritance diagram for <NSURLDownloadDelegate >:

Instance Methods

(void- downloadDidBegin:
 
(NSURLRequest *) - download:willSendRequest:redirectResponse:
 
(BOOL- download:canAuthenticateAgainstProtectionSpace:
 
(void- download:didReceiveAuthenticationChallenge:
 
(BOOL- downloadShouldUseCredentialStorage:
 
(void- download:didReceiveResponse:
 
(void- download:willResumeWithResponse:fromByte:
 
(void- download:didReceiveDataOfLength:
 
(BOOL- download:shouldDecodeSourceDataOfMIMEType:
 
(void- download:decideDestinationWithSuggestedFilename:
 
(void- download:didCreateDestination:
 
(void- downloadDidFinish:
 
(void- download:didFailWithError:
 
(void- downloadDidBegin:
 
(NSURLRequest *) - download:willSendRequest:redirectResponse:
 
(BOOL- download:canAuthenticateAgainstProtectionSpace:
 
(void- download:didReceiveAuthenticationChallenge:
 
(BOOL- downloadShouldUseCredentialStorage:
 
(void- download:didReceiveResponse:
 
(void- download:willResumeWithResponse:fromByte:
 
(void- download:didReceiveDataOfLength:
 
(BOOL- download:shouldDecodeSourceDataOfMIMEType:
 
(void- download:decideDestinationWithSuggestedFilename:
 
(void- download:didCreateDestination:
 
(void- downloadDidFinish:
 
(void- download:didFailWithError:
 

Method Documentation

◆ download:canAuthenticateAgainstProtectionSpace:() [1/2]

- (BOOL NSURLDownloadDelegate) download: (NSURLDownload *)  connection
canAuthenticateAgainstProtectionSpace: (NSURLProtectionSpace *)  protectionSpace 
optional

◆ download:canAuthenticateAgainstProtectionSpace:() [2/2]

- (BOOL NSURLDownloadDelegate) download: (NSURLDownload *)  connection
canAuthenticateAgainstProtectionSpace: (NSURLProtectionSpace *)  protectionSpace 
optional

◆ download:decideDestinationWithSuggestedFilename:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
decideDestinationWithSuggestedFilename: (NSString *)  filename 
optional

◆ download:decideDestinationWithSuggestedFilename:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
decideDestinationWithSuggestedFilename: (NSString *)  filename 
optional

◆ download:didCreateDestination:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didCreateDestination: (NSString *)  path 
optional

◆ download:didCreateDestination:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didCreateDestination: (NSString *)  path 
optional

◆ download:didFailWithError:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didFailWithError: (NSError *)  error 
optional

◆ download:didFailWithError:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didFailWithError: (NSError *)  error 
optional

◆ download:didReceiveAuthenticationChallenge:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveAuthenticationChallenge: (NSURLAuthenticationChallenge *)  challenge 
optional

◆ download:didReceiveAuthenticationChallenge:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveAuthenticationChallenge: (NSURLAuthenticationChallenge *)  challenge 
optional

◆ download:didReceiveDataOfLength:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveDataOfLength: (NSUInteger)  length 
optional

◆ download:didReceiveDataOfLength:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveDataOfLength: (NSUInteger)  length 
optional

◆ download:didReceiveResponse:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveResponse: (NSURLResponse *)  response 
optional

◆ download:didReceiveResponse:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
didReceiveResponse: (NSURLResponse *)  response 
optional

◆ download:shouldDecodeSourceDataOfMIMEType:() [1/2]

- (BOOL NSURLDownloadDelegate) download: (NSURLDownload *)  download
shouldDecodeSourceDataOfMIMEType: (NSString *)  encodingType 
optional

◆ download:shouldDecodeSourceDataOfMIMEType:() [2/2]

- (BOOL NSURLDownloadDelegate) download: (NSURLDownload *)  download
shouldDecodeSourceDataOfMIMEType: (NSString *)  encodingType 
optional

◆ download:willResumeWithResponse:fromByte:() [1/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
willResumeWithResponse: (NSURLResponse *)  response
fromByte: (long long)  startingByte 
optional

◆ download:willResumeWithResponse:fromByte:() [2/2]

- (void NSURLDownloadDelegate) download: (NSURLDownload *)  download
willResumeWithResponse: (NSURLResponse *)  response
fromByte: (long long)  startingByte 
optional

◆ download:willSendRequest:redirectResponse:() [1/2]

- (NSURLRequest * NSURLDownloadDelegate) download: (NSURLDownload *)  download
willSendRequest: (NSURLRequest *)  request
redirectResponse: (NSURLResponse *)  redirectResponse 
optional

◆ download:willSendRequest:redirectResponse:() [2/2]

- (NSURLRequest * NSURLDownloadDelegate) download: (NSURLDownload *)  download
willSendRequest: (NSURLRequest *)  request
redirectResponse: (NSURLResponse *)  redirectResponse 
optional

◆ downloadDidBegin:() [1/2]

- (void NSURLDownloadDelegate) downloadDidBegin: (NSURLDownload *)  download
optional

◆ downloadDidBegin:() [2/2]

- (void NSURLDownloadDelegate) downloadDidBegin: (NSURLDownload *)  download
optional

◆ downloadDidFinish:() [1/2]

- (void NSURLDownloadDelegate) downloadDidFinish: (NSURLDownload *)  download
optional

◆ downloadDidFinish:() [2/2]

- (void NSURLDownloadDelegate) downloadDidFinish: (NSURLDownload *)  download
optional

◆ downloadShouldUseCredentialStorage:() [1/2]

- (BOOL NSURLDownloadDelegate) downloadShouldUseCredentialStorage: (NSURLDownload *)  download
optional

◆ downloadShouldUseCredentialStorage:() [2/2]

- (BOOL NSURLDownloadDelegate) downloadShouldUseCredentialStorage: (NSURLDownload *)  download
optional

The documentation for this protocol was generated from the following file: