| Adopted by | |
| Framework | /System/Library/Frameworks/Foundation.framework |
| Availability | Available in Mac OS X v10.0 and later. |
| Declared in | NSURLHandle.h |
NSURLHandleClient is deprecated in Mac OS X v10.4 and later. Applications that are intended for deployment on Mac OS X v10.3 or later should use NSURLConnection or NSURLDownload instead; see URL Loading System.
This protocol defines the interface for clients to NSURLHandle.
– URLHandle:resourceDataDidBecomeAvailable: required method Deprecated in Mac OS X v10.4 and later
– URLHandle:resourceDidFailLoadingWithReason: required method Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidBeginLoading: required method Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidCancelLoading: required method Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidFinishLoading: required method Deprecated in Mac OS X v10.4 and later
Last updated: 2006-05-23