B C D E F G H I L M N O P S T U 

B

BaseEmitterMqttActionListener - Class in net.eusashead.iot.mqtt.paho
 
BaseEmitterMqttActionListener() - Constructor for class net.eusashead.iot.mqtt.paho.BaseEmitterMqttActionListener
 
BaseMqttActionFactory - Class in net.eusashead.iot.mqtt.paho
 
BaseMqttActionFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.BaseMqttActionFactory
 
build() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClientBuilder
 
build() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
builder(String) - Static method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
builder(String, String) - Static method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
builder(String, String, MqttClientPersistence) - Static method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
builder(IMqttAsyncClient) - Static method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
Builder(String) - Constructor for class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
Builder(String, String) - Constructor for class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
Builder(String, String, MqttClientPersistence) - Constructor for class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
Builder(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 

C

client - Variable in class net.eusashead.iot.mqtt.paho.BaseMqttActionFactory
 
close() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Close the MQTT client
close() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
CloseFactory - Class in net.eusashead.iot.mqtt.paho
 
CloseFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.CloseFactory
 
CompletableEmitterMqttActionListener - Class in net.eusashead.iot.mqtt.paho
 
CompletableEmitterMqttActionListener(CompletableEmitter) - Constructor for class net.eusashead.iot.mqtt.paho.CompletableEmitterMqttActionListener
 
connect() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Connect the MQTT client
connect() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
ConnectFactory - Class in net.eusashead.iot.mqtt.paho
 
ConnectFactory(IMqttAsyncClient, MqttConnectOptions) - Constructor for class net.eusashead.iot.mqtt.paho.ConnectFactory
 
create() - Method in class net.eusashead.iot.mqtt.paho.CloseFactory
 
create() - Method in class net.eusashead.iot.mqtt.paho.ConnectFactory
 
create() - Method in class net.eusashead.iot.mqtt.paho.DisconnectFactory
 
create(byte[], int, boolean) - Static method in interface net.eusashead.iot.mqtt.PublishMessage
 
create(int, String, byte[], int, boolean) - Static method in interface net.eusashead.iot.mqtt.SubscribeMessage
 
create(String[]) - Method in class net.eusashead.iot.mqtt.paho.UnsubscribeFactory
 
create(String[], int[], BackpressureStrategy) - Method in class net.eusashead.iot.mqtt.paho.SubscribeFactory
 
create(String, MqttMessage) - Method in class net.eusashead.iot.mqtt.paho.PublishFactory
 

D

disconnect() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Disconnect the MQTT client
disconnect() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
DisconnectFactory - Class in net.eusashead.iot.mqtt.paho
 
DisconnectFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.DisconnectFactory
 

E

emitter - Variable in class net.eusashead.iot.mqtt.paho.CompletableEmitterMqttActionListener
 
emitter - Variable in class net.eusashead.iot.mqtt.paho.FlowableEmitterMqttActionListener
 
equals(Object) - Method in class net.eusashead.iot.mqtt.SubscribeMessage.SubscribeMessageImpl
 

F

FlowableEmitterMqttActionListener<T> - Class in net.eusashead.iot.mqtt.paho
 
FlowableEmitterMqttActionListener(FlowableEmitter<? super T>) - Constructor for class net.eusashead.iot.mqtt.paho.FlowableEmitterMqttActionListener
 

G

getBackpressureStrategy() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getBrokerUri() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Get the MQTT broker URI
getBrokerUri() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
getClient() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getClientId() - Method in interface net.eusashead.iot.mqtt.MqttToken
 
getClientId() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Get the MQTT client id from the underlying MQTT client
getClientId() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
getCloseFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getConnectFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getConnectOptions() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getDisconnectFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getGrantedQos() - Method in interface net.eusashead.iot.mqtt.SubscribeToken
Deprecated.
Returns the granted QoS when a subscription is acknowledged
getId() - Method in interface net.eusashead.iot.mqtt.SubscribeMessage
 
getId() - Method in class net.eusashead.iot.mqtt.SubscribeMessage.SubscribeMessageImpl
 
getMessageId() - Method in interface net.eusashead.iot.mqtt.MqttToken
Returns the identifier for the message associated with this token
getMqttAsyncClient() - Method in class net.eusashead.iot.mqtt.paho.BaseMqttActionFactory
 
getOnError() - Method in class net.eusashead.iot.mqtt.paho.BaseEmitterMqttActionListener
Return the OnError implementation for this listener so that the onFailure() method can call onError()
getOnError() - Method in class net.eusashead.iot.mqtt.paho.CompletableEmitterMqttActionListener
 
getOnError() - Method in class net.eusashead.iot.mqtt.paho.FlowableEmitterMqttActionListener
 
getOptions() - Method in class net.eusashead.iot.mqtt.paho.ConnectFactory
 
getPayload() - Method in interface net.eusashead.iot.mqtt.MqttMessage
 
getPublishFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getQos() - Method in interface net.eusashead.iot.mqtt.MqttMessage
 
getSessionPresent() - Method in interface net.eusashead.iot.mqtt.MqttToken
Whether a session is present for this topic
getSubscribeFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
getTopic() - Method in interface net.eusashead.iot.mqtt.SubscribeMessage
 
getTopic() - Method in class net.eusashead.iot.mqtt.SubscribeMessage.SubscribeMessageImpl
 
getTopics() - Method in interface net.eusashead.iot.mqtt.MqttToken
Returns the topic string for the this token or null if nothing has been published
getUnsubscribeFactory() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 

H

hashCode() - Method in class net.eusashead.iot.mqtt.SubscribeMessage.SubscribeMessageImpl
 

I

isConnected() - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Whether the MQTT client is connected to the broker
isConnected() - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
isRetained() - Method in interface net.eusashead.iot.mqtt.MqttMessage
 

L

LOGGER - Static variable in class net.eusashead.iot.mqtt.paho.BaseEmitterMqttActionListener
 

M

MqttMessage - Interface in net.eusashead.iot.mqtt
 
MqttToken - Interface in net.eusashead.iot.mqtt
 

N

net.eusashead.iot.mqtt - package net.eusashead.iot.mqtt
 
net.eusashead.iot.mqtt.paho - package net.eusashead.iot.mqtt.paho
 

O

ObservableMqttClient - Interface in net.eusashead.iot.mqtt
RxJava MQTT API
ObservableMqttClientBuilder - Interface in net.eusashead.iot.mqtt
 
onError(Throwable) - Method in interface net.eusashead.iot.mqtt.paho.OnError
Action to take in the event of an error occurring
OnError - Interface in net.eusashead.iot.mqtt.paho
This interface is needed because although FlowableEmitter, CompletableEmitter and SingleEmitter all have an onError(Throwable) method there is no super-interface containing this method.
onFailure(IMqttToken, Throwable) - Method in class net.eusashead.iot.mqtt.paho.BaseEmitterMqttActionListener
 

P

PahoObservableMqttClient - Class in net.eusashead.iot.mqtt.paho
 
PahoObservableMqttClient.Builder - Class in net.eusashead.iot.mqtt.paho
 
publish(String, PublishMessage) - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Publish an PublishMessage to a String topic at the given QOS level
publish(String, PublishMessage) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
PublishFactory - Class in net.eusashead.iot.mqtt.paho
 
PublishFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.PublishFactory
 
PublishMessage - Interface in net.eusashead.iot.mqtt
 
PublishMessage.PublishMessageImpl - Class in net.eusashead.iot.mqtt
 
PublishToken - Interface in net.eusashead.iot.mqtt
 

S

setBackpressureStrategy(BackpressureStrategy) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setCloseFactory(CloseFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setConnectFactory(ConnectFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setConnectOptions(MqttConnectOptions) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setDisconnectFactory(DisconnectFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setMqttCallback(MqttCallback) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setPublishFactory(PublishFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setSubscribeFactory(SubscribeFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
setUnsubscribeFactory(UnsubscribeFactory) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient.Builder
 
subscribe(String[], int[]) - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Subscribe to multiple String topics to receive multiple SubscribeMessage at the given QOS levels
subscribe(String[], int[]) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
subscribe(String, int) - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Subscribe to a String topic to receive multiple SubscribeMessage at the supplied QOS level
subscribe(String, int) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
SubscribeFactory - Class in net.eusashead.iot.mqtt.paho
 
SubscribeFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.SubscribeFactory
 
SubscribeMessage - Interface in net.eusashead.iot.mqtt
 
SubscribeMessage.SubscribeMessageImpl - Class in net.eusashead.iot.mqtt
 
SubscribeToken - Interface in net.eusashead.iot.mqtt
Deprecated.

T

toString() - Method in class net.eusashead.iot.mqtt.PublishMessage.PublishMessageImpl
 
toString() - Method in class net.eusashead.iot.mqtt.SubscribeMessage.SubscribeMessageImpl
 

U

unsubscribe(String) - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Unsubscribe from the given topic String
unsubscribe(String) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
unsubscribe(String[]) - Method in interface net.eusashead.iot.mqtt.ObservableMqttClient
Unsubscribe from the given topics String array
unsubscribe(String[]) - Method in class net.eusashead.iot.mqtt.paho.PahoObservableMqttClient
 
UnsubscribeFactory - Class in net.eusashead.iot.mqtt.paho
 
UnsubscribeFactory(IMqttAsyncClient) - Constructor for class net.eusashead.iot.mqtt.paho.UnsubscribeFactory
 
B C D E F G H I L M N O P S T U 
Skip navigation links

Copyright © 2018. All rights reserved.