public abstract class javax.net.ssl.SNIMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javax.net.ssl.SNIMatcher
  super_class: java.lang.Object
{
  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.net.ssl.SNIMatcher this
        start local 1 // int type
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            iload 1 /* type */
            ifge 5
         2: .line 67
            new java.lang.IllegalArgumentException
            dup
         3: .line 68
            ldc "Server name type cannot be less than zero"
         4: .line 67
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 69
      StackMap locals: javax.net.ssl.SNIMatcher int
      StackMap stack:
            iload 1 /* type */
            sipush 255
            if_icmple 9
         6: .line 70
            new java.lang.IllegalArgumentException
            dup
         7: .line 71
            ldc "Server name type cannot be greater than 255"
         8: .line 70
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* type */
            putfield javax.net.ssl.SNIMatcher.type:I
        10: .line 75
            return
        end local 1 // int type
        end local 0 // javax.net.ssl.SNIMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljavax/net/ssl/SNIMatcher;
            0   11     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public final int getType();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.net.ssl.SNIMatcher this
         0: .line 85
            aload 0 /* this */
            getfield javax.net.ssl.SNIMatcher.type:I
            ireturn
        end local 0 // javax.net.ssl.SNIMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/net/ssl/SNIMatcher;

  public abstract boolean matches(javax.net.ssl.SNIServerName);
    descriptor: (Ljavax/net/ssl/SNIServerName;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      serverName  
}
SourceFile: "SNIMatcher.java"