Uses of Interface
org.apache.camel.builder.endpoint.dsl.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder
Packages that use CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder
-
Uses of CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder 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.CoAPEndpointConsumerBuilderModifier and TypeMethodDescriptionSets the alias used to query the KeyStore for the private key and certificate.CoAPEndpointBuilderFactory.AdvancedCoAPEndpointConsumerBuilder.basic()CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.cipherSuites(String cipherSuites) Sets the cipherSuites String.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.clientAuthentication(String clientAuthentication) Sets the configuration options for server-side client-authentication requirements.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.coapMethodRestrict(String coapMethodRestrict) Comma separated list of methods that the CoAP consumer will bind to.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.observable(boolean observable) Make CoAP resource observable for source endpoint, based on RFC 7641.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.observable(String observable) Make CoAP resource observable for source endpoint, based on RFC 7641.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.observe(boolean observe) Send an observe request from a source endpoint, based on RFC 7641.Send an observe request from a source endpoint, based on RFC 7641.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.privateKey(String privateKey) Set the configured private key for use with Raw Public Key.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.privateKey(PrivateKey privateKey) Set the configured private key for use with Raw Public Key.Set the PskStore to use for pre-shared key.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.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.CoAPEndpointConsumerBuilder.recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.trustedRpkStore(String trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointConsumerBuilder.trustedRpkStore(org.eclipse.californium.scandium.dtls.rpkstore.TrustedRpkStore trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.