public static interface CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CoAPEndpointBuilderFactory.AdvancedCoAPEndpointConsumerBuilder |
advanced() |
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
alias(String alias)
Sets the alias used to query the KeyStore for the private key and
certificate.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
cipherSuites(String cipherSuites)
Sets the cipherSuites String.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
clientAuthentication(String clientAuthentication)
Sets the configuration options for server-side client-authentication
requirements.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
coapMethodRestrict(String coapMethodRestrict)
Comma separated list of methods that the CoAP consumer will bind to.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
privateKey(PrivateKey privateKey)
Set the configured private key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
privateKey(String privateKey)
Set the configured private key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
pskStore(Object pskStore)
Set the PskStore to use for pre-shared key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
pskStore(String pskStore)
Set the PskStore to use for pre-shared key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
publicKey(PublicKey publicKey)
Set the configured public key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
publicKey(String publicKey)
Set the configured public key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly)
The CBC cipher suites are not recommended.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly)
The CBC cipher suites are not recommended.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
Set the SSLContextParameters object for setting up TLS.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
Set the SSLContextParameters object for setting up TLS.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
trustedRpkStore(Object trustedRpkStore)
Set the TrustedRpkStore to use to determine trust in raw public keys.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
trustedRpkStore(String trustedRpkStore)
Set the TrustedRpkStore to use to determine trust in raw public keys.
|
default CoAPEndpointBuilderFactory.AdvancedCoAPEndpointConsumerBuilder advanced()
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder coapMethodRestrict(String coapMethodRestrict)
coapMethodRestrict - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder alias(String alias)
alias - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder cipherSuites(String cipherSuites)
cipherSuites - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder clientAuthentication(String clientAuthentication)
clientAuthentication - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder privateKey(PrivateKey privateKey)
privateKey - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder privateKey(String privateKey)
privateKey - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder pskStore(Object pskStore)
pskStore - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder pskStore(String pskStore)
pskStore - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder publicKey(PublicKey publicKey)
publicKey - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder publicKey(String publicKey)
publicKey - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly)
recommendedCipherSuitesOnly - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly)
recommendedCipherSuitesOnly - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder trustedRpkStore(Object trustedRpkStore)
trustedRpkStore - the value to setdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder trustedRpkStore(String trustedRpkStore)
trustedRpkStore - the value to setApache Camel