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 alias(String alias)
java.lang.String type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder cipherSuites(String cipherSuites)
java.lang.String type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder clientAuthentication(String clientAuthentication)
java.lang.String type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder privateKey(PrivateKey privateKey)
java.security.PrivateKey type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder privateKey(String privateKey)
java.security.PrivateKey type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder pskStore(Object pskStore)
org.eclipse.californium.scandium.dtls.pskstore.PskStore
type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder pskStore(String pskStore)
org.eclipse.californium.scandium.dtls.pskstore.PskStore
type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder publicKey(PublicKey publicKey)
java.security.PublicKey type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder publicKey(String publicKey)
java.security.PublicKey type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly)
boolean type.
Default: true
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly)
boolean type.
Default: true
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder trustedRpkStore(Object trustedRpkStore)
org.eclipse.californium.scandium.dtls.rpkstore.TrustedRpkStore type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder trustedRpkStore(String trustedRpkStore)
org.eclipse.californium.scandium.dtls.rpkstore.TrustedRpkStore type.
Group: commondefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder coapMethodRestrict(String coapMethodRestrict)
java.lang.String type.
Group: consumerApache Camel