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 TypeMethodDescriptionCoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.advancedCertificateVerifier(String advancedCertificateVerifier) Set the AdvancedCertificateVerifier to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.advancedCertificateVerifier(org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifier advancedCertificateVerifier) Set the AdvancedCertificateVerifier to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.advancedPskStore(String advancedPskStore) Set the AdvancedPskStore to use for pre-shared key.CoAPEndpointBuilderFactory.CoAPEndpointProducerBuilder.advancedPskStore(org.eclipse.californium.scandium.dtls.pskstore.AdvancedPskStore advancedPskStore) Set the AdvancedPskStore to use for pre-shared key.Sets 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.clientAuthentication(org.eclipse.californium.elements.config.CertificateAuthenticationMode 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 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.