Uses of Class
org.apache.camel.component.netty.http.NettyHttpEndpoint

Packages that use NettyHttpEndpoint
org.apache.camel.component.netty.http   
 

Uses of NettyHttpEndpoint in org.apache.camel.component.netty.http
 

Methods in org.apache.camel.component.netty.http that return NettyHttpEndpoint
 NettyHttpEndpoint NettyHttpConsumer.getEndpoint()
           
 NettyHttpEndpoint NettyHttpProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpEndpoint
static URI NettyHttpHelper.createURI(org.apache.camel.Exchange exchange, String url, NettyHttpEndpoint endpoint)
          Creates the URI to invoke.
static String NettyHttpHelper.createURL(org.apache.camel.Exchange exchange, NettyHttpEndpoint endpoint)
          Creates the URL to invoke.
 

Constructors in org.apache.camel.component.netty.http with parameters of type NettyHttpEndpoint
NettyHttpConsumer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.Processor processor, org.apache.camel.component.netty.NettyConfiguration configuration)
           
NettyHttpProducer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.component.netty.NettyConfiguration configuration)
           
 



Apache Camel