Uses of Interface
org.apache.camel.component.netty.http.NettyHttpBinding
-
Packages that use NettyHttpBinding Package Description org.apache.camel.component.netty.http -
-
Uses of NettyHttpBinding in org.apache.camel.component.netty.http
Classes in org.apache.camel.component.netty.http that implement NettyHttpBinding Modifier and Type Class Description classDefaultNettyHttpBindingDefaultNettyHttpBinding.classRestNettyHttpBindingANettyHttpBindingthat supports the Rest DSL.Methods in org.apache.camel.component.netty.http that return NettyHttpBinding Modifier and Type Method Description NettyHttpBindingNettyHttpComponent. getNettyHttpBinding()NettyHttpBindingNettyHttpEndpoint. getNettyHttpBinding()Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpBinding Modifier and Type Method Description voidNettyHttpComponent. 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.
-