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

Packages that use NSURLProtocol
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSURLProtocol in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLProtocol
static NSURLProtocol NSURLProtocol.alloc()
           
abstract  NSURLProtocol NSURLProtocol._class_.alloc()
           
static NSURLProtocol NSURLProtocol.createWithRequest_cachedResponse_client(NSURLRequest request, NSCachedURLResponse cachedResponse, NSURLProtocolClient client)
          Factory method
abstract  NSURLProtocol NSURLProtocol.initWithRequest_cachedResponse_client(NSURLRequest request, NSCachedURLResponse cachedResponse, NSURLProtocolClient client)
           
static NSURLProtocol NSURLProtocol.new_()
           
abstract  NSURLProtocol NSURLProtocol._class_.new_()
           
 

Uses of NSURLProtocol in org.rococoa.cocoa.foundation.protocols
 

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSURLProtocol
 void NSURLProtocolClient.URLProtocol_cachedResponseIsValid(NSURLProtocol protocol, NSCachedURLResponse cachedResponse)
           
 void NSURLProtocolClient.URLProtocol_didCancelAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
           
 void NSURLProtocolClient.URLProtocol_didFailWithError(NSURLProtocol protocol, NSError error)
           
 void NSURLProtocolClient.URLProtocol_didLoadData(NSURLProtocol protocol, NSData data)
           
 void NSURLProtocolClient.URLProtocol_didReceiveAuthenticationChallenge(NSURLProtocol protocol, NSURLAuthenticationChallenge challenge)
           
 void NSURLProtocolClient.URLProtocol_wasRedirectedToRequest_redirectResponse(NSURLProtocol protocol, NSURLRequest request, NSURLResponse redirectResponse)
           
 void NSURLProtocolClient.URLProtocolDidFinishLoading(NSURLProtocol protocol)
           
 



Copyright © 2009. All Rights Reserved.