Package | Description |
---|---|
org.apache.camel.component.netty.http |
Modifier and Type | Method and Description |
---|---|
NettyHttpEndpoint |
NettyHttpProducer.getEndpoint() |
NettyHttpEndpoint |
NettyHttpConsumer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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