Class MqttClientAioListener
java.lang.Object
org.tio.client.DefaultTioClientListener
org.dromara.mica.mqtt.core.client.MqttClientAioListener
- All Implemented Interfaces:
org.tio.client.intf.TioClientListener,org.tio.core.intf.TioListener
public class MqttClientAioListener
extends org.tio.client.DefaultTioClientListener
mqtt 客户端监听器
- Author:
- L.cm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAfterConnected(org.tio.core.ChannelContext context, boolean isConnected, boolean isReconnect) voidonBeforeClose(org.tio.core.ChannelContext context, Throwable throwable, String remark, boolean isRemove) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tio.core.intf.TioListener
onAfterDecoded, onAfterHandled, onAfterReceivedBytes, onAfterSent
-
Constructor Details
-
MqttClientAioListener
-
-
Method Details
-
onAfterConnected
public void onAfterConnected(org.tio.core.ChannelContext context, boolean isConnected, boolean isReconnect) -
onBeforeClose
-