A B C D E H I K L M N P S T U V W 
All Classes All Packages

A

AppConfig - Interface in de.poiu.coat.example
Main configuration for the example application.
AppConfigParam - Enum in de.poiu.coat.example
 

B

BROKER_ADDRESS - de.poiu.coat.example.MqttConfigParam
The address of the MQTT broker.
brokerAddress() - Method in class de.poiu.coat.example.ImmutableMqttConfig
The address of the MQTT broker.
brokerAddress() - Method in interface de.poiu.coat.example.MqttConfig
The address of the MQTT broker.

C

CLIENT_ID - de.poiu.coat.example.MqttConfigParam
The clientId to send to the MQTT broker.
clientId() - Method in class de.poiu.coat.example.ImmutableMqttConfig
The clientId to send to the MQTT broker.
clientId() - Method in interface de.poiu.coat.example.MqttConfig
The clientId to send to the MQTT broker.
connect() - Method in class de.poiu.coat.example.mqtt.DummyMqttClient
 

D

de.poiu.coat.example - package de.poiu.coat.example
 
de.poiu.coat.example.mqtt - package de.poiu.coat.example.mqtt
 
defaultValue() - Method in enum de.poiu.coat.example.AppConfigParam
 
defaultValue() - Method in enum de.poiu.coat.example.MqttConfigParam
 
description() - Method in interface de.poiu.coat.example.AppConfig
A short description of the purpose of this application.
description() - Method in class de.poiu.coat.example.ImmutableAppConfig
A short description of the purpose of this application.
DESCRIPTION - de.poiu.coat.example.AppConfigParam
A short description of the purpose of this application.
DummyMqttClient - Class in de.poiu.coat.example.mqtt
 
DummyMqttClient(InetAddress, int) - Constructor for class de.poiu.coat.example.mqtt.DummyMqttClient
 

E

equals(Object) - Method in class de.poiu.coat.example.ImmutableAppConfig
 
equals(Object) - Method in class de.poiu.coat.example.ImmutableMqttConfig
 
ExampleApp - Class in de.poiu.coat.example
A very simple example app to demonstrate the usage of Coat.
ExampleApp() - Constructor for class de.poiu.coat.example.ExampleApp
 

H

hashCode() - Method in class de.poiu.coat.example.ImmutableAppConfig
 
hashCode() - Method in class de.poiu.coat.example.ImmutableMqttConfig
 

I

ImmutableAppConfig - Class in de.poiu.coat.example
 
ImmutableAppConfig(File) - Constructor for class de.poiu.coat.example.ImmutableAppConfig
 
ImmutableAppConfig(Map<String, String>) - Constructor for class de.poiu.coat.example.ImmutableAppConfig
 
ImmutableAppConfig(Properties) - Constructor for class de.poiu.coat.example.ImmutableAppConfig
 
ImmutableMqttConfig - Class in de.poiu.coat.example
 
ImmutableMqttConfig(File) - Constructor for class de.poiu.coat.example.ImmutableMqttConfig
 
ImmutableMqttConfig(Map<String, String>) - Constructor for class de.poiu.coat.example.ImmutableMqttConfig
 
ImmutableMqttConfig(Properties) - Constructor for class de.poiu.coat.example.ImmutableMqttConfig
 

K

key() - Method in enum de.poiu.coat.example.AppConfigParam
 
key() - Method in enum de.poiu.coat.example.MqttConfigParam
 

L

LISTEN_ADDRES - de.poiu.coat.example.AppConfigParam
The interfaces to listen on for incoming connections.
LISTEN_PORT - de.poiu.coat.example.AppConfigParam
The port to listen on for incoming connections.
listenAddres() - Method in interface de.poiu.coat.example.AppConfig
The interfaces to listen on for incoming connections.
listenAddres() - Method in class de.poiu.coat.example.ImmutableAppConfig
The interfaces to listen on for incoming connections.
listenPort() - Method in interface de.poiu.coat.example.AppConfig
The port to listen on for incoming connections.
listenPort() - Method in class de.poiu.coat.example.ImmutableAppConfig
The port to listen on for incoming connections.

M

main(String[]) - Static method in class de.poiu.coat.example.ExampleApp
 
mandatory() - Method in enum de.poiu.coat.example.AppConfigParam
 
mandatory() - Method in enum de.poiu.coat.example.MqttConfigParam
 
mqtt() - Method in interface de.poiu.coat.example.AppConfig
The configuration for the MQTT connection
mqtt() - Method in class de.poiu.coat.example.ImmutableAppConfig
The configuration for the MQTT connection
MqttConfig - Interface in de.poiu.coat.example
MQTT Client configuration
MqttConfigParam - Enum in de.poiu.coat.example
 

N

name() - Method in interface de.poiu.coat.example.AppConfig
A shorthand name for this application.
name() - Method in class de.poiu.coat.example.ImmutableAppConfig
A shorthand name for this application.
NAME - de.poiu.coat.example.AppConfigParam
A shorthand name for this application.

P

password() - Method in class de.poiu.coat.example.ImmutableMqttConfig
The password to connect to the MQTT broker.
password() - Method in interface de.poiu.coat.example.MqttConfig
The password to connect to the MQTT broker.
PASSWORD - de.poiu.coat.example.MqttConfigParam
The password to connect to the MQTT broker.
port() - Method in class de.poiu.coat.example.ImmutableMqttConfig
The port to communicate with the MQTT broker.
port() - Method in interface de.poiu.coat.example.MqttConfig
The port to communicate with the MQTT broker.
PORT - de.poiu.coat.example.MqttConfigParam
The port to communicate with the MQTT broker.

S

setClientId(String) - Method in class de.poiu.coat.example.mqtt.DummyMqttClient
 
setPassword(String) - Method in class de.poiu.coat.example.mqtt.DummyMqttClient
 
setUsername(String) - Method in class de.poiu.coat.example.mqtt.DummyMqttClient
 

T

type() - Method in enum de.poiu.coat.example.AppConfigParam
 
type() - Method in enum de.poiu.coat.example.MqttConfigParam
 

U

username() - Method in class de.poiu.coat.example.ImmutableMqttConfig
The username to connect to the MQTT broker.
username() - Method in interface de.poiu.coat.example.MqttConfig
The username to connect to the MQTT broker.
USERNAME - de.poiu.coat.example.MqttConfigParam
The username to connect to the MQTT broker.

V

valueOf(String) - Static method in enum de.poiu.coat.example.AppConfigParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.poiu.coat.example.MqttConfigParam
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.poiu.coat.example.AppConfigParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.poiu.coat.example.MqttConfigParam
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExampleConfig(BufferedWriter) - Static method in class de.poiu.coat.example.ImmutableAppConfig
 
writeExampleConfig(BufferedWriter) - Static method in class de.poiu.coat.example.ImmutableMqttConfig
 
writeExampleConfig(Writer) - Static method in class de.poiu.coat.example.ImmutableAppConfig
 
writeExampleConfig(Writer) - Static method in class de.poiu.coat.example.ImmutableMqttConfig
 
A B C D E H I K L M N P S T U V W 
All Classes All Packages