Uses of Class
com.jniwrapper.macosx.cocoa.nsurlresponse.NSURLResponse

Packages that use NSURLResponse
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge   
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlconnection   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
com.jniwrapper.macosx.cocoa.nsurlresponse   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURLResponse
 void NSObject.connection_didReceiveResponse(NSURLConnection connection, NSURLResponse response)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.connection_willSendRequest_redirectResponse(NSURLConnection connection, NSURLRequest request, NSURLResponse response)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.download_didReceiveResponse(NSURLDownload download, NSURLResponse response)
          This method represents the download() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.download_willSendRequest_redirectResponse(NSURLDownload download, NSURLRequest request, NSURLResponse redirectResponse)
          This method represents the download() method of the NSObject Objective-C class.
 

Uses of NSURLResponse in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge
 

Methods in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge with parameters of type NSURLResponse
 Id NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, com.jniwrapper.Int previousFailureCount, NSURLResponse response, NSError error, Id sender)
          This method represents the initWithProtectionSpace() method of the NSURLAuthenticationChallenge Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSURLResponse
 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.
 Id NSCachedURLResponse.initWithResponse_data(NSURLResponse response, NSData data)
          This method represents the initWithResponse() method of the NSCachedURLResponse Objective-C class.
 

Uses of NSURLResponse in com.jniwrapper.macosx.cocoa.nsurlconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsurlconnection with parameters of type NSURLResponse
static com.jniwrapper.Pointer.Void NSURLConnection.static_sendSynchronousRequest_returningResponse_error(NSURLRequest request, NSURLResponse response, NSError error)
          This method represents the sendSynchronousRequest() method of the NSURLConnection Objective-C class.
 

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

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

Uses of NSURLResponse in com.jniwrapper.macosx.cocoa.nsurlresponse
 

Subclasses of NSURLResponse in com.jniwrapper.macosx.cocoa.nsurlresponse
 class NSHTTPURLResponse
          This class represents NSHTTPURLResponse class.