|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |