Uses of Class
org.robovm.apple.foundation.NSHTTPCookie
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.foundation | |
| org.robovm.apple.webkit |
-
Uses of NSHTTPCookie in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type NSHTTPCookie Modifier and Type Method Description NSArray<NSHTTPCookie>AVURLAssetOptions. getHTTPCookies()Method parameters in org.robovm.apple.avfoundation with type arguments of type NSHTTPCookie Modifier and Type Method Description AVURLAssetOptionsAVURLAssetOptions. setHTTPCookies(NSArray<NSHTTPCookie> hTTPCookies) -
Uses of NSHTTPCookie in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return types with arguments of type NSHTTPCookie Modifier and Type Method Description NSArray<NSHTTPCookie>NSHTTPCookieStorage. getCookies()NSArray<NSHTTPCookie>NSHTTPCookieStorage. getCookiesForURL(NSURL URL)static NSArray<NSHTTPCookie>NSHTTPCookie. getCookiesWithResponseHeaderFields(Map<String,String> headerFields, NSURL url)NSArray<NSHTTPCookie>NSHTTPCookieStorage. getSortedCookies(NSArray<NSSortDescriptor> sortOrder)Methods in org.robovm.apple.foundation with parameters of type NSHTTPCookie Modifier and Type Method Description voidNSHTTPCookieStorage. deleteCookie(NSHTTPCookie cookie)voidNSHTTPCookieStorage. setCookie(NSHTTPCookie cookie)Method parameters in org.robovm.apple.foundation with type arguments of type NSHTTPCookie Modifier and Type Method Description voidNSHTTPCookieStorage. getCookiesForTask(NSURLSessionTask task, VoidBlock1<NSArray<NSHTTPCookie>> completionHandler)static Map<String,String>NSHTTPCookie. getRequestHeaderFieldsWithCookies(NSArray<NSHTTPCookie> cookies)voidNSHTTPCookieStorage. setCookiesForURL(NSArray<NSHTTPCookie> cookies, NSURL URL, NSURL mainDocumentURL)voidNSHTTPCookieStorage. storeCookiesForTask(NSArray<NSHTTPCookie> cookies, NSURLSessionTask task) -
Uses of NSHTTPCookie in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit with parameters of type NSHTTPCookie Modifier and Type Method Description voidWKHTTPCookieStore. deleteCookie(NSHTTPCookie cookie, Runnable completionHandler)voidWKHTTPCookieStore. setCookie(NSHTTPCookie cookie, Runnable completionHandler)Method parameters in org.robovm.apple.webkit with type arguments of type NSHTTPCookie Modifier and Type Method Description voidWKHTTPCookieStore. getAllCookies(VoidBlock1<NSArray<NSHTTPCookie>> completionHandler)