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 (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (Secure) (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) 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 TypeMethodDescriptionCoAPEndpointBuilderFactory.CoAPEndpointBuilder.advancedCertificateVerifier(String advancedCertificateVerifier) Set the AdvancedCertificateVerifier to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.advancedCertificateVerifier(org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifier advancedCertificateVerifier) Set the AdvancedCertificateVerifier to use to determine trust in raw public keys.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.advancedPskStore(String advancedPskStore) Set the AdvancedPskStore to use for pre-shared key.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.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.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.CoAPEndpointBuilderFactory.CoAPEndpointBuilder.clientAuthentication(org.eclipse.californium.elements.config.CertificateAuthenticationMode clientAuthentication) Sets the configuration options for server-side client-authentication requirements.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (Secure) (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) 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 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.