final class io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe extends io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe
  super_class: io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe
{
  final io.netty.channel.socket.nio.NioSocketChannel this$0;
    descriptor: Lio/netty/channel/socket/nio/NioSocketChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.netty.channel.socket.nio.NioSocketChannel);
    descriptor: (Lio/netty/channel/socket/nio/NioSocketChannel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe this
         0: .line 441
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.this$0:Lio/netty/channel/socket/nio/NioSocketChannel;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.<init>:(Lio/netty/channel/nio/AbstractNioByteChannel;)V
            return
        end local 0 // io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelUnsafe;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.util.concurrent.Executor prepareToClose();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe this
         0: .line 445
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.this$0:Lio/netty/channel/socket/nio/NioSocketChannel;
            invokevirtual io.netty.channel.socket.nio.NioSocketChannel.javaChannel:()Ljava/nio/channels/SocketChannel;
            invokevirtual java.nio.channels.SocketChannel.isOpen:()Z
            ifeq 5
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.this$0:Lio/netty/channel/socket/nio/NioSocketChannel;
            invokevirtual io.netty.channel.socket.nio.NioSocketChannel.config:()Lio/netty/channel/socket/SocketChannelConfig;
            invokeinterface io.netty.channel.socket.SocketChannelConfig.getSoLinger:()I
            ifle 5
         1: .line 450
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.this$0:Lio/netty/channel/socket/nio/NioSocketChannel;
            invokestatic io.netty.channel.socket.nio.NioSocketChannel.access$6:(Lio/netty/channel/socket/nio/NioSocketChannel;)V
         2: .line 451
            getstatic io.netty.util.concurrent.GlobalEventExecutor.INSTANCE:Lio/netty/util/concurrent/GlobalEventExecutor;
         3: areturn
         4: .line 453
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         5: .line 458
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelUnsafe;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Throwable
}
SourceFile: "NioSocketChannel.java"
NestHost: io.netty.channel.socket.nio.NioSocketChannel
InnerClasses:
  protected NioByteUnsafe = io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe of io.netty.channel.nio.AbstractNioByteChannel
  private final NioSocketChannelUnsafe = io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe of io.netty.channel.socket.nio.NioSocketChannel