Uses of Interface
org.apache.camel.builder.endpoint.dsl.CoAPEndpointBuilderFactory.CoAPEndpointBuilder
Packages that use CoAPEndpointBuilderFactory.CoAPEndpointBuilder
-
Uses of CoAPEndpointBuilderFactory.CoAPEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return CoAPEndpointBuilderFactory.CoAPEndpointBuilderModifier and TypeMethodDescriptionCoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (Secure) (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices. -
Uses of CoAPEndpointBuilderFactory.CoAPEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CoAPEndpointBuilderFactory.CoAPEndpointBuilderModifier and TypeMethodDescriptionSets the alias used to query the KeyStore for the private key and certificate.CoAPEndpointBuilderFactory.AdvancedCoAPEndpointBuilder.basic()CoAPEndpointBuilderFactory.CoAPEndpointBuilder.cipherSuites(String cipherSuites) Sets the cipherSuites String.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.clientAuthentication(String clientAuthentication) Sets the configuration options for server-side client-authentication requirements.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (Secure) (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoAPEndpointBuilderFactory.endpointBuilder(String componentName, String path) CoAPEndpointBuilderFactory.CoAPEndpointBuilder.privateKey(String privateKey) Set the configured private key for use with Raw Public Key.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.privateKey(PrivateKey privateKey) Set the configured private key for use with Raw Public Key.Set the PskStore to use for pre-shared key.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.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.CoAPEndpointBuilder.recommendedCipherSuitesOnly(boolean recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.recommendedCipherSuitesOnly(String recommendedCipherSuitesOnly) The CBC cipher suites are not recommended.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.sslContextParameters(String sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Set the SSLContextParameters object for setting up TLS.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.trustedRpkStore(String trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.trustedRpkStore(org.eclipse.californium.scandium.dtls.rpkstore.TrustedRpkStore trustedRpkStore) Set the TrustedRpkStore to use to determine trust in raw public keys.