Uses of Class
com.jniwrapper.macosx.cocoa.nsurlrequest.NSURLRequest

Packages that use NSURLRequest
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlconnection   
com.jniwrapper.macosx.cocoa.nsurldownload   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
com.jniwrapper.macosx.cocoa.nsurlrequest   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURLRequest
 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.
 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 NSURLRequest in com.jniwrapper.macosx.cocoa.nsurlcache
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSURLRequest
 void NSURLCache.removeCachedResponseForRequest(NSURLRequest request)
           
 com.jniwrapper.Pointer.Void NSURLCache.cachedResponseForRequest(NSURLRequest request)
           
 void NSURLCache.storeCachedResponse_forRequest(NSCachedURLResponse cachedResponse, NSURLRequest request)
          This method represents the storeCachedResponse() method of the NSURLCache Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlconnection with parameters of type NSURLRequest
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.
static com.jniwrapper.Bool NSURLConnection.static_canHandleRequest(NSURLRequest request)
           
 Id NSURLConnection.initWithRequest_delegate(NSURLRequest request, Id delegate)
          This method represents the initWithRequest() method of the NSURLConnection Objective-C class.
static com.jniwrapper.Pointer.Void NSURLConnection.static_connectionWithRequest_delegate(NSURLRequest request, Id delegate)
          This method represents the connectionWithRequest() method of the NSURLConnection Objective-C class.
 

Uses of NSURLRequest in com.jniwrapper.macosx.cocoa.nsurldownload
 

Methods in com.jniwrapper.macosx.cocoa.nsurldownload with parameters of type NSURLRequest
 Id NSURLDownload.initWithRequest_delegate(NSURLRequest request, Id delegate)
          This method represents the initWithRequest() method of the NSURLDownload Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSURLRequest
 void NSURLProtocolClientProtocol.URLProtocol_wasRedirectedToRequest_redirectResponse(NSURLProtocol protocol, NSURLRequest request, NSURLResponse redirectResponse)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
static NSURLProtocol NSURLProtocol.NSURLProtocol_propertyForKey_inRequest(java.lang.String key, NSURLRequest request)
          This method represents the propertyForKey static constructor of the NSURLProtocol Objective-C class.
 Id NSURLProtocol.initWithRequest_cachedResponse_client(NSURLRequest request, NSCachedURLResponse cachedResponse, Id client)
          This method represents the initWithRequest() method of the NSURLProtocol Objective-C class.
static com.jniwrapper.Bool NSURLProtocol.static_requestIsCacheEquivalent_toRequest(NSURLRequest a, NSURLRequest b)
          This method represents the requestIsCacheEquivalent() method of the NSURLProtocol Objective-C class.
static com.jniwrapper.Bool NSURLProtocol.static_canInitWithRequest(NSURLRequest request)
           
static com.jniwrapper.Pointer.Void NSURLProtocol.static_canonicalRequestForRequest(NSURLRequest request)
           
 

Uses of NSURLRequest in com.jniwrapper.macosx.cocoa.nsurlrequest
 

Subclasses of NSURLRequest in com.jniwrapper.macosx.cocoa.nsurlrequest
 class NSMutableURLRequest
          This class represents NSMutableURLRequest class.
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest that return NSURLRequest
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL(NSURL URL)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.