final class io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext implements io.netty.channel.ChannelHandlerContext
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext
  super_class: java.lang.Object
{
  private final io.netty.channel.ChannelHandlerContext ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 149
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 150
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
         2: .line 151
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  public <T> boolean hasAttr(io.netty.util.AttributeKey<T>);
    descriptor: (Lio/netty/util/AttributeKey;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.util.AttributeKey attributeKey
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* attributeKey */
            invokeinterface io.netty.channel.Channel.hasAttr:(Lio/netty/util/AttributeKey;)Z
            ireturn
        end local 1 // io.netty.util.AttributeKey attributeKey
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  attributeKey  Lio/netty/util/AttributeKey<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Z
    MethodParameters:
              Name  Flags
      attributeKey  

  public io.netty.channel.Channel channel();
    descriptor: ()Lio/netty/channel/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 160
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.util.concurrent.EventExecutor executor();
    descriptor: ()Lio/netty/util/concurrent/EventExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandler handler();
    descriptor: ()Lio/netty/channel/ChannelHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.handler:()Lio/netty/channel/ChannelHandler;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public boolean isRemoved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.isRemoved:()Z
            ireturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelRegistered();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 185
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 186
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelUnregistered();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 193
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.channel.ChannelHandlerContext fireChannelActive();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 199
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelInactive();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 205
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireExceptionCaught(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Throwable cause
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 211
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.ChannelHandlerContext fireUserEventTriggered(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object event
         0: .line 216
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* event */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 217
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object event
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    2     1  event  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      event  

  public io.netty.channel.ChannelHandlerContext fireChannelRead(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 222
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 223
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    2     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelHandlerContext fireChannelReadComplete();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 229
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelWritabilityChanged();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 235
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress localAddress
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* localAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  localAddress  Ljava/net/SocketAddress;
    MethodParameters:
              Name  Flags
      localAddress  

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
         0: .line 245
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
    MethodParameters:
               Name  Flags
      remoteAddress  

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* localAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // java.net.SocketAddress localAddress
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   

  public io.netty.channel.ChannelFuture disconnect();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture close();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 260
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture deregister();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.deregister:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.channel.ChannelFuture bind(java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress localAddress
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* localAddress */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  localAddress  Ljava/net/SocketAddress;
            0    1     2       promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
              Name  Flags
      localAddress  
      promise       

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2        promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
               Name  Flags
      remoteAddress  
      promise        

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 281
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* localAddress */
            aload 3 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.net.SocketAddress localAddress
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
            0    1     3        promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   
      promise        

  public io.netty.channel.ChannelFuture disconnect(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelFuture close(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 291
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelFuture deregister(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 297
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.deregister:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelHandlerContext read();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 302
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 303
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelFuture write(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 313
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1      msg  Ljava/lang/Object;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  public io.netty.channel.ChannelHandlerContext flush();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 318
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 319
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1      msg  Ljava/lang/Object;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelPipeline pipeline();
    descriptor: ()Lio/netty/channel/ChannelPipeline;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 334
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.buffer.ByteBufAllocator alloc();
    descriptor: ()Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 339
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator$ForceDirectPoooledByteBufAllocator.INSTANCE:Lio/netty/buffer/ByteBufAllocator;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelPromise newPromise();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 344
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelProgressivePromise newProgressivePromise();
    descriptor: ()Lio/netty/channel/ChannelProgressivePromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 349
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newProgressivePromise:()Lio/netty/channel/ChannelProgressivePromise;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture newSucceededFuture();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newSucceededFuture:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public io.netty.channel.ChannelFuture newFailedFuture(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // java.lang.Throwable cause
         0: .line 359
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelHandlerContext.newFailedFuture:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.ChannelPromise voidPromise();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
         0: .line 364
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.voidPromise:()Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;

  public <T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T>);
    descriptor: (Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
        start local 1 // io.netty.util.AttributeKey key
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* key */
            invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
            areturn
        end local 1 // io.netty.util.AttributeKey key
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
            0    1     1   key  Lio/netty/util/AttributeKey<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Lio/netty/util/Attribute<TT;>;
    MethodParameters:
      Name  Flags
      key   

  public io.netty.channel.ChannelInboundInvoker fireChannelInactive();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelOutboundInvoker flush();
    descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelUnregistered();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelOutboundInvoker read();
    descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelRegistered();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireUserEventTriggered(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelRead(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelReadComplete();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelWritabilityChanged();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireExceptionCaught(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelActive();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PartialPooledByteBufAllocator.java"
NestHost: io.vertx.core.net.impl.PartialPooledByteBufAllocator
InnerClasses:
  private final ForceDirectPoooledByteBufAllocator = io.vertx.core.net.impl.PartialPooledByteBufAllocator$ForceDirectPoooledByteBufAllocator of io.vertx.core.net.impl.PartialPooledByteBufAllocator
  private final PooledChannelHandlerContext = io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext of io.vertx.core.net.impl.PartialPooledByteBufAllocator