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

Packages that use NSCachedURLResponse
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSCachedURLResponse in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSCachedURLResponse
static NSCachedURLResponse NSCachedURLResponse.alloc()
           
abstract  NSCachedURLResponse NSCachedURLResponse._class_.alloc()
           
abstract  NSCachedURLResponse NSURLProtocol.cachedResponse()
           
abstract  NSCachedURLResponse NSURLCache.cachedResponseForRequest(NSURLRequest request)
           
static NSCachedURLResponse NSCachedURLResponse.createWithResponse_data_userInfo_storagePolicy(NSURLResponse response, NSData data, NSDictionary userInfo, int storagePolicy)
          Factory method
static NSCachedURLResponse NSCachedURLResponse.createWithResponse_data(NSURLResponse response, NSData data)
          Factory method
abstract  NSCachedURLResponse NSCachedURLResponse.initWithResponse_data_userInfo_storagePolicy(NSURLResponse response, NSData data, NSDictionary userInfo, int storagePolicy)
           
abstract  NSCachedURLResponse NSCachedURLResponse.initWithResponse_data(NSURLResponse response, NSData data)
           
static NSCachedURLResponse NSCachedURLResponse.new_()
           
abstract  NSCachedURLResponse NSCachedURLResponse._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSCachedURLResponse
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)
           
abstract  void NSURLCache.storeCachedResponse_forRequest(NSCachedURLResponse cachedResponse, NSURLRequest request)
           
 

Uses of NSCachedURLResponse in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSCachedURLResponse
 NSCachedURLResponse NSURLConnectionDelegate.connection_willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)
           
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSCachedURLResponse
 NSCachedURLResponse NSURLConnectionDelegate.connection_willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)
           
 

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

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSCachedURLResponse
 void NSURLProtocolClient.URLProtocol_cachedResponseIsValid(NSURLProtocol protocol, NSCachedURLResponse cachedResponse)
           
 



Copyright © 2009. All Rights Reserved.