| 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: Deprecated in Mac OS X v10.4 and later
– URLHandle:resourceDidFailLoadingWithReason: Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidBeginLoading: Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidCancelLoading: Deprecated in Mac OS X v10.4 and later
– URLHandleResourceDidFinishLoading: Deprecated in Mac OS X v10.4 and later
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)