class io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 implements io.netty.channel.Channel$Unsafe
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1
  super_class: java.lang.Object
{
  final io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe this$1;
    descriptor: Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe);
    descriptor: (Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 755
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public io.netty.channel.RecvByteBufAllocator$Handle recvBufAllocHandle();
    descriptor: ()Lio/netty/channel/RecvByteBufAllocator$Handle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 758
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.recvBufAllocHandle:()Lio/netty/channel/RecvByteBufAllocator$Handle;
            areturn
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public java.net.SocketAddress localAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 763
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.localAddress:()Ljava/net/SocketAddress;
            areturn
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public java.net.SocketAddress remoteAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 768
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.remoteAddress:()Ljava/net/SocketAddress;
            areturn
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public void register(io.netty.channel.EventLoop, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/EventLoop;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // io.netty.channel.EventLoop eventLoop
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 773
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* eventLoop */
            aload 2 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.register:(Lio/netty/channel/EventLoop;Lio/netty/channel/ChannelPromise;)V
         1: .line 774
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 775
            return
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // io.netty.channel.EventLoop eventLoop
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  eventLoop  Lio/netty/channel/EventLoop;
            0    3     2    promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
           Name  Flags
      eventLoop  
      promise    

  public void bind(java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // java.net.SocketAddress localAddress
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 779
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* localAddress */
            aload 2 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
         1: .line 780
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 781
            return
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  localAddress  Ljava/net/SocketAddress;
            0    3     2       promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
              Name  Flags
      localAddress  
      promise       

  public void connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 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 785
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* remoteAddress */
            aload 2 /* localAddress */
            aload 3 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
         1: .line 786
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 787
            return
        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.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  remoteAddress  Ljava/net/SocketAddress;
            0    3     2   localAddress  Ljava/net/SocketAddress;
            0    3     3        promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   
      promise        

  public void disconnect(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 791
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.disconnect:(Lio/netty/channel/ChannelPromise;)V
         1: .line 792
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 793
            return
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public void close(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 797
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.close:(Lio/netty/channel/ChannelPromise;)V
         1: .line 798
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 799
            return
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public void closeForcibly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 803
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.closeForcibly:()V
         1: .line 804
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 805
            return
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public void deregister(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 809
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.deregister:(Lio/netty/channel/ChannelPromise;)V
         1: .line 810
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 811
            return
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public void beginRead();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 815
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.beginRead:()V
         1: .line 816
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 817
            return
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public void write(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 821
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            aload 1 /* msg */
            aload 2 /* promise */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
         1: .line 822
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 823
            return
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
            0    3     1      msg  Ljava/lang/Object;
            0    3     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 827
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.flush:()V
         1: .line 828
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
         2: .line 829
            return
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  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.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 833
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.voidPromise:()Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;

  public io.netty.channel.ChannelOutboundBuffer outboundBuffer();
    descriptor: ()Lio/netty/channel/ChannelOutboundBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
         0: .line 838
            aload 0 /* this */
            getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
            invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.outboundBuffer:()Lio/netty/channel/ChannelOutboundBuffer;
            areturn
        end local 0 // io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
}
SourceFile: "EmbeddedChannel.java"
EnclosingMethod: io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe
NestHost: io.netty.channel.embedded.EmbeddedChannel
InnerClasses:
  public abstract Unsafe = io.netty.channel.Channel$Unsafe of io.netty.channel.Channel
  public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator
  private final EmbeddedUnsafe = io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe of io.netty.channel.embedded.EmbeddedChannel
  io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1