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 TypeClassDescriptionclass
DefaultNettyHttpBinding
.class
ANettyHttpBinding
that 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 TypeMethodDescriptionvoid
NettyHttpComponent.setNettyHttpBinding
(NettyHttpBinding nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.void
NettyHttpEndpoint.setNettyHttpBinding
(NettyHttpBinding nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.