Uses of Interface
org.robovm.apple.foundation.NSURLConnectionDelegate
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLConnectionDelegate in org.robovm.apple.foundation
Subinterfaces of NSURLConnectionDelegate in org.robovm.apple.foundation Modifier and Type Interface Description interfaceNSURLConnectionDataDelegateinterfaceNSURLConnectionDownloadDelegateClasses in org.robovm.apple.foundation that implement NSURLConnectionDelegate Modifier and Type Class Description classNSURLConnectionDataDelegateAdapterclassNSURLConnectionDelegateAdapterclassNSURLConnectionDownloadDelegateAdapterMethods in org.robovm.apple.foundation with parameters of type NSURLConnectionDelegate Modifier and Type Method Description protected longNSURLConnection. init(NSURLRequest request, NSURLConnectionDelegate delegate)Deprecated.Deprecated in iOS 9.0.protected longNSURLConnection. init(NSURLRequest request, NSURLConnectionDelegate delegate, boolean startImmediately)Deprecated.Deprecated in iOS 9.0.Constructors in org.robovm.apple.foundation with parameters of type NSURLConnectionDelegate Constructor Description NSURLConnection(NSURLRequest request, NSURLConnectionDelegate delegate)Deprecated.Deprecated in iOS 9.0.NSURLConnection(NSURLRequest request, NSURLConnectionDelegate delegate, boolean startImmediately)Deprecated.Deprecated in iOS 9.0.