Methods in org.rococoa.cocoa.foundation with parameters of type NSURLResponse |
static NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.createWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space,
NSURLCredential credential,
NSInteger previousFailureCount,
NSURLResponse response,
NSError error,
NSURLAuthenticationChallengeSender sender)
Factory method
|
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 NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space,
NSURLCredential credential,
NSInteger previousFailureCount,
NSURLResponse response,
NSError error,
NSURLAuthenticationChallengeSender sender)
|
abstract NSCachedURLResponse |
NSCachedURLResponse.initWithResponse_data_userInfo_storagePolicy(NSURLResponse response,
NSData data,
NSDictionary userInfo,
int storagePolicy)
|
abstract NSCachedURLResponse |
NSCachedURLResponse.initWithResponse_data(NSURLResponse response,
NSData data)
|