Uses of Interface
org.apache.camel.builder.endpoint.dsl.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder
Packages that use CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder
-
Uses of CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the CoAP component.Methods in org.apache.camel.builder.endpoint.dsl that return CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilderModifier and TypeMethodDescriptionSets the alias used to query the KeyStore for the private key and certificate.CoAPEndpointBuilderFactory.AdvancedCoAPEndpointProducerBuilder.basic()CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.cipherSuites(String cipherSuites) Sets the cipherSuites String.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.clientAuthentication(String clientAuthentication) Sets the configuration options for server-side client-authentication requirements.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.notify(boolean notify) Notify observers that the resource of this URI has changed, based on RFC 7641.Notify observers that the resource of this URI has changed, based on RFC 7641.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.privateKey(String privateKey) Set the configured private key for use with Raw Public Key.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.privateKey(PrivateKey privateKey) Set the configured private key for use with Raw Public Key.Set the PskStore to use for pre-shared key.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.pskStore(org.eclipse.californium.scandium.dtls.pskstore.PskStore pskStore) Set the PskStore to use for pre-shared key.Set the configured public key for use with Raw Public Key.Set the configured public key for use with Raw Public Key.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.sslContextParameters(String sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.trustedRpkStore(String trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.trustedRpkStore(org.eclipse.californium.scandium.dtls.rpkstore.TrustedRpkStore trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.