JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
X
G
get(HTTPRequest, Map<String, String>, Map<String, String>)
- Method in class com.microej.demo.thermorest.endpoint.
ThermostatEndPoint
getCloudConnectors()
- Method in class com.microej.demo.thermorest.
HeadlessThermostat
Gets the cloud connectors.
getDefaultKeyManagers(CertificateLoader, Properties)
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the key managers, generated based on properties :
-
"aws.device.private.key.password"
: password of the password of device's private key.
-
"aws.device.private.key.path"
: path to the device's private key file.
-
"aws.device.certificate.path"
: path to the device's certificate file.
getEndpoints()
- Method in class com.microej.demo.thermorest.
HeadlessThermostat
Gets the additional endpoints.
getKeyManagers(CertificateLoader, String, String, String)
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the key managers.
getKeyManagers(String, Certificate, byte[])
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the key managers.
getListeners()
- Method in class com.microej.demo.thermorest.model.
ThermostatModel
Gets the listeners.
getModel()
- Method in class com.microej.demo.thermorest.
HeadlessThermostat
Gets the associated model.
getName()
- Method in class com.microej.demo.thermorest.cloud.aws.
ThermostatAWS
getName()
- Method in class com.microej.demo.thermorest.cloud.
CloudConnector
Gets the listener name, can be
null
.
getName()
- Method in class com.microej.demo.thermorest.cloud.mqtt.
ThermostatMQTT
getNewKeyStore()
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Create a new Key store.
getPort()
- Method in class com.microej.demo.thermorest.
HeadlessThermostat
Gets the server port.
getProperty(Properties, String)
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets a property from a property file, if not found tries the
System.getProperty(String)
getSslContext(Properties, CertificateLoader)
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the SSL Context for AWS.
getSslContext(KeyManager[], TrustManager[])
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the SSL Context for AWS.
getTargetTemperature()
- Method in class com.microej.demo.thermorest.model.
ThermostatModel
Gets the target temperature.
getTemperature()
- Method in class com.microej.demo.thermorest.model.
ThermostatModel
Gets the temperature.
getTrustManagers(CertificateLoader, Properties)
- Static method in class com.microej.demo.thermorest.cloud.aws.
SslContextHelper
Gets the trust managers, generated based on the property :
-
"aws.certificate.list"
: a list of certificate to load separated by comma.
getUnit()
- Method in class com.microej.demo.thermorest.model.
ThermostatModel
Gets the unit.
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes