public class RequestResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
content |
Map<String,List<String>> |
headers |
int |
responseCode |
| Constructor and Description |
|---|
RequestResponse(int status,
String content,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSON |
getContentsJson() |
public final int responseCode
public final String content
Copyright © 2016–2017. All rights reserved.