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 class
DefaultNettyHttpBinding
DefaultNettyHttpBinding
.class
RestNettyHttpBinding
ANettyHttpBinding
that supports the Rest DSL.Methods in org.apache.camel.component.netty.http that return NettyHttpBinding Modifier and Type Method Description NettyHttpBinding
NettyHttpComponent. getNettyHttpBinding()
NettyHttpBinding
NettyHttpEndpoint. getNettyHttpBinding()
Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpBinding Modifier and Type Method Description void
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.
-