When did NSURLConnection start working with NSURLHandles?
When did NSURLConnection start working with NSURLHandles?
- Subject: When did NSURLConnection start working with NSURLHandles?
- From: Jonathan Wight <email@hidden>
- Date: Thu, 22 Jul 2004 17:01:38 -0400
I have a subclass of NSURLHandle that supports a certain URL scheme
(say "x-test"). I just accidentally found out that if I try and create
a NSURLConnection with a NSURLRequest that reference a URL with the
same scheme the NSURLConnection will download via the NSURLHandle.
By debugging through the code I notice there's a private
NSURLHandleProtocol class that is automatically doing the magic routing
for me. Previously I had my own class that worked like
NSURLHandleProtocol. When did Apple introduce this private class?
Jon.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.