blob: da19d133fa1471e8573e433d982aa8a4666e67e4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Thu Sep 01 13:59:14 BST 2016 -->
<title>R-Index</title>
<meta name="date" content="2016-09-01">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="R-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-17.html">Prev Letter</a></li>
<li><a href="index-19.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-18.html" target="_top">Frames</a></li>
<li><a href="index-18.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/wire/CountingInputStream.html#read--">read()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.wire.<a href="../org/eclipse/paho/client/mqttv3/internal/wire/CountingInputStream.html" title="class in org.eclipse.paho.client.mqttv3.internal.wire">CountingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/wire/MqttInputStream.html#read--">read()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.wire.<a href="../org/eclipse/paho/client/mqttv3/internal/wire/MqttInputStream.html" title="class in org.eclipse.paho.client.mqttv3.internal.wire">MqttInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/wire/MultiByteArrayInputStream.html#read--">read()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.wire.<a href="../org/eclipse/paho/client/mqttv3/internal/wire/MultiByteArrayInputStream.html" title="class in org.eclipse.paho.client.mqttv3.internal.wire">MultiByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/wire/MqttInputStream.html#readMqttWireMessage--">readMqttWireMessage()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.wire.<a href="../org/eclipse/paho/client/mqttv3/internal/wire/MqttInputStream.html" title="class in org.eclipse.paho.client.mqttv3.internal.wire">MqttInputStream</a></dt>
<dd>
<div class="block">Reads an <code>MqttWireMessage</code> from the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_BROKER_UNAVAILABLE">REASON_CODE_BROKER_UNAVAILABLE</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The broker was not available to handle the request.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_ALREADY_DISCONNECTED">REASON_CODE_CLIENT_ALREADY_DISCONNECTED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client is already disconnected.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_CLOSED">REASON_CODE_CLIENT_CLOSED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client is closed - no operations are permitted on the client in this
state.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_CONNECTED">REASON_CODE_CLIENT_CONNECTED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client is already connected.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_DISCONNECT_PROHIBITED">REASON_CODE_CLIENT_DISCONNECT_PROHIBITED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Thrown when an attempt to call <a href="../org/eclipse/paho/client/mqttv3/MqttClient.html#disconnect--"><code>MqttClient.disconnect()</code></a> has been
made from within a method on <a href="../org/eclipse/paho/client/mqttv3/MqttCallback.html" title="interface in org.eclipse.paho.client.mqttv3"><code>MqttCallback</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_DISCONNECTING">REASON_CODE_CLIENT_DISCONNECTING</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client is currently disconnecting and cannot accept any new work.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_EXCEPTION">REASON_CODE_CLIENT_EXCEPTION</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Client encountered an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_NOT_CONNECTED">REASON_CODE_CLIENT_NOT_CONNECTED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client is not connected to the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CLIENT_TIMEOUT">REASON_CODE_CLIENT_TIMEOUT</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Client timed out while waiting for a response from the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CONNECT_IN_PROGRESS">REASON_CODE_CONNECT_IN_PROGRESS</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">A connect operation in already in progress, only one connect can happen
at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_CONNECTION_LOST">REASON_CODE_CONNECTION_LOST</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The client has been unexpectedly disconnected from the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_DISCONNECTED_BUFFER_FULL">REASON_CODE_DISCONNECTED_BUFFER_FULL</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The Client has attempted to publish a message whilst in the 'resting' / offline
state with Disconnected Publishing enabled, however the buffer is full and
deleteOldestMessages is disabled, therefore no more messages can be published
until the client reconnects, or the application deletes buffered message
manually.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_FAILED_AUTHENTICATION">REASON_CODE_FAILED_AUTHENTICATION</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Authentication with the server has failed, due to a bad user name or password.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_INVALID_CLIENT_ID">REASON_CODE_INVALID_CLIENT_ID</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The server has rejected the supplied client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_INVALID_MESSAGE">REASON_CODE_INVALID_MESSAGE</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Protocol error: the message was not recognized as a valid MQTT packet.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_INVALID_PROTOCOL_VERSION">REASON_CODE_INVALID_PROTOCOL_VERSION</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">The protocol version requested is not supported by the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_MAX_INFLIGHT">REASON_CODE_MAX_INFLIGHT</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">A request has been made to send a message but the maximum number of inflight
messages has already been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_NO_MESSAGE_IDS_AVAILABLE">REASON_CODE_NO_MESSAGE_IDS_AVAILABLE</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Internal error, caused by no new message IDs being available.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_NOT_AUTHORIZED">REASON_CODE_NOT_AUTHORIZED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Not authorized to perform the requested operation</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttPersistenceException.html#REASON_CODE_PERSISTENCE_IN_USE">REASON_CODE_PERSISTENCE_IN_USE</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttPersistenceException.html" title="class in org.eclipse.paho.client.mqttv3">MqttPersistenceException</a></dt>
<dd>
<div class="block">Persistence is already being used by another client.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_SERVER_CONNECT_ERROR">REASON_CODE_SERVER_CONNECT_ERROR</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Unable to connect to server</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_SOCKET_FACTORY_MISMATCH">REASON_CODE_SOCKET_FACTORY_MISMATCH</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Server URI and supplied <code>SocketFactory</code> do not match.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_SSL_CONFIG_ERROR">REASON_CODE_SSL_CONFIG_ERROR</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">SSL configuration error.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_SUBSCRIBE_FAILED">REASON_CODE_SUBSCRIBE_FAILED</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Error from subscribe - returned from the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_TOKEN_INUSE">REASON_CODE_TOKEN_INUSE</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">A request has been made to use a token that is already associated with
another action.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_UNEXPECTED_ERROR">REASON_CODE_UNEXPECTED_ERROR</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">An unexpected error has occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttException.html#REASON_CODE_WRITE_TIMEOUT">REASON_CODE_WRITE_TIMEOUT</a></span> - Static variable in exception org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttException.html" title="class in org.eclipse.paho.client.mqttv3">MqttException</a></dt>
<dd>
<div class="block">Client timed out while waiting to write messages to the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttAsyncClient.html#reconnect--">reconnect()</a></span> - Method in class org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttAsyncClient.html" title="class in org.eclipse.paho.client.mqttv3">MqttAsyncClient</a></dt>
<dd>
<div class="block">User triggered attempt to reconnect</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttClient.html#reconnect--">reconnect()</a></span> - Method in class org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttClient.html" title="class in org.eclipse.paho.client.mqttv3">MqttClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/FileLock.html#release--">release()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/FileLock.html" title="class in org.eclipse.paho.client.mqttv3.internal">FileLock</a></dt>
<dd>
<div class="block">Releases the lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/security/SSLSocketFactoryFactory.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.security.<a href="../org/eclipse/paho/client/mqttv3/internal/security/SSLSocketFactoryFactory.html" title="class in org.eclipse.paho.client.mqttv3.internal.security">SSLSocketFactoryFactory</a></dt>
<dd>
<div class="block">Remove the configuration of a given configuration identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/MqttClientPersistence.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.eclipse.paho.client.mqttv3.<a href="../org/eclipse/paho/client/mqttv3/MqttClientPersistence.html" title="interface in org.eclipse.paho.client.mqttv3">MqttClientPersistence</a></dt>
<dd>
<div class="block">Remove the data for the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/persist/MemoryPersistence.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.persist.<a href="../org/eclipse/paho/client/mqttv3/persist/MemoryPersistence.html" title="class in org.eclipse.paho.client.mqttv3.persist">MemoryPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/persist/MqttDefaultFilePersistence.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.persist.<a href="../org/eclipse/paho/client/mqttv3/persist/MqttDefaultFilePersistence.html" title="class in org.eclipse.paho.client.mqttv3.persist">MqttDefaultFilePersistence</a></dt>
<dd>
<div class="block">Deletes the data with the specified key from the previously specified persistence directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/ClientComms.html#removeMessageListener-java.lang.String-">removeMessageListener(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/ClientComms.html" title="class in org.eclipse.paho.client.mqttv3.internal">ClientComms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html#removeMessageListener-java.lang.String-">removeMessageListener(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html#removeMessageListeners--">removeMessageListeners()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsTokenStore.html#removeToken-org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage-">removeToken(MqttWireMessage)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsTokenStore.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsTokenStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsTokenStore.html#removeToken-java.lang.String-">removeToken(String)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsTokenStore.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsTokenStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/Token.html#reset--">reset()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/Token.html" title="class in org.eclipse.paho.client.mqttv3.internal">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/wire/CountingInputStream.html#resetCounter--">resetCounter()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.wire.<a href="../org/eclipse/paho/client/mqttv3/internal/wire/CountingInputStream.html" title="class in org.eclipse.paho.client.mqttv3.internal.wire">CountingInputStream</a></dt>
<dd>
<div class="block">Resets the counter to zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/ClientState.html#resolveOldTokens-org.eclipse.paho.client.mqttv3.MqttException-">resolveOldTokens(MqttException)</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/ClientState.html" title="class in org.eclipse.paho.client.mqttv3.internal">ClientState</a></dt>
<dd>
<div class="block">Called during shutdown to work out if there are any tokens still
to be notified and waiters to be unblocked.</div>
</dd>
<dt><a href="../org/eclipse/paho/client/mqttv3/internal/ResourceBundleCatalog.html" title="class in org.eclipse.paho.client.mqttv3.internal"><span class="typeNameLink">ResourceBundleCatalog</span></a> - Class in <a href="../org/eclipse/paho/client/mqttv3/internal/package-summary.html">org.eclipse.paho.client.mqttv3.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/ResourceBundleCatalog.html#ResourceBundleCatalog--">ResourceBundleCatalog()</a></span> - Constructor for class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/ResourceBundleCatalog.html" title="class in org.eclipse.paho.client.mqttv3.internal">ResourceBundleCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html#run--">run()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsReceiver.html#run--">run()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsReceiver.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsReceiver</a></dt>
<dd>
<div class="block">Run loop to receive messages from the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsSender.html#run--">run()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsSender.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsSender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/DisconnectedMessageBuffer.html#run--">run()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/DisconnectedMessageBuffer.html" title="class in org.eclipse.paho.client.mqttv3.internal">DisconnectedMessageBuffer</a></dt>
<dd>
<div class="block">Flushes the buffer of messages into an open connection</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.html#run--">run()</a></span> - Method in class org.eclipse.paho.client.mqttv3.internal.websocket.<a href="../org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.html" title="class in org.eclipse.paho.client.mqttv3.internal.websocket">WebSocketReceiver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html#running">running</a></span> - Variable in class org.eclipse.paho.client.mqttv3.internal.<a href="../org/eclipse/paho/client/mqttv3/internal/CommsCallback.html" title="class in org.eclipse.paho.client.mqttv3.internal">CommsCallback</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-17.html">Prev Letter</a></li>
<li><a href="index-19.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-18.html" target="_top">Frames</a></li>
<li><a href="index-18.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>