public class Response extends Object
| 构造器和说明 |
|---|
Response() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.hc.client5.http.cookie.Cookie> |
cookies() |
long |
duration() |
long |
endTime() |
org.apache.hc.client5.http.protocol.HttpClientContext |
getContext() |
org.apache.hc.core5.http.Header[] |
headers() |
Response |
response(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response) |
long |
startTime() |
int |
statusCode() |
String |
text() |
public Response response(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response) throws Exception
Exceptionpublic int statusCode()
public org.apache.hc.core5.http.Header[] headers()
public long startTime()
public long endTime()
public long duration()
public org.apache.hc.client5.http.protocol.HttpClientContext getContext()
public String text()
public List<org.apache.hc.client5.http.cookie.Cookie> cookies()
Copyright © 2021. All rights reserved.