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

  private final java.net.SocketAddress val$address;
    descriptor: Ljava/net/SocketAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.util.internal.SocketUtils$4 this
         0: .line 96
            aload 0 /* this */
            getfield io.netty.util.internal.SocketUtils$4.val$socketChannel:Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield io.netty.util.internal.SocketUtils$4.val$address:Ljava/net/SocketAddress;
            invokevirtual java.nio.channels.SocketChannel.bind:(Ljava/net/SocketAddress;)Ljava/nio/channels/SocketChannel;
            pop
         1: .line 97
            aconst_null
            areturn
        end local 0 // io.netty.util.internal.SocketUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/util/internal/SocketUtils$4;
    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$4.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Void;>;
SourceFile: "SocketUtils.java"
EnclosingMethod: io.netty.util.internal.SocketUtils.bind:(Ljava/nio/channels/SocketChannel;Ljava/net/SocketAddress;)V
NestHost: io.netty.util.internal.SocketUtils
InnerClasses:
  io.netty.util.internal.SocketUtils$4