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

Packages that use NSURLCacheStoragePolicy
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlcache that return NSURLCacheStoragePolicy
 NSURLCacheStoragePolicy NSCachedURLResponse.storagePolicy()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSURLCacheStoragePolicy
 Id NSCachedURLResponse.initWithResponse_data_userInfo_storagePolicy(NSURLResponse response, NSData data, NSDictionary userInfo, NSURLCacheStoragePolicy storagePolicy)
          This method represents the initWithResponse() method of the NSCachedURLResponse Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSURLCacheStoragePolicy
 void NSURLProtocolClientProtocol.URLProtocol_didReceiveResponse_cacheStoragePolicy(NSURLProtocol protocol, NSURLResponse response, NSURLCacheStoragePolicy policy)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.