Package org.robovm.apple.foundation
Interface NSURLConnectionDownloadDelegate
- All Superinterfaces:
NSObjectProtocol,NSURLConnectionDelegate,ObjCProtocol
- All Known Implementing Classes:
NSURLConnectionDownloadDelegateAdapter
public interface NSURLConnectionDownloadDelegate extends NSURLConnectionDelegate
-
Method Summary
Modifier and Type Method Description voiddidFinishDownloading(NSURLConnection connection, NSURL destinationURL)voiddidResumeDownloading(NSURLConnection connection, long totalBytesWritten, long expectedTotalBytes)voiddidWriteData(NSURLConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes)Methods inherited from interface org.robovm.apple.foundation.NSURLConnectionDelegate
canAuthenticateAgainstProtectionSpace, didCancelAuthenticationChallenge, didFail, didReceiveAuthenticationChallenge, shouldUseCredentialStorage, willSendRequestForAuthenticationChallenge
-
Method Details
-
didWriteData
void didWriteData(NSURLConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes) -
didResumeDownloading
void didResumeDownloading(NSURLConnection connection, long totalBytesWritten, long expectedTotalBytes) -
didFinishDownloading
-