public class io.vertx.mqtt.impl.MqttServerImpl implements io.vertx.mqtt.MqttServer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mqtt.impl.MqttServerImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.net.NetServer server;
    descriptor: Lio/vertx/core/net/NetServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Handler<io.vertx.mqtt.MqttEndpoint> endpointHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/mqtt/MqttEndpoint;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.mqtt.MqttServerOptions options;
    descriptor: Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc Lio/vertx/mqtt/impl/MqttServerImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.mqtt.impl.MqttServerImpl.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Vertx, io.vertx.mqtt.MqttServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.mqtt.MqttServerOptions options
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.createNetServer:(Lio/vertx/core/net/NetServerOptions;)Lio/vertx/core/net/NetServer;
            putfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
         2: .line 53
            aload 0 /* this */
            aload 2 /* options */
            putfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
         3: .line 54
            return
        end local 2 // io.vertx.mqtt.MqttServerOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2  options  Lio/vertx/mqtt/MqttServerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public io.vertx.mqtt.MqttServer listen();
    descriptor: ()Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
         0: .line 58
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.listen:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            areturn
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;

  public io.vertx.mqtt.MqttServer listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 63
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            areturn
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    1     1  port  I
            0    1     2  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.vertx.mqtt.MqttServer listen(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // int port
         0: .line 68
            aload 0 /* this */
            iload 1 /* port */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.listen:(ILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            areturn
        end local 1 // int port
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    1     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.mqtt.MqttServer listen(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // int port
        start local 2 // io.vertx.core.Handler listenHandler
         0: .line 73
            aload 0 /* this */
            iload 1 /* port */
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokevirtual io.vertx.mqtt.MqttServerOptions.getHost:()Ljava/lang/String;
            aload 2 /* listenHandler */
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            areturn
        end local 2 // io.vertx.core.Handler listenHandler
        end local 1 // int port
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    1     1           port  I
            0    1     2  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    MethodParameters:
               Name  Flags
      port           
      listenHandler  

  public io.vertx.mqtt.MqttServer listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.vertx.core.Handler listenHandler
         0: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokevirtual io.vertx.mqtt.MqttServerOptions.getPort:()I
            aload 1 /* listenHandler */
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.listen:(ILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            areturn
        end local 1 // io.vertx.core.Handler listenHandler
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    1     1  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    MethodParameters:
               Name  Flags
      listenHandler  

  public io.vertx.mqtt.MqttServer listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // io.vertx.core.Handler listenHandler
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.endpointHandler:Lio/vertx/core/Handler;
            astore 4 /* h1 */
        start local 4 // io.vertx.core.Handler h1
         1: .line 84
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.exceptionHandler:Lio/vertx/core/Handler;
            astore 5 /* h2 */
        start local 5 // io.vertx.core.Handler h2
         2: .line 85
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
            aload 0 /* this */
            aload 4 /* h1 */
            aload 5 /* h2 */
            invokedynamic handle(Lio/vertx/mqtt/impl/MqttServerImpl;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/net/NetSocket;)V (7)
                  (Lio/vertx/core/net/NetSocket;)V
            invokeinterface io.vertx.core.net.NetServer.connectHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         3: .line 101
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
            iload 1 /* port */
            aload 2 /* host */
            aload 0 /* this */
            aload 3 /* listenHandler */
            invokedynamic handle(Lio/vertx/mqtt/impl/MqttServerImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$5(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.NetServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         4: .line 102
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler h2
        end local 4 // io.vertx.core.Handler h1
        end local 3 // io.vertx.core.Handler listenHandler
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    5     1           port  I
            0    5     2           host  Ljava/lang/String;
            0    5     3  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;
            1    5     4             h1  Lio/vertx/core/Handler<Lio/vertx/mqtt/MqttEndpoint;>;
            2    5     5             h2  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    MethodParameters:
               Name  Flags
      port           
      host           
      listenHandler  

  public synchronized io.vertx.mqtt.MqttServer endpointHandler(io.vertx.core.Handler<io.vertx.mqtt.MqttEndpoint>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 107
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.mqtt.impl.MqttServerImpl.endpointHandler:Lio/vertx/core/Handler;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/mqtt/MqttEndpoint;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/mqtt/MqttEndpoint;>;)Lio/vertx/mqtt/MqttServer;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.mqtt.MqttServer exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 113
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.mqtt.impl.MqttServerImpl.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 114
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/mqtt/MqttServer;
    MethodParameters:
         Name  Flags
      handler  

  public int actualPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
            invokeinterface io.vertx.core.net.NetServer.actualPort:()I
            ireturn
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
            invokeinterface io.vertx.core.net.NetServer.close:()V
         1: .line 125
            return
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.server:Lio/vertx/core/net/NetServer;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.net.NetServer.close:(Lio/vertx/core/Handler;)V
         1: .line 130
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private void initChannel(io.netty.channel.ChannelPipeline);
    descriptor: (Lio/netty/channel/ChannelPipeline;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 1 // io.netty.channel.ChannelPipeline pipeline
         0: .line 134
            aload 1 /* pipeline */
            ldc "handler"
            ldc "mqttEncoder"
            getstatic io.netty.handler.codec.mqtt.MqttEncoder.INSTANCE:Lio/netty/handler/codec/mqtt/MqttEncoder;
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         1: .line 135
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokevirtual io.vertx.mqtt.MqttServerOptions.getMaxMessageSize:()I
            ifle 4
         2: .line 136
            aload 1 /* pipeline */
            ldc "handler"
            ldc "mqttDecoder"
            new io.netty.handler.codec.mqtt.MqttDecoder
            dup
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokevirtual io.vertx.mqtt.MqttServerOptions.getMaxMessageSize:()I
            invokespecial io.netty.handler.codec.mqtt.MqttDecoder.<init>:(I)V
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 137
            goto 5
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* pipeline */
            ldc "handler"
            ldc "mqttDecoder"
            new io.netty.handler.codec.mqtt.MqttDecoder
            dup
            invokespecial io.netty.handler.codec.mqtt.MqttDecoder.<init>:()V
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         5: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* pipeline */
            ldc "handler"
            ldc "idle"
            new io.netty.handler.timeout.IdleStateHandler
            dup
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokevirtual io.vertx.mqtt.MqttServerOptions.timeoutOnConnect:()I
            iconst_0
            iconst_0
            invokespecial io.netty.handler.timeout.IdleStateHandler.<init>:(III)V
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         6: .line 144
            aload 1 /* pipeline */
            ldc "handler"
            ldc "timeoutOnConnect"
            new io.vertx.mqtt.impl.MqttServerImpl$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.mqtt.impl.MqttServerImpl$1.<init>:(Lio/vertx/mqtt/impl/MqttServerImpl;)V
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         7: .line 159
            return
        end local 1 // io.netty.channel.ChannelPipeline pipeline
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    8     1  pipeline  Lio/netty/channel/ChannelPipeline;
    MethodParameters:
          Name  Flags
      pipeline  

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 58
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;

  private static void lambda$1(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 63
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 68
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;

  private void lambda$3(io.vertx.core.Handler, io.vertx.core.Handler, io.vertx.core.net.NetSocket);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/net/NetSocket;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 3 // io.vertx.core.net.NetSocket so
         0: .line 86
            aload 3 /* so */
            checkcast io.vertx.core.impl.NetSocketInternal
            astore 4 /* soi */
        start local 4 // io.vertx.core.impl.NetSocketInternal soi
         1: .line 87
            aload 4 /* soi */
            invokeinterface io.vertx.core.impl.NetSocketInternal.channelHandlerContext:()Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 5 /* pipeline */
        start local 5 // io.netty.channel.ChannelPipeline pipeline
         2: .line 89
            aload 0 /* this */
            aload 5 /* pipeline */
            invokevirtual io.vertx.mqtt.impl.MqttServerImpl.initChannel:(Lio/netty/channel/ChannelPipeline;)V
         3: .line 90
            new io.vertx.mqtt.impl.MqttServerConnection
            dup
            aload 4 /* soi */
            aload 0 /* this */
            getfield io.vertx.mqtt.impl.MqttServerImpl.options:Lio/vertx/mqtt/MqttServerOptions;
            invokespecial io.vertx.mqtt.impl.MqttServerConnection.<init>:(Lio/vertx/core/impl/NetSocketInternal;Lio/vertx/mqtt/MqttServerOptions;)V
            astore 6 /* conn */
        start local 6 // io.vertx.mqtt.impl.MqttServerConnection conn
         4: .line 92
            aload 4 /* soi */
            aload 6 /* conn */
            invokedynamic handle(Lio/vertx/mqtt/impl/MqttServerConnection;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mqtt/impl/MqttServerImpl.lambda$4(Lio/vertx/mqtt/impl/MqttServerConnection;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
            invokeinterface io.vertx.core.impl.NetSocketInternal.messageHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/NetSocketInternal;
            pop
         5: .line 98
            aload 6 /* conn */
            aload 1
            aload 2
            invokevirtual io.vertx.mqtt.impl.MqttServerConnection.init:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.mqtt.impl.MqttServerConnection conn
        end local 5 // io.netty.channel.ChannelPipeline pipeline
        end local 4 // io.vertx.core.impl.NetSocketInternal soi
         6: .line 100
            return
        end local 3 // io.vertx.core.net.NetSocket so
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    7     3        so  Lio/vertx/core/net/NetSocket;
            1    6     4       soi  Lio/vertx/core/impl/NetSocketInternal;
            2    6     5  pipeline  Lio/netty/channel/ChannelPipeline;
            4    6     6      conn  Lio/vertx/mqtt/impl/MqttServerConnection;

  private void lambda$5(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.mqtt.impl.MqttServerImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 101
            aload 1
            aload 2 /* ar */
            aload 0 /* this */
            invokeinterface io.vertx.core.AsyncResult.map:(Ljava/lang/Object;)Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.mqtt.impl.MqttServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/impl/MqttServerImpl;
            0    1     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/NetServer;>;

  private static void lambda$4(io.vertx.mqtt.impl.MqttServerConnection, java.lang.Object);
    descriptor: (Lio/vertx/mqtt/impl/MqttServerConnection;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // java.lang.Object msg
         0: .line 93
            aload 0
            dup
            astore 2
            monitorenter
         1: .line 94
            aload 0
            aload 1 /* msg */
            invokevirtual io.vertx.mqtt.impl.MqttServerConnection.handleMessage:(Ljava/lang/Object;)V
         2: .line 93
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.mqtt.impl.MqttServerConnection java.lang.Object io.vertx.mqtt.impl.MqttServerConnection
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     1   msg  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
}
SourceFile: "MqttServerImpl.java"
NestMembers:
  io.vertx.mqtt.impl.MqttServerImpl$1
InnerClasses:
  io.vertx.mqtt.impl.MqttServerImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles