default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.alias(String alias) |
Sets the alias used to query the KeyStore for the private key and
certificate.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.AdvancedCoAPEndpointConsumerBuilder.basic() |
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
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 |
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 |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.cipherSuites(String cipherSuites) |
Sets the cipherSuites String.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.clientAuthentication(String clientAuthentication) |
Sets the configuration options for server-side client-authentication
requirements.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.coapMethodRestrict(String coapMethodRestrict) |
Comma separated list of methods that the CoAP consumer will bind to.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.privateKey(String privateKey) |
Set the configured private key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.privateKey(PrivateKey privateKey) |
Set the configured private key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.pskStore(Object pskStore) |
Set the PskStore to use for pre-shared key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.pskStore(String pskStore) |
Set the PskStore to use for pre-shared key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.publicKey(String publicKey) |
Set the configured public key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.publicKey(PublicKey publicKey) |
Set the configured public key for use with Raw Public Key.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly) |
The CBC cipher suites are not recommended.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly) |
The CBC cipher suites are not recommended.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.sslContextParameters(Object sslContextParameters) |
Set the SSLContextParameters object for setting up TLS.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) |
Set the SSLContextParameters object for setting up TLS.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.trustedRpkStore(Object trustedRpkStore) |
Set the TrustedRpkStore to use to determine trust in raw public keys.
|
default CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder |
CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.trustedRpkStore(String trustedRpkStore) |
Set the TrustedRpkStore to use to determine trust in raw public keys.
|