JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
rx-mqtt-api
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
A
B
C
D
E
F
G
I
O
P
R
V
A
AT_LEAST_ONCE
- br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
RxMqttQoS 1 - At least Once Delivery: For this level of service, the MQTT client or the server would attempt to deliver the message at-least once.
AT_MOST_ONCE
- br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
RxMqttQoS 0 - At most once delivery: With this setting, messages are delivered according to the best effort of the underlying network.
B
br.com.thiaguten.rx.mqtt.api
- package br.com.thiaguten.rx.mqtt.api
build()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClientBuilder
C
close()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
connect()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
connectComplete(boolean, String)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttCallback
connectionLost(Throwable)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttCallback
D
deliveryComplete(RxMqttToken)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttCallback
disconnect()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
disconnectForcibly()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
E
EXACTLY_ONCE
- br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
RxMqttQoS 2 - Exactly once delivery: This is the highest level of Quality of Service.
F
FAILURE
- br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
G
getClientId()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
getClientId()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getException()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getGrantedQos()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getId()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttMessage
getMessage()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getMessageId()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getPayload()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttMessage
getQoS()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttMessage
getServerUri()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
getSessionPresent()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
getTopic()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttMessage
getTopics()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
I
isComplete()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttToken
isConnected()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
isRetained()
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttMessage
O
off(String...)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
offAndClose(String...)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[])
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[], RxMqttQoS[])
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[], RxMqttQoS[], BackpressureStrategy)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[], RxMqttQoS[], BackpressureStrategy, Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[], RxMqttQoS[], Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String[], Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, RxMqttQoS)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, RxMqttQoS, BackpressureStrategy)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, RxMqttQoS, BackpressureStrategy, Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, RxMqttQoS, Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, BackpressureStrategy)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, BackpressureStrategy, Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
on(String, Consumer<RxMqttToken>)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
P
publish(String, RxMqttMessage)
- Method in interface br.com.thiaguten.rx.mqtt.api.
RxMqttClient
R
RxMqttCallback
- Interface in
br.com.thiaguten.rx.mqtt.api
RxMqttClient
- Interface in
br.com.thiaguten.rx.mqtt.api
RxMqttClientBuilder
<
T
extends
RxMqttClient
> - Interface in
br.com.thiaguten.rx.mqtt.api
RxMqttException
- Exception in
br.com.thiaguten.rx.mqtt.api
RxMqttException(String, Throwable)
- Constructor for exception br.com.thiaguten.rx.mqtt.api.
RxMqttException
RxMqttMessage
- Interface in
br.com.thiaguten.rx.mqtt.api
RxMqttQoS
- Enum in
br.com.thiaguten.rx.mqtt.api
RxMqttToken
- Interface in
br.com.thiaguten.rx.mqtt.api
V
value()
- Method in enum br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
valueOf(int)
- Static method in enum br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
Returns the enum constant of this type with the specified name.
values()
- Static method in enum br.com.thiaguten.rx.mqtt.api.
RxMqttQoS
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
I
O
P
R
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
rx-mqtt-api
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.