public static class AbstractDataServer.ResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contentType |
int |
status |
String |
text |
| Constructor and Description |
|---|
ResponseData(int status,
String contentType,
String text) |