@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CoAPEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CoAPEndpointBuilderFactory.AdvancedCoAPEndpointBuilder
Advanced builder for endpoint for the CoAP component.
|
static interface |
CoAPEndpointBuilderFactory.AdvancedCoAPEndpointConsumerBuilder
Advanced builder for endpoint consumers for the CoAP component.
|
static interface |
CoAPEndpointBuilderFactory.AdvancedCoAPEndpointProducerBuilder
Advanced builder for endpoint producers for the CoAP component.
|
static interface |
CoAPEndpointBuilderFactory.CoAPBuilders |
static interface |
CoAPEndpointBuilderFactory.CoAPEndpointBuilder
Builder for endpoint for the CoAP component.
|
static interface |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder
Builder for endpoint consumers for the CoAP component.
|
static interface |
CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder
Builder for endpoint producers for the CoAP component.
|
| Modifier and Type | Method and Description |
|---|---|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder |
coap(String path)
CoAP (camel-coap)
The coap component is used for sending and receiving messages from COAP
capable devices.
|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder |
coap(String scheme,
String path)
CoAP (camel-coap)
The coap component is used for sending and receiving messages from COAP
capable devices.
|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder |
coaps(String path)
CoAP (Secure) (camel-coap)
The coap component is used for sending and receiving messages from COAP
capable devices.
|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder |
coapsTcp(String path)
CoAP (camel-coap)
The coap component is used for sending and receiving messages from COAP
capable devices.
|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder |
coapTcp(String path)
CoAP (camel-coap)
The coap component is used for sending and receiving messages from COAP
capable devices.
|
static CoAPEndpointBuilderFactory.CoAPEndpointBuilder coap(String path)
coap:uri
Path parameter: uri
The URI for the CoAP endpointstatic CoAPEndpointBuilderFactory.CoAPEndpointBuilder coapTcp(String path)
coap+tcp:uri
Path parameter: uri
The URI for the CoAP endpointstatic CoAPEndpointBuilderFactory.CoAPEndpointBuilder coaps(String path)
coaps:uri
Path parameter: uri
The URI for the CoAP endpointstatic CoAPEndpointBuilderFactory.CoAPEndpointBuilder coapsTcp(String path)
coaps+tcp:uri
Path parameter: uri
The URI for the CoAP endpointstatic CoAPEndpointBuilderFactory.CoAPEndpointBuilder coap(String scheme, String path)
Apache Camel