Interface NSURLConnectionDownloadDelegate

All Superinterfaces:
NSObjectProtocol, NSURLConnectionDelegate, ObjCProtocol
All Known Implementing Classes:
NSURLConnectionDownloadDelegateAdapter

public interface NSURLConnectionDownloadDelegate
extends NSURLConnectionDelegate
  • Method Details

    • didWriteData

      void didWriteData​(NSURLConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes)
    • didResumeDownloading

      void didResumeDownloading​(NSURLConnection connection, long totalBytesWritten, long expectedTotalBytes)
    • didFinishDownloading

      void didFinishDownloading​(NSURLConnection connection, NSURL destinationURL)