B C D E G I M O P S 
All Classes All Packages

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.coap.CoAPEndpointUriFactory
 

C

COAP_METHOD - Static variable in interface org.apache.camel.coap.CoAPConstants
CoAP exchange header names
COAP_RESPONSE_CODE - Static variable in interface org.apache.camel.coap.CoAPConstants
 
COAP_URI - 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 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
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
 
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
 
doStop() - Method in class org.apache.camel.coap.CoAPComponent
 
doStop() - Method in class org.apache.camel.coap.CoAPConsumer
 

E

enableDTLS(URI) - Static method in class org.apache.camel.coap.CoAPEndpoint
 
enableTCP(URI) - Static method in class org.apache.camel.coap.CoAPEndpoint
 

G

getAlias() - Method in class org.apache.camel.coap.CoAPEndpoint
Gets the alias used to query the KeyStore for the private key and certificate.
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
 
getPrivateKey() - Method in class org.apache.camel.coap.CoAPEndpoint
Get the configured private key for use with Raw Public Key.
getPskStore() - Method in class org.apache.camel.coap.CoAPEndpoint
Get the PskStore to use for pre-shared 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
 
getSslContextParameters() - Method in class org.apache.camel.coap.CoAPEndpoint
Get the SSLContextParameters object for setting up TLS.
getTrustedRpkStore() - Method in class org.apache.camel.coap.CoAPEndpoint
Get the TrustedRpkStore to use to determine trust in raw public keys.
getUri() - Method in class org.apache.camel.coap.CoAPEndpoint
The URI for the CoAP endpoint

I

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
 
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

O

org.apache.camel.coap - package org.apache.camel.coap
 

P

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
 
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(String) - 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
 
setPrivateKey(PrivateKey) - Method in class org.apache.camel.coap.CoAPEndpoint
Set the configured private key for use with Raw Public Key.
setPskStore(PskStore) - Method in class org.apache.camel.coap.CoAPEndpoint
Set the PskStore to use for pre-shared 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.
setTrustedRpkStore(TrustedRpkStore) - Method in class org.apache.camel.coap.CoAPEndpoint
Set the TrustedRpkStore to use to determine trust in raw public keys.
setUri(URI) - Method in class org.apache.camel.coap.CoAPEndpoint
 
B C D E G I M O P S 
All Classes All Packages