public interface HttpResult
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCostTime()
Return the cost time of performed http request.
|
org.apache.http.HttpRequest |
getHttpRequest()
Return the performed http request.
|
org.apache.http.HttpResponse |
getHttpResponse()
Return the returned http response.
|
String |
getRequestDescritpion()
Return the description of this request.
|
String |
getResponseStringContent()
Return the response content body as string.
|
long getCostTime()
org.apache.http.HttpRequest getHttpRequest()
org.apache.http.HttpResponse getHttpResponse()
String getResponseStringContent() throws IOException
IOExceptionString getRequestDescritpion()
Copyright © 2016. All rights reserved.