class org.springframework.util.SocketUtils$SocketType$2 extends org.springframework.util.SocketUtils$SocketType
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.util.SocketUtils$SocketType$2
  super_class: org.springframework.util.SocketUtils$SocketType
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.util.SocketUtils$SocketType$2 this
         0: .line 211
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.springframework.util.SocketUtils$SocketType.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.springframework.util.SocketUtils$SocketType$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/SocketUtils$SocketType$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected boolean isPortAvailable(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.util.SocketUtils$SocketType$2 this
        start local 1 // int port
         0: .line 215
            new java.net.DatagramSocket
            dup
            iload 1 /* port */
            ldc "localhost"
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            invokespecial java.net.DatagramSocket.<init>:(ILjava/net/InetAddress;)V
            astore 2 /* socket */
        start local 2 // java.net.DatagramSocket socket
         1: .line 216
            aload 2 /* socket */
            invokevirtual java.net.DatagramSocket.close:()V
         2: .line 217
            iconst_1
            ireturn
        end local 2 // java.net.DatagramSocket socket
         3: .line 219
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 220
            iconst_0
            ireturn
        end local 1 // int port
        end local 0 // org.springframework.util.SocketUtils$SocketType$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/util/SocketUtils$SocketType$2;
            0    5     1    port  I
            1    3     2  socket  Ljava/net/DatagramSocket;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      port  
}
SourceFile: "SocketUtils.java"
EnclosingMethod: org.springframework.util.SocketUtils$SocketType
NestHost: org.springframework.util.SocketUtils
InnerClasses:
  private abstract SocketType = org.springframework.util.SocketUtils$SocketType of org.springframework.util.SocketUtils
  org.springframework.util.SocketUtils$SocketType$2