Uses of Class
org.apache.camel.component.netty.http.NettyHttpEndpoint
Packages that use NettyHttpEndpoint
- 
Uses of NettyHttpEndpoint in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http that return NettyHttpEndpointModifier and TypeMethodDescriptionNettyHttpConsumer.getEndpoint()NettyHttpProducer.getEndpoint()Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpEndpointModifier and TypeMethodDescriptionstatic StringNettyHttpHelper.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 NettyHttpEndpointModifierConstructorDescriptionNettyHttpConsumer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.Processor processor, org.apache.camel.component.netty.NettyConfiguration configuration) NettyHttpProducer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.component.netty.NettyConfiguration configuration)