@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface NettyHttpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder
Advanced builder for endpoint for the Netty HTTP component.
|
static interface |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Netty HTTP component.
|
static interface |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointProducerBuilder
Advanced builder for endpoint producers for the Netty HTTP component.
|
static interface |
NettyHttpEndpointBuilderFactory.NettyHttpBuilders |
static interface |
NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder
Builder for endpoint for the Netty HTTP component.
|
static interface |
NettyHttpEndpointBuilderFactory.NettyHttpEndpointConsumerBuilder
Builder for endpoint consumers for the Netty HTTP component.
|
static interface |
NettyHttpEndpointBuilderFactory.NettyHttpEndpointProducerBuilder
Builder for endpoint producers for the Netty HTTP component.
|
| Modifier and Type | Method and Description |
|---|---|
static NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder |
nettyHttp(String path)
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x library.
|
static NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder nettyHttp(String path)
netty-http:protocol:host:port/path
Path parameter: protocol (required)
The protocol to use which is either http, https or proxy - a consumer
only option.
The value can be one of: http, https
Path parameter: host (required)
The local hostname such as localhost, or 0.0.0.0 when being a consumer.
The remote HTTP server hostname when using producer.
Path parameter: port
The host port number
Path parameter: path
Resource pathApache Camel