public class ConnectionResponse extends Object
Constructor and Description |
---|
ConnectionResponse(Map<String,List<String>> header,
int responseCode) |
ConnectionResponse(Map<String,List<String>> header,
net.sf.json.JSONObject body,
int responseCode) |
ConnectionResponse(Map<String,List<String>> header,
String rawBody,
int responseCode) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
getBody() |
Map<String,List<String>> |
getHeader() |
String |
getRawBody() |
int |
getResponseCode() |
public ConnectionResponse(@Nonnull Map<String,List<String>> header, @Nullable net.sf.json.JSONObject body, @Nonnull int responseCode)
public ConnectionResponse(@Nonnull Map<String,List<String>> header, @Nullable String rawBody, @Nonnull int responseCode)
Copyright © 2016–2023. All rights reserved.