Uses of Class
org.apache.camel.component.netty.http.InboundStreamHttpResponse
Packages that use InboundStreamHttpResponse
-
Uses of InboundStreamHttpResponse in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http with parameters of type InboundStreamHttpResponseModifier and TypeMethodDescriptionorg.apache.camel.Message
DefaultNettyHttpBinding.toCamelMessage
(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.Message
NettyHttpBinding.toCamelMessage
(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyInboundStreamHttpResponse
to CamelMessage
.