Skip to content

Commit

Permalink
update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Aug 21, 2019
1 parent 0b211b2 commit 8d9b9fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

/**
* Created by wyouflf on 15/11/5.
* 如果实现 InputStreamResponseParser, 可实现自定义流数据转换, 例如用于转换protobuff对象.
*/
public class JsonResponseParser implements ResponseParser {// 如果实现 InputStreamResponseParser, 可实现自定义流数据转换.
public class JsonResponseParser implements ResponseParser {

@Override
public void checkResponse(UriRequest request) throws Throwable {
Expand Down

0 comments on commit 8d9b9fc

Please sign in to comment.