public final class io.vertx.core.net.impl.VertxHandler<C extends io.vertx.core.net.impl.ConnectionBase> extends io.netty.channel.ChannelDuplexHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.net.impl.VertxHandler
  super_class: io.netty.channel.ChannelDuplexHandler
{
  private static final io.vertx.core.Handler<java.lang.Object> NULL_HANDLER;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Ljava/lang/Object;>;

  private final java.util.function.Function<io.netty.channel.ChannelHandlerContext, C> connectionFactory;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<Lio/netty/channel/ChannelHandlerContext;TC;>;

  private final io.vertx.core.impl.ContextInternal context;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private C conn;
    descriptor: Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x0002) ACC_PRIVATE
    Signature: TC;

  private io.vertx.core.Handler<C> addHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<TC;>;

  private io.vertx.core.Handler<C> removeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<TC;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            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/core/net/impl/VertxHandler.lambda$0(Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
            putstatic io.vertx.core.net.impl.VertxHandler.NULL_HANDLER:Lio/vertx/core/Handler;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.buffer.ByteBuf safeBuffer(io.netty.buffer.ByteBufHolder, io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufHolder;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.ByteBufHolder holder
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
         0: .line 31
            aload 0 /* holder */
            invokeinterface io.netty.buffer.ByteBufHolder.content:()Lio/netty/buffer/ByteBuf;
            aload 1 /* allocator */
            invokestatic io.vertx.core.net.impl.VertxHandler.safeBuffer:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.buffer.ByteBufHolder holder
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0     holder  Lio/netty/buffer/ByteBufHolder;
            0    1     1  allocator  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
           Name  Flags
      holder     
      allocator  

  public static io.netty.buffer.ByteBuf safeBuffer(io.netty.buffer.ByteBuf, io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // io.netty.buffer.ByteBuf buf
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
         0: .line 35
            aload 0 /* buf */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            if_acmpne 2
         1: .line 36
            aload 0 /* buf */
            areturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
            ifne 3
            aload 0 /* buf */
            instanceof io.netty.buffer.CompositeByteBuf
            ifeq 15
         3: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifeq 9
         4: .line 41
            aload 1 /* allocator */
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
            astore 2 /* buffer */
        start local 2 // io.netty.buffer.ByteBuf buffer
         5: .line 42
            aload 2 /* buffer */
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 43
            aload 2 /* buffer */
            astore 4
         7: .line 48
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         8: .line 43
            aload 4
            areturn
        end local 2 // io.netty.buffer.ByteBuf buffer
         9: .line 45
      StackMap locals:
      StackMap stack:
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            astore 4
        10: .line 48
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
        11: .line 45
            aload 4
            areturn
        12: .line 47
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        13: .line 48
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
        14: .line 49
            aload 3
            athrow
        15: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.buffer.ByteBuf buf
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0        buf  Lio/netty/buffer/ByteBuf;
            0   16     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            5    9     2     buffer  Lio/netty/buffer/ByteBuf;
      Exception table:
        from    to  target  type
           3     7      12  any
           9    10      12  any
    MethodParameters:
           Name  Flags
      buf        
      allocator  

  public static <C extends io.vertx.core.net.impl.ConnectionBase> io.vertx.core.net.impl.VertxHandler<C> create(C);
    descriptor: (Lio/vertx/core/net/impl/ConnectionBase;)Lio/vertx/core/net/impl/VertxHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.ConnectionBase connection
         0: .line 57
            aload 0 /* connection */
            getfield io.vertx.core.net.impl.ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* connection */
            invokedynamic apply(Lio/vertx/core/net/impl/ConnectionBase;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/net/impl/VertxHandler.lambda$1(Lio/vertx/core/net/impl/ConnectionBase;Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/net/impl/ConnectionBase; (6)
                  (Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/net/impl/ConnectionBase;
            invokestatic io.vertx.core.net.impl.VertxHandler.create:(Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function;)Lio/vertx/core/net/impl/VertxHandler;
            areturn
        end local 0 // io.vertx.core.net.impl.ConnectionBase connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  connection  TC;
    Signature: <C:Lio/vertx/core/net/impl/ConnectionBase;>(TC;)Lio/vertx/core/net/impl/VertxHandler<TC;>;
    MethodParameters:
            Name  Flags
      connection  

  public static <C extends io.vertx.core.net.impl.ConnectionBase> io.vertx.core.net.impl.VertxHandler<C> create(io.vertx.core.impl.ContextInternal, java.util.function.Function<io.netty.channel.ChannelHandlerContext, C>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function;)Lio/vertx/core/net/impl/VertxHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.ContextInternal context
        start local 1 // java.util.function.Function connectionFactory
         0: .line 61
            new io.vertx.core.net.impl.VertxHandler
            dup
            aload 0 /* context */
            aload 1 /* connectionFactory */
            invokespecial io.vertx.core.net.impl.VertxHandler.<init>:(Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function;)V
            areturn
        end local 1 // java.util.function.Function connectionFactory
        end local 0 // io.vertx.core.impl.ContextInternal context
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0            context  Lio/vertx/core/impl/ContextInternal;
            0    1     1  connectionFactory  Ljava/util/function/Function<Lio/netty/channel/ChannelHandlerContext;TC;>;
    Signature: <C:Lio/vertx/core/net/impl/ConnectionBase;>(Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function<Lio/netty/channel/ChannelHandlerContext;TC;>;)Lio/vertx/core/net/impl/VertxHandler<TC;>;
    MethodParameters:
                   Name  Flags
      context            
      connectionFactory  

  private void <init>(io.vertx.core.impl.ContextInternal, java.util.function.Function<io.netty.channel.ChannelHandlerContext, C>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // java.util.function.Function connectionFactory
         0: .line 71
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelDuplexHandler.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
         2: .line 73
            aload 0 /* this */
            aload 2 /* connectionFactory */
            putfield io.vertx.core.net.impl.VertxHandler.connectionFactory:Ljava/util/function/Function;
         3: .line 74
            return
        end local 2 // java.util.function.Function connectionFactory
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    4     1            context  Lio/vertx/core/impl/ContextInternal;
            0    4     2  connectionFactory  Ljava/util/function/Function<Lio/netty/channel/ChannelHandlerContext;TC;>;
    Signature: (Lio/vertx/core/impl/ContextInternal;Ljava/util/function/Function<Lio/netty/channel/ChannelHandlerContext;TC;>;)V
    MethodParameters:
                   Name  Flags
      context            
      connectionFactory  

  private void setConnection();
    descriptor: (Lio/vertx/core/net/impl/ConnectionBase;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.vertx.core.net.impl.ConnectionBase connection
         0: .line 82
            aload 0 /* this */
            aload 1 /* connection */
            putfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
         1: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/net/impl/ConnectionBase;)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/core/net/impl/ConnectionBase.handleMessage(Ljava/lang/Object;)V (5)
                  (Ljava/lang/Object;)V
            putfield io.vertx.core.net.impl.VertxHandler.messageHandler:Lio/vertx/core/Handler;
         2: .line 84
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.addHandler:Lio/vertx/core/Handler;
            ifnull 4
         3: .line 85
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.addHandler:Lio/vertx/core/Handler;
            aload 1 /* connection */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.net.impl.ConnectionBase connection
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    5     1  connection  TC;
    Signature: (TC;)V
    MethodParameters:
            Name  Flags
      connection  

  void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // java.lang.Throwable error
         0: .line 96
            aload 0 /* this */
            getstatic io.vertx.core.net.impl.VertxHandler.NULL_HANDLER:Lio/vertx/core/Handler;
            putfield io.vertx.core.net.impl.VertxHandler.messageHandler:Lio/vertx/core/Handler;
         1: .line 97
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            getfield io.vertx.core.net.impl.ConnectionBase.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 1 /* error */
            invokeinterface io.netty.channel.ChannelPipeline.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 98
            return
        end local 1 // java.lang.Throwable error
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    3     1  error  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      error  

  public void handlerAdded(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.connectionFactory:Ljava/util/function/Function;
            aload 1 /* ctx */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.net.impl.ConnectionBase
            invokevirtual io.vertx.core.net.impl.VertxHandler.setConnection:(Lio/vertx/core/net/impl/ConnectionBase;)V
         1: .line 103
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public io.vertx.core.net.impl.VertxHandler<C> addHandler(io.vertx.core.Handler<C>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/VertxHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 112
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.net.impl.VertxHandler.addHandler:Lio/vertx/core/Handler;
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    2     1  handler  Lio/vertx/core/Handler<TC;>;
    Signature: (Lio/vertx/core/Handler<TC;>;)Lio/vertx/core/net/impl/VertxHandler<TC;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.net.impl.VertxHandler<C> removeHandler(io.vertx.core.Handler<C>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/VertxHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 123
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.net.impl.VertxHandler.removeHandler:Lio/vertx/core/Handler;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    2     1  handler  Lio/vertx/core/Handler<TC;>;
    Signature: (Lio/vertx/core/Handler<TC;>;)Lio/vertx/core/net/impl/VertxHandler<TC;>;
    MethodParameters:
         Name  Flags
      handler  

  public C getConnection();
    descriptor: ()Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxHandler this
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            areturn
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
    Signature: ()TC;

  public void channelWritabilityChanged(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 133
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxHandler.getConnection:()Lio/vertx/core/net/impl/ConnectionBase;
            astore 2 /* conn */
        start local 2 // io.vertx.core.net.impl.ConnectionBase conn
         1: .line 134
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* conn */
            invokedynamic handle(Lio/vertx/core/net/impl/ConnectionBase;)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/core/net/impl/VertxHandler.lambda$3(Lio/vertx/core/net/impl/ConnectionBase;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         2: .line 135
            return
        end local 2 // io.vertx.core.net.impl.ConnectionBase conn
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            1    3     2  conn  TC;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext chctx
        start local 2 // java.lang.Throwable t
         0: .line 139
            aload 1 /* chctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            astore 3 /* ch */
        start local 3 // io.netty.channel.Channel ch
         1: .line 141
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxHandler.getConnection:()Lio/vertx/core/net/impl/ConnectionBase;
            astore 4 /* connection */
        start local 4 // io.vertx.core.net.impl.ConnectionBase connection
         2: .line 142
            aload 4 /* connection */
            ifnull 5
         3: .line 143
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 3 /* ch */
            aload 4 /* connection */
            aload 2 /* t */
            invokedynamic handle(Lio/netty/channel/Channel;Lio/vertx/core/net/impl/ConnectionBase;Ljava/lang/Throwable;)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/core/net/impl/VertxHandler.lambda$4(Lio/netty/channel/Channel;Lio/vertx/core/net/impl/ConnectionBase;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         4: .line 152
            goto 6
         5: .line 153
      StackMap locals: io.netty.channel.Channel io.vertx.core.net.impl.ConnectionBase
      StackMap stack:
            aload 3 /* ch */
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            pop
         6: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.net.impl.ConnectionBase connection
        end local 3 // io.netty.channel.Channel ch
        end local 2 // java.lang.Throwable t
        end local 1 // io.netty.channel.ChannelHandlerContext chctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    7     1       chctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2           t  Ljava/lang/Throwable;
            1    7     3          ch  Lio/netty/channel/Channel;
            2    7     4  connection  TC;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      chctx  
      t      final

  public void channelInactive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext chctx
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.removeHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 160
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.removeHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/net/impl/VertxHandler;)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/core/net/impl/VertxHandler.lambda$5(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         3: .line 163
            return
        end local 1 // io.netty.channel.ChannelHandlerContext chctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    4     1  chctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      chctx  

  public void channelReadComplete(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            invokevirtual io.vertx.core.net.impl.ConnectionBase.endReadAndFlush:()V
         1: .line 168
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext chctx
        start local 2 // java.lang.Object msg
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            invokevirtual io.vertx.core.net.impl.ConnectionBase.setRead:()V
         1: .line 173
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* msg */
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.messageHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         2: .line 174
            return
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext chctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    3     1  chctx  Lio/netty/channel/ChannelHandlerContext;
            0    3     2    msg  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      chctx  
      msg    

  public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object evt
         0: .line 178
            aload 2 /* evt */
            instanceof io.netty.handler.timeout.IdleStateEvent
            ifeq 3
            aload 2 /* evt */
            checkcast io.netty.handler.timeout.IdleStateEvent
            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 3
         1: .line 179
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/net/impl/VertxHandler;)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/core/net/impl/VertxHandler.lambda$6(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         2: .line 180
            goto 4
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* evt */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         4: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object evt
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    5     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2   evt  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      evt   

  private static void lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.lang.Object m
         0: .line 54
            return
        end local 0 // java.lang.Object m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     m  Ljava/lang/Object;

  private static io.vertx.core.net.impl.ConnectionBase lambda$1(io.vertx.core.net.impl.ConnectionBase, io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/vertx/core/net/impl/ConnectionBase;Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 57
            aload 0
            areturn
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1   ctx  Lio/netty/channel/ChannelHandlerContext;

  private static void lambda$3(io.vertx.core.net.impl.ConnectionBase, java.lang.Void);
    descriptor: (Lio/vertx/core/net/impl/ConnectionBase;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 134
            aload 0
            invokevirtual io.vertx.core.net.impl.ConnectionBase.handleInterestedOpsChanged:()V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private static void lambda$4(io.netty.channel.Channel, io.vertx.core.net.impl.ConnectionBase, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/netty/channel/Channel;Lio/vertx/core/net/impl/ConnectionBase;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=4
        start local 3 // java.lang.Void v
         0: .line 145
            aload 0
            invokeinterface io.netty.channel.Channel.isOpen:()Z
            ifeq 4
         1: .line 146
            aload 0
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            pop
         2: .line 148
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: pop
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2
            invokevirtual io.vertx.core.net.impl.ConnectionBase.handleException:(Ljava/lang/Throwable;)V
         5: .line 151
            return
        end local 3 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     3     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable

  private void lambda$5(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // java.lang.Void v
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            invokevirtual io.vertx.core.net.impl.ConnectionBase.handleClosed:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$6(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxHandler this
        start local 1 // java.lang.Void v
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxHandler.conn:Lio/vertx/core/net/impl/ConnectionBase;
            invokevirtual io.vertx.core.net.impl.ConnectionBase.handleIdle:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.net.impl.VertxHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxHandler<TC;>;
            0    1     1     v  Ljava/lang/Void;
}
Signature: <C:Lio/vertx/core/net/impl/ConnectionBase;>Lio/netty/channel/ChannelDuplexHandler;
SourceFile: "VertxHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles