This repository has been archived by the owner on Aug 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Acexy
committed
Oct 30, 2018
1 parent
12d3aa7
commit 21642cc
Showing
27 changed files
with
885 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 21 additions & 22 deletions
43
src/main/java/com/thankjava/wqq/core/request/RequestBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
|
||
package com.thankjava.wqq.core.request; | ||
|
||
import com.thankjava.toolkit3d.http.async.entity.AsyncResponse; | ||
import com.thankjava.wqq.extend.CallBackListener; | ||
|
||
public interface RequestBuilder { | ||
|
||
/** | ||
* 请求腾讯服务器 得到请求结果 | ||
* <p>Function: doRequest</p> | ||
* <p>Description: </p> | ||
* | ||
* @param listener 回调函数 如果回调函数为空 则通过 return 返回请求结果 | ||
* @return 如果没有传入回调函数则结果将通过该参数返回, 如果传入了回调函数则返回值为null | ||
* @author acexy@thankjava.com | ||
* @date 2016年12月19日 下午3:05:37 | ||
* @version 1.0 | ||
*/ | ||
public AsyncResponse doRequest(CallBackListener listener); | ||
|
||
} | ||
package com.thankjava.wqq.core.request; | ||
|
||
import com.thankjava.toolkit3d.bean.http.AsyncResponse; | ||
import com.thankjava.wqq.extend.CallBackListener; | ||
|
||
public interface RequestBuilder { | ||
|
||
/** | ||
* 请求腾讯服务器 得到请求结果 | ||
* <p>Function: doRequest</p> | ||
* <p>Description: </p> | ||
* | ||
* @param listener 回调函数 如果回调函数为空 则通过 return 返回请求结果 | ||
* @return 如果没有传入回调函数则结果将通过该参数返回, 如果传入了回调函数则返回值为null | ||
* @author acexy@thankjava.com | ||
* @date 2016年12月19日 下午3:05:37 | ||
* @version 1.0 | ||
*/ | ||
public AsyncResponse doRequest(CallBackListener listener); | ||
|
||
} |
Oops, something went wrong.