class io.vertx.mqtt.impl.MqttClientImpl$1 extends io.netty.handler.timeout.IdleStateHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.mqtt.impl.MqttClientImpl$1
  super_class: io.netty.handler.timeout.IdleStateHandler
{
  final io.vertx.mqtt.impl.MqttClientImpl this$0;
    descriptor: Lio/vertx/mqtt/impl/MqttClientImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.mqtt.impl.MqttClientImpl, int, int, int);
    descriptor: (Lio/vertx/mqtt/impl/MqttClientImpl;III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.mqtt.impl.MqttClientImpl$1 this
        start local 2 // int $anonymous0
        start local 3 // int $anonymous1
        start local 4 // int $anonymous2
         0: .line 833
            aload 0 /* this */
            aload 1
            putfield io.vertx.mqtt.impl.MqttClientImpl$1.this$0:Lio/vertx/mqtt/impl/MqttClientImpl;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial io.netty.handler.timeout.IdleStateHandler.<init>:(III)V
            return
        end local 4 // int $anonymous2
        end local 3 // int $anonymous1
        end local 2 // int $anonymous0
        end local 0 // io.vertx.mqtt.impl.MqttClientImpl$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/mqtt/impl/MqttClientImpl$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  I
            0    1     4  $anonymous2  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected void channelIdle(io.netty.channel.ChannelHandlerContext, io.netty.handler.timeout.IdleStateEvent);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/timeout/IdleStateEvent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.mqtt.impl.MqttClientImpl$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.timeout.IdleStateEvent evt
         0: .line 836
            aload 2 /* evt */
            invokevirtual io.netty.handler.timeout.IdleStateEvent.state:()Lio/netty/handler/timeout/IdleState;
            getstatic io.netty.handler.timeout.IdleState.ALL_IDLE:Lio/netty/handler/timeout/IdleState;
            if_acmpne 2
         1: .line 838
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttClientImpl$1.this$0:Lio/vertx/mqtt/impl/MqttClientImpl;
            invokevirtual io.vertx.mqtt.impl.MqttClientImpl.ping:()Lio/vertx/mqtt/MqttClient;
            pop
         2: .line 840
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.handler.timeout.IdleStateEvent evt
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.mqtt.impl.MqttClientImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/mqtt/impl/MqttClientImpl$1;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    3     2   evt  Lio/netty/handler/timeout/IdleStateEvent;
    MethodParameters:
      Name  Flags
      ctx   
      evt   
}
SourceFile: "MqttClientImpl.java"
EnclosingMethod: io.vertx.mqtt.impl.MqttClientImpl.initChannel:(Lio/vertx/core/net/impl/NetSocketInternal;)V
NestHost: io.vertx.mqtt.impl.MqttClientImpl
InnerClasses:
  io.vertx.mqtt.impl.MqttClientImpl$1