码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 8:iOS URL Loading System

时间:2014-12-20 18:12:14      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

源地址:http://fann.im/blog/2012/11/06/ios-url-loading-system/

iOS 整个网络请求系统分为这几部分:

  • URL Loading:
    • NSURLRequest / NSMutableURLRequest
    • NSURLResponse / NSHTTPURLResponse
    • NSURLConnection
  • Cache Management
    • NSURLCache
    • NSCachedURLResponse
  • Authentication and Credentials
    • NSURLCredential
    • NSURLCredentialStorage
    • NSURLAuthenticationChallenge
    • NSURLAuthenticationChallengeSender
    • NSURLProtectionSpace
  • Cookie Storage
    • NSHTTPCookie
    • NSHTTPCookieStorage
  • Protocol Support

参考 URL Loading System Overview.

iOS 8:iOS URL Loading System

标签:

原文地址:http://www.cnblogs.com/michaellfx/p/4175658.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!