Uses of Interface
org.apache.camel.component.netty.http.NettyHttpBinding

Packages that use NettyHttpBinding
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
 class DefaultNettyHttpBinding
          Default NettyHttpBinding.
 

Methods in org.apache.camel.component.netty.http that return NettyHttpBinding
 NettyHttpBinding NettyHttpComponent.getNettyHttpBinding()
           
 NettyHttpBinding NettyHttpEndpoint.getNettyHttpBinding()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpBinding
 void NettyHttpComponent.setNettyHttpBinding(NettyHttpBinding nettyHttpBinding)
           
 void NettyHttpEndpoint.setNettyHttpBinding(NettyHttpBinding nettyHttpBinding)
           
 



Apache Camel