Uses of Class
org.rococoa.cocoa.foundation.NSURLResponse

Packages that use NSURLResponse
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSURLResponse in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLResponse
static NSURLResponse NSURLResponse.alloc()
           
abstract  NSURLResponse NSURLResponse._class_.alloc()
           
abstract  NSURLResponse NSURLAuthenticationChallenge.failureResponse()
           
static NSURLResponse NSURLResponse.new_()
           
abstract  NSURLResponse NSURLResponse._class_.new_()
           
abstract  NSURLResponse NSCachedURLResponse.response()
           
 

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)
           
 

Uses of NSURLResponse in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSURLResponse
 void NSURLConnectionDelegate.connection_didReceiveResponse(NSURLConnection connection, NSURLResponse response)
           
 NSURLRequest NSURLConnectionDelegate.connection_willSendRequest_redirectResponse(NSURLConnection connection, NSURLRequest request, NSURLResponse response)
           
 void NSURLDownloadDelegate.download_didReceiveResponse(NSURLDownload download, NSURLResponse response)
           
 void NSURLDownloadDelegate.download_willResumeWithResponse_fromByte(NSURLDownload download, NSURLResponse response, long startingByte)
           
 NSURLRequest NSURLDownloadDelegate.download_willSendRequest_redirectResponse(NSURLDownload download, NSURLRequest request, NSURLResponse redirectResponse)
           
 

Uses of NSURLResponse in org.rococoa.cocoa.foundation.protocols
 

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSURLResponse
 void NSURLProtocolClient.URLProtocol_wasRedirectedToRequest_redirectResponse(NSURLProtocol protocol, NSURLRequest request, NSURLResponse redirectResponse)
           
 



Copyright © 2009. All Rights Reserved.