public class BceHttpResponse extends Object
| Constructor and Description |
|---|
BceHttpResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent() |
String |
getHeader(String name) |
long |
getHeaderAsLong(String name) |
Date |
getHeaderAsRfc822Date(String name) |
Map<String,String> |
getHeaders() |
org.apache.http.client.methods.CloseableHttpResponse |
getHttpResponse() |
int |
getStatusCode() |
String |
getStatusText() |
public BceHttpResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
throws IOException
IOExceptionpublic long getHeaderAsLong(String name)
public InputStream getContent()
public String getStatusText()
public int getStatusCode()
public org.apache.http.client.methods.CloseableHttpResponse getHttpResponse()
Copyright © 2020. All rights reserved.