Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
C
- COAP_ETAG - Static variable in interface org.apache.camel.coap.CoAPConstants
-
CoAP exchange header names
- COAP_MAX_AGE - Static variable in interface org.apache.camel.coap.CoAPConstants
- COAP_METHOD - Static variable in interface org.apache.camel.coap.CoAPConstants
- COAP_RESPONSE_CODE - Static variable in interface org.apache.camel.coap.CoAPConstants
- CoAPComponent - Class in org.apache.camel.coap
-
Represents the component that manages
CoAPEndpoint. - CoAPComponent() - Constructor for class org.apache.camel.coap.CoAPComponent
- CoAPComponentConfigurer - Class in org.apache.camel.coap
-
Generated by camel build tools - do NOT edit this file!
- CoAPComponentConfigurer() - Constructor for class org.apache.camel.coap.CoAPComponentConfigurer
- CoAPConstants - Interface in org.apache.camel.coap
-
CoAP component constants
- CoAPConsumer - Class in org.apache.camel.coap
-
The CoAP consumer.
- CoAPConsumer(CoAPEndpoint, Processor) - Constructor for class org.apache.camel.coap.CoAPConsumer
- CoAPEndpoint - Class in org.apache.camel.coap
-
Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.
- CoAPEndpoint(String, CoAPComponent) - Constructor for class org.apache.camel.coap.CoAPEndpoint
- CoAPEndpointConfigurer - Class in org.apache.camel.coap
-
Generated by camel build tools - do NOT edit this file!
- CoAPEndpointConfigurer() - Constructor for class org.apache.camel.coap.CoAPEndpointConfigurer
- CoAPEndpointUriFactory - Class in org.apache.camel.coap
-
Generated by camel build tools - do NOT edit this file!
- CoAPEndpointUriFactory() - Constructor for class org.apache.camel.coap.CoAPEndpointUriFactory
- CoAPHelper - Class in org.apache.camel.coap
-
Various helper methods for CoAP
- CoAPNotifier - Class in org.apache.camel.coap
-
The CoAP notifier.
- CoAPNotifier(CoAPEndpoint) - Constructor for class org.apache.camel.coap.CoAPNotifier
- CoAPObserver - Class in org.apache.camel.coap
-
The CoAP observer.
- CoAPObserver(CoAPEndpoint, Processor) - Constructor for class org.apache.camel.coap.CoAPObserver
- CoAPProducer - Class in org.apache.camel.coap
-
The CoAP producer.
- CoAPProducer(CoAPEndpoint) - Constructor for class org.apache.camel.coap.CoAPProducer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.coap.CoAPComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.coap.CoAPEndpointConfigurer
- CONTENT_TYPE - Static variable in interface org.apache.camel.coap.CoAPConstants
- convertCoapResponseToMessage(CoapResponse, Message) - Static method in class org.apache.camel.coap.CoAPHelper
- createCoapClient(URI) - Method in class org.apache.camel.coap.CoAPEndpoint
- createConsumer(CamelContext, Processor, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.coap.CoAPComponent
- createConsumer(Processor) - Method in class org.apache.camel.coap.CoAPEndpoint
- createDTLSConnector(InetSocketAddress, boolean) - Method in class org.apache.camel.coap.CoAPEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.coap.CoAPComponent
- createProducer() - Method in class org.apache.camel.coap.CoAPEndpoint
D
- doStart() - Method in class org.apache.camel.coap.CoAPComponent
- doStart() - Method in class org.apache.camel.coap.CoAPConsumer
- doStart() - Method in class org.apache.camel.coap.CoAPObserver
- doStop() - Method in class org.apache.camel.coap.CoAPComponent
- doStop() - Method in class org.apache.camel.coap.CoAPProducer
E
- enableDTLS(URI) - Static method in class org.apache.camel.coap.CoAPEndpoint
- enableTCP(URI) - Static method in class org.apache.camel.coap.CoAPEndpoint
G
- getAdvancedCertificateVerifier() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Get the AdvancedCertificateVerifier to use to determine trust in raw public keys.
- getAdvancedPskStore() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Get the AdvancedPskStore to use for pre-shared key.
- getAlias() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Gets the alias used to query the KeyStore for the private key and certificate.
- getCamelCoapResource(String) - Method in class org.apache.camel.coap.CoAPEndpoint
- getCipherSuites() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Gets the cipherSuites String.
- getClientAuthentication() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Gets the configuration options for server-side client-authentication requirements.
- getCoapEndpoint() - Method in class org.apache.camel.coap.CoAPConsumer
- getCoapMethodRestrict() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Comma separated list of methods that the CoAP consumer will bind to.
- getCoapServer() - Method in class org.apache.camel.coap.CoAPEndpoint
- getDefaultMethod(Exchange, CoapClient) - Static method in class org.apache.camel.coap.CoAPHelper
-
Determines which CoAP request method to use based on the content of the target request URI, the message body or value from the CamelCoapMethod header.
- getDefaultMethodRestrict(String) - Static method in class org.apache.camel.coap.CoAPHelper
-
Determines which method verbs the CoAP server should be restricted to handling.
- getOptionType(String, boolean) - Method in class org.apache.camel.coap.CoAPComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.coap.CoAPEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.coap.CoAPComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.coap.CoAPEndpointConfigurer
- getPathSegmentsFromPath(String) - Static method in class org.apache.camel.coap.CoAPHelper
- getPathSegmentsFromURI() - Method in class org.apache.camel.coap.CoAPEndpoint
- getPrivateKey() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Get the configured private key for use with Raw Public Key.
- getPublicKey() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Get the configured public key for use with Raw Public Key.
- getServer(int, CoAPEndpoint) - Method in class org.apache.camel.coap.CoAPComponent
- getServiceProtocol() - Method in class org.apache.camel.coap.CoAPEndpoint
- getServiceUrl() - Method in class org.apache.camel.coap.CoAPEndpoint
- getSslContextParameters() - Method in class org.apache.camel.coap.CoAPEndpoint
-
Get the SSLContextParameters object for setting up TLS.
- getUri() - Method in class org.apache.camel.coap.CoAPEndpoint
-
The URI for the CoAP endpoint
I
- initClient() - Method in class org.apache.camel.coap.CoAPProducer
- isClientAuthenticationRequired() - Method in class org.apache.camel.coap.CoAPEndpoint
- isClientAuthenticationWanted() - Method in class org.apache.camel.coap.CoAPEndpoint
- isEnabled(String) - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
- isNotify() - Method in class org.apache.camel.coap.CoAPEndpoint
- isObservable() - Method in class org.apache.camel.coap.CoAPEndpoint
- isObserve() - Method in class org.apache.camel.coap.CoAPEndpoint
- isRecommendedCipherSuitesOnly() - Method in class org.apache.camel.coap.CoAPEndpoint
M
- METHOD_DELETE - Static variable in interface org.apache.camel.coap.CoAPConstants
-
Supported request methods
- METHOD_GET - Static variable in interface org.apache.camel.coap.CoAPConstants
- METHOD_PING - Static variable in interface org.apache.camel.coap.CoAPConstants
- METHOD_POST - Static variable in interface org.apache.camel.coap.CoAPConstants
- METHOD_PUT - Static variable in interface org.apache.camel.coap.CoAPConstants
- METHOD_RESTRICT_ALL - Static variable in interface org.apache.camel.coap.CoAPConstants
-
Supported CoAP server methods
- multiValuePrefixes() - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
O
- onError() - Method in class org.apache.camel.coap.CoAPObserver
- onLoad(CoapResponse) - Method in class org.apache.camel.coap.CoAPObserver
- org.apache.camel.coap - package org.apache.camel.coap
P
- process(Exchange) - Method in class org.apache.camel.coap.CoAPNotifier
- process(Exchange) - Method in class org.apache.camel.coap.CoAPProducer
- propertyNames() - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
S
- secretPropertyNames() - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
- setAdvancedCertificateVerifier(NewAdvancedCertificateVerifier) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Set the AdvancedCertificateVerifier to use to determine trust in raw public keys.
- setAdvancedPskStore(AdvancedPskStore) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Set the AdvancedPskStore to use for pre-shared key.
- setAlias(String) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Sets the alias used to query the KeyStore for the private key and certificate.
- setCipherSuites(String) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Sets the cipherSuites String.
- setClientAuthentication(CertificateAuthenticationMode) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Sets the configuration options for server-side client-authentication requirements.
- setCoapMethodRestrict(String) - Method in class org.apache.camel.coap.CoAPEndpoint
- setNotify(boolean) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Notify observers that the resource of this URI has changed, based on RFC 7641.
- setObservable(boolean) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Make CoAP resource observable for source endpoint, based on RFC 7641.
- setObserve(boolean) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Send an observe request from a source endpoint, based on RFC 7641.
- setPrivateKey(PrivateKey) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Set the configured private key for use with Raw Public Key.
- setPublicKey(PublicKey) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Set the configured public key for use with Raw Public Key.
- setRecommendedCipherSuitesOnly(boolean) - Method in class org.apache.camel.coap.CoAPEndpoint
-
The CBC cipher suites are not recommended.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.coap.CoAPEndpoint
-
Set the SSLContextParameters object for setting up TLS.
- setUri(URI) - Method in class org.apache.camel.coap.CoAPEndpoint
All Classes and Interfaces|All Packages|Constant Field Values