Uses of Class
com.jniwrapper.macosx.cocoa.nsurlconnection.NSURLConnection

Packages that use NSURLConnection
com.jniwrapper.macosx.cocoa.nsobject   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURLConnection
 void NSObject.connection_didReceiveAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.connection_didReceiveResponse(NSURLConnection connection, NSURLResponse response)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.connection_didFailWithError(NSURLConnection connection, NSError error)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.connection_willCacheResponse(NSURLConnection connection, NSCachedURLResponse cachedResponse)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.connection_didReceiveData(NSURLConnection connection, NSData data)
          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.connectionDidFinishLoading(NSURLConnection connection)
           
 void NSObject.connection_didCancelAuthenticationChallenge(NSURLConnection connection, NSURLAuthenticationChallenge challenge)
          This method represents the connection() method of the NSObject Objective-C class.