public class HttpResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
available |
protected boolean |
chunked |
protected String |
content |
protected String |
contentEncoding |
protected long |
contentLength |
protected String |
contentType |
protected org.apache.http.Header[] |
headers |
protected com.alibaba.fastjson.JSONObject |
jsonObject |
protected int |
leased |
protected int |
max |
protected int |
pending |
protected String |
protocolVersion |
protected int |
statusCode |
protected boolean |
streaming |
| 构造器和说明 |
|---|
HttpResult() |
protected int leased
protected int pending
protected int available
protected int max
protected org.apache.http.Header[] headers
protected String protocolVersion
protected int statusCode
protected String content
protected String contentEncoding
protected String contentType
protected long contentLength
protected boolean chunked
protected boolean streaming
protected com.alibaba.fastjson.JSONObject jsonObject
Copyright © 2019. All rights reserved.