public class HttpStringResponse extends HttpResponse
| Constructor and Description |
|---|
HttpStringResponse(int _code,
Map<String,String> _headers,
InputStream _rawBody,
String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
String body of the http response
|
getHeaders, getRawBody, getStatusCode, shutdownpublic HttpStringResponse(int _code,
Map<String,String> _headers,
InputStream _rawBody,
String body)
_code - The HTTP status code_headers - The HTTP headers read from response_rawBody - The raw data returned by the HTTP requestpublic String getBody()
Copyright © 2017. All rights reserved.