AFN 源码解析和内部实现1

论坛 期权论坛     
选择匿名的用户   2021-5-29 22:28   434   0
<p>AFN的基本使用在此就不在多说了,先上代码,我自己对AFN的二次封装,只考虑了对http请求的封装, 后面我会写一篇文章专门对webservice的soap封装,</p>
<p><br> </p>
<p></p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //  JKAFNetTool.h</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //  JKqyApp</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //  Created by dllo on 15/12/15.</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //  Copyright  2015年 dllo. All rights reserved.</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> //</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(209,47,27)"> <span style="color:#78492a">#import </span>&lt;Foundation/Foundation.h&gt;</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;"> <span style="color:#bb2ca2">typedef</span> <span style="color:#bb2ca2">NS_ENUM</span>(NSUInteger, JKresponseStyle) {<!-- --></p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;">     JKJSON,</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;">     JKXMl,</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;">     JkDATA,</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;"> };</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;"> <span style="color:#bb2ca2">typedef</span> <span style="color:#bb2ca2">NS_ENUM</span>(NSUInteger, JKrequestStyle) {<!-- --></p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;">     JKrequestJSON,</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;">     JKrequestString,</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px">     </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;"> };</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;"> <span style="color:#bb2ca2">&#64;interface</span> JKAFNetTool : <span style="color:#703daa"> NSObject</span></p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; min-height:13px"> <br> </p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)"> /**</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)">  *    Post请求</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)">  *</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)">  *  &#64;param url           请求网址</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)">  *  &#64;param body          body体</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; line-height:normal; font-family:&#39;Heiti SC Light&#39;; color:rgb(0,132,0)">  *  &#64;param requestStyle  请求数据类型</p>
<p style="margin-top:0px; margin-bottom:0px; font-size:13px; li
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP