Package org.robovm.apple.foundation
Interface NSURLConnectionDataDelegate
- All Superinterfaces:
NSObjectProtocol,NSURLConnectionDelegate,ObjCProtocol
- All Known Implementing Classes:
NSURLConnectionDataDelegateAdapter
public interface NSURLConnectionDataDelegate extends NSURLConnectionDelegate
-
Method Summary
Modifier and Type Method Description voiddidFinishLoading(NSURLConnection connection)voiddidReceiveData(NSURLConnection connection, NSData data)voiddidReceiveResponse(NSURLConnection connection, NSURLResponse response)voiddidSendBodyData(NSURLConnection connection, long bytesWritten, long totalBytesWritten, long totalBytesExpectedToWrite)NSInputStreamneedNewBodyStream(NSURLConnection connection, NSURLRequest request)NSCachedURLResponsewillCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)NSURLRequestwillSendRequest(NSURLConnection connection, NSURLRequest request, NSURLResponse response)Methods inherited from interface org.robovm.apple.foundation.NSURLConnectionDelegate
canAuthenticateAgainstProtectionSpace, didCancelAuthenticationChallenge, didFail, didReceiveAuthenticationChallenge, shouldUseCredentialStorage, willSendRequestForAuthenticationChallenge
-
Method Details
-
willSendRequest
NSURLRequest willSendRequest(NSURLConnection connection, NSURLRequest request, NSURLResponse response) -
didReceiveResponse
-
didReceiveData
-
needNewBodyStream
-
didSendBodyData
void didSendBodyData(NSURLConnection connection, long bytesWritten, long totalBytesWritten, long totalBytesExpectedToWrite) -
willCacheResponse
NSCachedURLResponse willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse) -
didFinishLoading
-