- getCookiesForTask:completionHandler:
Fetches cookies relevant to the specified task and passes them to the completion handler.
指定されたタスクと関連があるクッキーをとってきます、そしてそれらを完了ハンドラに渡します。
- cookiesForURL:
Returns all the cookie storage’s cookies that are sent to a specified URL.
クッキーストレージの持つクッキー全てで、ある指定されたURLに送られるものを返します。
- sortedCookiesUsingDescriptors:
Returns all of the cookie storage’s cookies, sorted according to a given set of sort descriptors.
ある与えられた一揃いのソート記述子によってソート(選別)される、クッキーストレージの持つクッキー全てを返します。