Uses of Class
org.robovm.apple.foundation.NSHTTPURLResponse
| Package | Description |
|---|---|
| org.robovm.apple.authservices | |
| org.robovm.apple.foundation | |
| org.robovm.apple.identitylookup | |
| org.robovm.apple.social | |
| org.robovm.apple.twitter | |
| org.robovm.apple.webkit |
-
Uses of NSHTTPURLResponse in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return NSHTTPURLResponse Modifier and Type Method Description NSHTTPURLResponseASAuthorizationSingleSignOnCredential. getAuthenticatedResponse()NSHTTPURLResponseASAuthorizationProviderExtensionAuthorizationResult. getHttpResponse()Methods in org.robovm.apple.authservices with parameters of type NSHTTPURLResponse Modifier and Type Method Description voidASAuthorizationProviderExtensionAuthorizationRequest. complete(NSHTTPURLResponse httpResponse, NSData httpBody)protected longASAuthorizationProviderExtensionAuthorizationResult. init(NSHTTPURLResponse httpResponse, NSData httpBody)voidASAuthorizationProviderExtensionAuthorizationResult. setHttpResponse(NSHTTPURLResponse v)Constructors in org.robovm.apple.authservices with parameters of type NSHTTPURLResponse Constructor Description ASAuthorizationProviderExtensionAuthorizationResult(NSHTTPURLResponse httpResponse, NSData httpBody) -
Uses of NSHTTPURLResponse in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type NSHTTPURLResponse Modifier and Type Method Description voidNSURLSessionTaskDelegate. willPerformHTTPRedirection(NSURLSession session, NSURLSessionTask task, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<NSURLRequest> completionHandler)voidNSURLSessionTaskDelegateAdapter. willPerformHTTPRedirection(NSURLSession session, NSURLSessionTask task, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<NSURLRequest> completionHandler) -
Uses of NSHTTPURLResponse in org.robovm.apple.identitylookup
Methods in org.robovm.apple.identitylookup that return NSHTTPURLResponse Modifier and Type Method Description NSHTTPURLResponseILNetworkResponse. getUrlResponse() -
Uses of NSHTTPURLResponse in org.robovm.apple.social
Method parameters in org.robovm.apple.social with type arguments of type NSHTTPURLResponse Modifier and Type Method Description voidSLRequest. performRequest(VoidBlock3<NSData,NSHTTPURLResponse,NSError> handler) -
Uses of NSHTTPURLResponse in org.robovm.apple.twitter
Method parameters in org.robovm.apple.twitter with type arguments of type NSHTTPURLResponse Modifier and Type Method Description voidTWRequest. performRequest(VoidBlock3<NSData,NSHTTPURLResponse,NSError> handler)Deprecated. -
Uses of NSHTTPURLResponse in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit with parameters of type NSHTTPURLResponse Modifier and Type Method Description voidWKDownloadDelegate. willPerformHTTPRedirection(WKDownload download, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<WKDownloadRedirectPolicy> decisionHandler)voidWKDownloadDelegateAdapter. willPerformHTTPRedirection(WKDownload download, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<WKDownloadRedirectPolicy> decisionHandler)