-
- All Implemented Interfaces:
public final class HttpStreamResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final HttpResponseresponseprivate final InputStreambody
-
Constructor Summary
Constructors Constructor Description HttpStreamResponse(HttpResponse response, InputStream body)
-
Method Summary
Modifier and Type Method Description final HttpResponsegetResponse()final InputStreamgetBody()-
-
Constructor Detail
-
HttpStreamResponse
HttpStreamResponse(HttpResponse response, InputStream body)
-
-
Method Detail
-
getResponse
final HttpResponse getResponse()
-
getBody
final InputStream getBody()
-
-
-
-