Uses of Class
org.robovm.apple.foundation.NSURLCacheStoragePolicy
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLCacheStoragePolicy in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLCacheStoragePolicy Modifier and Type Method Description NSURLCacheStoragePolicyNSCachedURLResponse. getStoragePolicy()static NSURLCacheStoragePolicyNSURLCacheStoragePolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLCacheStoragePolicyNSURLCacheStoragePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLCacheStoragePolicy[]NSURLCacheStoragePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSURLCacheStoragePolicy Modifier and Type Method Description voidNSURLProtocolClient. didReceiveResponse(NSURLProtocol protocol, NSURLResponse response, NSURLCacheStoragePolicy policy)voidNSURLProtocolClientAdapter. didReceiveResponse(NSURLProtocol protocol, NSURLResponse response, NSURLCacheStoragePolicy policy)protected longNSCachedURLResponse. init(NSURLResponse response, NSData data, NSDictionary<?,?> userInfo, NSURLCacheStoragePolicy storagePolicy)Constructors in org.robovm.apple.foundation with parameters of type NSURLCacheStoragePolicy Constructor Description NSCachedURLResponse(NSURLResponse response, NSData data, NSDictionary<?,?> userInfo, NSURLCacheStoragePolicy storagePolicy)