public class InboundStreamHttpResponse extends Object
| Constructor and Description |
|---|
InboundStreamHttpResponse(io.netty.handler.codec.http.HttpResponse response,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.codec.http.HttpResponse |
getHttpResponse() |
InputStream |
getInputStream() |
public InboundStreamHttpResponse(io.netty.handler.codec.http.HttpResponse response,
InputStream in)
public InputStream getInputStream()
public io.netty.handler.codec.http.HttpResponse getHttpResponse()
Apache Camel