java.lang.Object | |
↳ | com.microstrategy.webapi.restApi.IServerResponseImpl |
IServer specific Response handling Only predefined headers would be parsed
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IServerResponseImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getBody()
returns response body as String
| ||||||||||
String |
getContentType()
returns content-type header value
| ||||||||||
Map<String, List<String>> |
getHeaders()
Returns filtered response headers
| ||||||||||
int |
getStatusCode()
Returns HTTP response status code
| ||||||||||
void |
setResponse(Response response)
populate response
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
returns response body as String
returns content-type header value
Returns filtered response headers
Returns HTTP response status code
populate response
IOException |
---|