Uses of Class
com.jniwrapper.macosx.cocoa.nsurldownload.NSURLDownload

Packages that use NSURLDownload
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSURLDownload in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURLDownload
 void NSObject.download_didReceiveAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.downloadDidBegin(NSURLDownload download)
           
 void NSObject.download_didFailWithError(NSURLDownload download, NSError error)
          This method represents the download() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.download_shouldDecodeSourceDataOfMIMEType(NSURLDownload download, java.lang.String encodingType)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.download_didReceiveResponse(NSURLDownload download, NSURLResponse response)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.download_decideDestinationWithSuggestedFilename(NSURLDownload download, java.lang.String filename)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.download_didCancelAuthenticationChallenge(NSURLDownload download, NSURLAuthenticationChallenge challenge)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.download_didReceiveDataOfLength(NSURLDownload download, com.jniwrapper.UInt16 length)
          This method represents the download() method of the NSObject Objective-C class.
 void NSObject.downloadDidFinish(NSURLDownload download)
           
 void NSObject.download_didCreateDestination(NSURLDownload download, java.lang.String path)
          This method represents the download() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.download_willSendRequest_redirectResponse(NSURLDownload download, NSURLRequest request, NSURLResponse redirectResponse)
          This method represents the download() method of the NSObject Objective-C class.