Uses of Class
org.apache.camel.component.netty.http.InboundStreamHttpResponse
-
Packages that use InboundStreamHttpResponse Package Description org.apache.camel.component.netty.http -
-
Uses of InboundStreamHttpResponse in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http with parameters of type InboundStreamHttpResponse Modifier and Type Method Description org.apache.camel.MessageDefaultNettyHttpBinding. toCamelMessage(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)org.apache.camel.MessageNettyHttpBinding. toCamelMessage(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)Binds from NettyInboundStreamHttpResponseto CamelMessage.
-