Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSURLDownload |
boolean |
NSURLDownloadDelegate.download_canAuthenticateAgainstProtectionSpace(NSURLDownload connection,
NSURLProtectionSpace protectionSpace)
|
void |
NSURLDownloadDelegate.download_decideDestinationWithSuggestedFilename(NSURLDownload download,
NSString filename)
|
void |
NSURLDownloadDelegate.download_didCancelAuthenticationChallenge(NSURLDownload download,
NSURLAuthenticationChallenge challenge)
|
void |
NSURLDownloadDelegate.download_didCreateDestination(NSURLDownload download,
NSString path)
|
void |
NSURLDownloadDelegate.download_didFailWithError(NSURLDownload download,
NSError error)
|
void |
NSURLDownloadDelegate.download_didReceiveAuthenticationChallenge(NSURLDownload download,
NSURLAuthenticationChallenge challenge)
|
void |
NSURLDownloadDelegate.download_didReceiveDataOfLength(NSURLDownload download,
NSUInteger length)
|
void |
NSURLDownloadDelegate.download_didReceiveResponse(NSURLDownload download,
NSURLResponse response)
|
boolean |
NSURLDownloadDelegate.download_shouldDecodeSourceDataOfMIMEType(NSURLDownload download,
NSString encodingType)
|
void |
NSURLDownloadDelegate.download_willResumeWithResponse_fromByte(NSURLDownload download,
NSURLResponse response,
long startingByte)
|
NSURLRequest |
NSURLDownloadDelegate.download_willSendRequest_redirectResponse(NSURLDownload download,
NSURLRequest request,
NSURLResponse redirectResponse)
|
void |
NSURLDownloadDelegate.downloadDidBegin(NSURLDownload download)
|
void |
NSURLDownloadDelegate.downloadDidFinish(NSURLDownload download)
|
boolean |
NSURLDownloadDelegate.downloadShouldUseCredentialStorage(NSURLDownload download)
|