public class HttpInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
charset |
org.apache.commons.httpclient.HttpClient |
client |
long |
contentLength |
KeyValuePair<String>[] |
headers |
String |
mimeType |
int |
statusCode |
String |
statusText |
long |
totalLength |
int |
totalResponses |
| Constructor and Description |
|---|
HttpInfo(org.apache.commons.httpclient.HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String key) |
String[] |
getHeaders(String key) |
void |
setResponse(HttpResponseWrapper wrapper) |
public org.apache.commons.httpclient.HttpClient client
public long contentLength
public String charset
public String mimeType
public KeyValuePair<String>[] headers
public int statusCode
public String statusText
public long totalLength
public int totalResponses
public void setResponse(HttpResponseWrapper wrapper)
Copyright © 2022 WSO2. All rights reserved.