Uses of Class
com.jniwrapper.macosx.cocoa.nsurlcache.NSCachedURLResponse

Packages that use NSCachedURLResponse
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
 

Uses of NSCachedURLResponse in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSCachedURLResponse
 com.jniwrapper.Pointer.Void NSObject.connection_willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)
          This method represents the connection() method of the NSObject Objective-C class.
 

Uses of NSCachedURLResponse in com.jniwrapper.macosx.cocoa.nsurlcache
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSCachedURLResponse
 void NSURLCache.storeCachedResponse_forRequest(NSCachedURLResponse cachedResponse, NSURLRequest request)
          This method represents the storeCachedResponse() method of the NSURLCache Objective-C class.
 

Uses of NSCachedURLResponse in com.jniwrapper.macosx.cocoa.nsurlprotocol
 

Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSCachedURLResponse
 void NSURLProtocolClientProtocol.URLProtocol_cachedResponseIsValid(NSURLProtocol protocol, NSCachedURLResponse cachedResponse)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
 Id NSURLProtocol.initWithRequest_cachedResponse_client(NSURLRequest request, NSCachedURLResponse cachedResponse, Id client)
          This method represents the initWithRequest() method of the NSURLProtocol Objective-C class.