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