Uses of Class
org.rococoa.cocoa.foundation.NSURLDownload

Packages that use NSURLDownload
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSURLDownload in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLDownload
static NSURLDownload NSURLDownload.alloc()
           
abstract  NSURLDownload NSURLDownload._class_.alloc()
           
static NSURLDownload NSURLDownload.createWithRequest_delegate(NSURLRequest request, ObjCObject delegate)
          Factory method
static NSURLDownload NSURLDownload.createWithResumeData_delegate_path(NSData resumeData, ObjCObject delegate, NSString path)
          Factory method
abstract  NSURLDownload NSURLDownload.initWithRequest_delegate(NSURLRequest request, ObjCObject delegate)
           
abstract  NSURLDownload NSURLDownload.initWithResumeData_delegate_path(NSData resumeData, ObjCObject delegate, NSString path)
           
static NSURLDownload NSURLDownload.new_()
           
abstract  NSURLDownload NSURLDownload._class_.new_()
           
 

Uses of NSURLDownload in org.rococoa.cocoa.foundation.categories
 

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)
           
 



Copyright © 2009. All Rights Reserved.