public static class HttpTransportService.SResponse extends Object
| Constructor and Description |
|---|
SResponse(int status,
String content,
Url url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
int |
getStatus() |
Url |
getUrl() |
net.sf.json.JSONObject |
json() |
void |
setContent(String content) |
void |
setStatus(int status) |
void |
setUrl(Url url) |
Copyright © 2021. All rights reserved.