public final class io.netty.channel.socket.InternetProtocolFamily extends java.lang.Enum<io.netty.channel.socket.InternetProtocolFamily>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.channel.socket.InternetProtocolFamily
  super_class: java.lang.Enum
{
  public static final io.netty.channel.socket.InternetProtocolFamily IPv4;
    descriptor: Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.channel.socket.InternetProtocolFamily IPv6;
    descriptor: Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.Class<? extends java.net.InetAddress> addressType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/net/InetAddress;>;

  private final int addressNumber;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.InetAddress localHost;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.netty.channel.socket.InternetProtocolFamily[] ENUM$VALUES;
    descriptor: [Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 28
            new io.netty.channel.socket.InternetProtocolFamily
            dup
            ldc "IPv4"
            iconst_0
            ldc Ljava/net/Inet4Address;
            iconst_1
            getstatic io.netty.util.NetUtil.LOCALHOST4:Ljava/net/Inet4Address;
            invokespecial io.netty.channel.socket.InternetProtocolFamily.<init>:(Ljava/lang/String;ILjava/lang/Class;ILjava/net/InetAddress;)V
            putstatic io.netty.channel.socket.InternetProtocolFamily.IPv4:Lio/netty/channel/socket/InternetProtocolFamily;
         1: .line 29
            new io.netty.channel.socket.InternetProtocolFamily
            dup
            ldc "IPv6"
            iconst_1
            ldc Ljava/net/Inet6Address;
            iconst_2
            getstatic io.netty.util.NetUtil.LOCALHOST6:Ljava/net/Inet6Address;
            invokespecial io.netty.channel.socket.InternetProtocolFamily.<init>:(Ljava/lang/String;ILjava/lang/Class;ILjava/net/InetAddress;)V
            putstatic io.netty.channel.socket.InternetProtocolFamily.IPv6:Lio/netty/channel/socket/InternetProtocolFamily;
         2: .line 27
            iconst_2
            anewarray io.netty.channel.socket.InternetProtocolFamily
            dup
            iconst_0
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv4:Lio/netty/channel/socket/InternetProtocolFamily;
            aastore
            dup
            iconst_1
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv6:Lio/netty/channel/socket/InternetProtocolFamily;
            aastore
            putstatic io.netty.channel.socket.InternetProtocolFamily.ENUM$VALUES:[Lio/netty/channel/socket/InternetProtocolFamily;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.Class<? extends java.net.InetAddress>, int, java.net.InetAddress);
    descriptor: (Ljava/lang/String;ILjava/lang/Class;ILjava/net/InetAddress;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.netty.channel.socket.InternetProtocolFamily this
        start local 3 // java.lang.Class addressType
        start local 4 // int addressNumber
        start local 5 // java.net.InetAddress localHost
         0: .line 35
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 36
            aload 0 /* this */
            aload 3 /* addressType */
            putfield io.netty.channel.socket.InternetProtocolFamily.addressType:Ljava/lang/Class;
         2: .line 37
            aload 0 /* this */
            iload 4 /* addressNumber */
            putfield io.netty.channel.socket.InternetProtocolFamily.addressNumber:I
         3: .line 38
            aload 0 /* this */
            aload 5 /* localHost */
            putfield io.netty.channel.socket.InternetProtocolFamily.localHost:Ljava/net/InetAddress;
         4: .line 39
            return
        end local 5 // java.net.InetAddress localHost
        end local 4 // int addressNumber
        end local 3 // java.lang.Class addressType
        end local 0 // io.netty.channel.socket.InternetProtocolFamily this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/netty/channel/socket/InternetProtocolFamily;
            0    5     3    addressType  Ljava/lang/Class<+Ljava/net/InetAddress;>;
            0    5     4  addressNumber  I
            0    5     5      localHost  Ljava/net/InetAddress;
    Signature: (Ljava/lang/Class<+Ljava/net/InetAddress;>;ILjava/net/InetAddress;)V
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      addressType    
      addressNumber  
      localHost      

  public java.lang.Class<? extends java.net.InetAddress> addressType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.InternetProtocolFamily this
         0: .line 45
            aload 0 /* this */
            getfield io.netty.channel.socket.InternetProtocolFamily.addressType:Ljava/lang/Class;
            areturn
        end local 0 // io.netty.channel.socket.InternetProtocolFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/InternetProtocolFamily;
    Signature: ()Ljava/lang/Class<+Ljava/net/InetAddress;>;

  public int addressNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.InternetProtocolFamily this
         0: .line 54
            aload 0 /* this */
            getfield io.netty.channel.socket.InternetProtocolFamily.addressNumber:I
            ireturn
        end local 0 // io.netty.channel.socket.InternetProtocolFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/InternetProtocolFamily;

  public java.net.InetAddress localhost();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.InternetProtocolFamily this
         0: .line 61
            aload 0 /* this */
            getfield io.netty.channel.socket.InternetProtocolFamily.localHost:Ljava/net/InetAddress;
            areturn
        end local 0 // io.netty.channel.socket.InternetProtocolFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/InternetProtocolFamily;

  public static io.netty.channel.socket.InternetProtocolFamily of(java.net.InetAddress);
    descriptor: (Ljava/net/InetAddress;)Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.net.InetAddress address
         0: .line 68
            aload 0 /* address */
            instanceof java.net.Inet4Address
            ifeq 2
         1: .line 69
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv4:Lio/netty/channel/socket/InternetProtocolFamily;
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* address */
            instanceof java.net.Inet6Address
            ifeq 4
         3: .line 72
            getstatic io.netty.channel.socket.InternetProtocolFamily.IPv6:Lio/netty/channel/socket/InternetProtocolFamily;
            areturn
         4: .line 74
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "address "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* address */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " not supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.net.InetAddress address
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  address  Ljava/net/InetAddress;
    MethodParameters:
         Name  Flags
      address  

  public static io.netty.channel.socket.InternetProtocolFamily[] values();
    descriptor: ()[Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.netty.channel.socket.InternetProtocolFamily.ENUM$VALUES:[Lio/netty/channel/socket/InternetProtocolFamily;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.netty.channel.socket.InternetProtocolFamily
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.channel.socket.InternetProtocolFamily valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/channel/socket/InternetProtocolFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/netty/channel/socket/InternetProtocolFamily;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.netty.channel.socket.InternetProtocolFamily
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/netty/channel/socket/InternetProtocolFamily;>;
SourceFile: "InternetProtocolFamily.java"