public static interface NettyHttpEndpointBuilderFactory.NettyHttpBuilders
| Modifier and Type | Method and Description |
|---|---|
default NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder |
nettyHttp(String path)
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x.
|
default NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder |
nettyHttp(String componentName,
String path)
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x.
|
default 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.
There are 2 enums and 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 pathpath - protocol://host:port/pathdefault NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder nettyHttp(String componentName, 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.
There are 2 enums and 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 pathcomponentName - to use a custom component name for the endpoint
instead of the default namepath - protocol://host:port/pathApache Camel