Uses of Interface
org.apache.camel.component.netty.http.NettyHttpBinding
Packages that use NettyHttpBinding
- 
Uses of NettyHttpBinding in org.apache.camel.component.netty.http
Classes in org.apache.camel.component.netty.http that implement NettyHttpBindingModifier and TypeClassDescriptionclassDefaultNettyHttpBinding.classANettyHttpBindingthat supports the Rest DSL.Methods in org.apache.camel.component.netty.http that return NettyHttpBindingModifier and TypeMethodDescriptionNettyHttpComponent.getNettyHttpBinding()NettyHttpEndpoint.getNettyHttpBinding()Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpBindingModifier and TypeMethodDescriptionvoidNettyHttpComponent.setNettyHttpBinding(NettyHttpBinding nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.voidNettyHttpEndpoint.setNettyHttpBinding(NettyHttpBinding nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.