final class com.sun.jndi.ldap.LdapRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapRequest
  super_class: java.lang.Object
{
  com.sun.jndi.ldap.LdapRequest next;
    descriptor: Lcom/sun/jndi/ldap/LdapRequest;
    flags: (0x0000) 

  int msgId;
    descriptor: I
    flags: (0x0000) 

  private int gotten;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.Vector replies;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE

  private boolean cancelled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean pauseAfterReceipt;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean completed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapRequest this
        start local 1 // int msgId
        start local 2 // boolean pause
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapRequest.gotten:I
         2: .line 38
            aload 0 /* this */
            new java.util.Vector
            dup
            iconst_3
            invokespecial java.util.Vector.<init>:(I)V
            putfield com.sun.jndi.ldap.LdapRequest.replies:Ljava/util/Vector;
         3: .line 39
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapRequest.cancelled:Z
         4: .line 40
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapRequest.pauseAfterReceipt:Z
         5: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapRequest.completed:Z
         6: .line 44
            aload 0 /* this */
            iload 1 /* msgId */
            putfield com.sun.jndi.ldap.LdapRequest.msgId:I
         7: .line 45
            aload 0 /* this */
            iload 2 /* pause */
            putfield com.sun.jndi.ldap.LdapRequest.pauseAfterReceipt:Z
         8: .line 46
            return
        end local 2 // boolean pause
        end local 1 // int msgId
        end local 0 // com.sun.jndi.ldap.LdapRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/jndi/ldap/LdapRequest;
            0    9     1  msgId  I
            0    9     2  pause  Z
    MethodParameters:
       Name  Flags
      msgId  
      pause  

  synchronized void cancel();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapRequest this
         0: .line 49
            aload 0 /* this */
            iconst_1
            putfield com.sun.jndi.ldap.LdapRequest.cancelled:Z
         1: .line 53
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
         2: .line 54
            return
        end local 0 // com.sun.jndi.ldap.LdapRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/LdapRequest;

  synchronized boolean addReplyBer(com.sun.jndi.ldap.BerDecoder);
    descriptor: (Lcom/sun/jndi/ldap/BerDecoder;)Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapRequest this
        start local 1 // com.sun.jndi.ldap.BerDecoder ber
         0: .line 57
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.cancelled:Z
            ifeq 2
         1: .line 58
            iconst_0
            ireturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.replies:Ljava/util/Vector;
            aload 1 /* ber */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         3: .line 64
            aload 1 /* ber */
            aconst_null
            invokevirtual com.sun.jndi.ldap.BerDecoder.parseSeq:([I)I
            pop
         4: .line 65
            aload 1 /* ber */
            invokevirtual com.sun.jndi.ldap.BerDecoder.parseInt:()I
            pop
         5: .line 66
            aload 0 /* this */
            aload 1 /* ber */
            invokevirtual com.sun.jndi.ldap.BerDecoder.peekByte:()I
            bipush 101
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapRequest
         6: iconst_0
      StackMap locals: com.sun.jndi.ldap.LdapRequest com.sun.jndi.ldap.BerDecoder
      StackMap stack: com.sun.jndi.ldap.LdapRequest int
         7: putfield com.sun.jndi.ldap.LdapRequest.completed:Z
         8: .line 67
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         9: pop
        10: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* ber */
            invokevirtual com.sun.jndi.ldap.BerDecoder.reset:()V
        11: .line 72
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
        12: .line 73
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.pauseAfterReceipt:Z
            ireturn
        end local 1 // com.sun.jndi.ldap.BerDecoder ber
        end local 0 // com.sun.jndi.ldap.LdapRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/jndi/ldap/LdapRequest;
            0   13     1   ber  Lcom/sun/jndi/ldap/BerDecoder;
      Exception table:
        from    to  target  type
           3     8       9  Class java.io.IOException
    MethodParameters:
      Name  Flags
      ber   

  synchronized com.sun.jndi.ldap.BerDecoder getReplyBer();
    descriptor: ()Lcom/sun/jndi/ldap/BerDecoder;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapRequest this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.cancelled:Z
            ifeq 4
         1: .line 78
            new javax.naming.CommunicationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Request: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.msgId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 79
            ldc " cancelled"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 78
            invokespecial javax.naming.CommunicationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.gotten:I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.replies:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmpge 9
         5: .line 83
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.replies:Ljava/util/Vector;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.gotten:I
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast com.sun.jndi.ldap.BerDecoder
            astore 1 /* answer */
        start local 1 // com.sun.jndi.ldap.BerDecoder answer
         6: .line 84
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.replies:Ljava/util/Vector;
            aconst_null
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.gotten:I
            invokevirtual java.util.Vector.setElementAt:(Ljava/lang/Object;I)V
         7: .line 85
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.LdapRequest.gotten:I
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.LdapRequest.gotten:I
         8: .line 86
            aload 1 /* answer */
            areturn
        end local 1 // com.sun.jndi.ldap.BerDecoder answer
         9: .line 88
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.jndi.ldap.LdapRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/jndi/ldap/LdapRequest;
            6    9     1  answer  Lcom/sun/jndi/ldap/BerDecoder;
    Exceptions:
      throws javax.naming.CommunicationException

  synchronized boolean hasSearchCompleted();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapRequest this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapRequest.completed:Z
            ireturn
        end local 0 // com.sun.jndi.ldap.LdapRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapRequest;
}
SourceFile: "LdapRequest.java"