public class HttpStringResponse extends HttpResponse
| Constructor and Description |
|---|
HttpStringResponse(int code,
Headers headers,
InputStream rawBody,
String body)
Initialization constructor.
|
getBody, getHeaders, getRawBody, getRawBodyString, getStatusCodepublic HttpStringResponse(int code,
Headers headers,
InputStream rawBody,
String body)
code - The HTTP status codeheaders - The HTTP headers read from responserawBody - The raw data returned in the HTTP responsebody - String response bodyCopyright © 2025. All rights reserved.