class io.netty.util.internal.SocketUtils$5 implements java.security.PrivilegedExceptionAction<java.nio.channels.SocketChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.internal.SocketUtils$5
  super_class: java.lang.Object
{
  private final java.nio.channels.ServerSocketChannel val$serverSocketChannel;
    descriptor: Ljava/nio/channels/ServerSocketChannel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.nio.channels.ServerSocketChannel);
    descriptor: (Ljava/nio/channels/ServerSocketChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.util.internal.SocketUtils$5 this
         0: .line 107
            aload 0 /* this */
            aload 1
            putfield io.netty.util.internal.SocketUtils$5.val$serverSocketChannel:Ljava/nio/channels/ServerSocketChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.util.internal.SocketUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/internal/SocketUtils$5;
    MethodParameters:
                         Name  Flags
      val$serverSocketChannel  final

  public java.nio.channels.SocketChannel run();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.util.internal.SocketUtils$5 this
         0: .line 110
            aload 0 /* this */
            getfield io.netty.util.internal.SocketUtils$5.val$serverSocketChannel:Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.accept:()Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // io.netty.util.internal.SocketUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/internal/SocketUtils$5;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.util.internal.SocketUtils$5.run:()Ljava/nio/channels/SocketChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/nio/channels/SocketChannel;>;
SourceFile: "SocketUtils.java"
EnclosingMethod: io.netty.util.internal.SocketUtils.accept:(Ljava/nio/channels/ServerSocketChannel;)Ljava/nio/channels/SocketChannel;
NestHost: io.netty.util.internal.SocketUtils
InnerClasses:
  io.netty.util.internal.SocketUtils$5