public class org.apache.coyote.RequestInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.coyote.RequestInfo
  super_class: java.lang.Object
{
  private org.apache.coyote.RequestGroupInfo global;
    descriptor: Lorg/apache/coyote/RequestGroupInfo;
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.coyote.Request req;
    descriptor: Lorg/apache/coyote/Request;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private java.lang.String workerThreadName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private javax.management.ObjectName rpName;
    descriptor: Ljavax/management/ObjectName;
    flags: (0x0002) ACC_PRIVATE

  private long bytesSent;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bytesReceived;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long processingTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String maxRequestUri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

  private long lastRequestProcessingTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.coyote.Request);
    descriptor: (Lorg/apache/coyote/Request;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // org.apache.coyote.Request req
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         2: .line 63
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.RequestInfo.stage:I
         3: .line 153
            aload 0 /* this */
            lconst_0
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         4: .line 41
            aload 0 /* this */
            aload 1 /* req */
            putfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
         5: .line 42
            return
        end local 1 // org.apache.coyote.Request req
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/coyote/RequestInfo;
            0    6     1   req  Lorg/apache/coyote/Request;
    MethodParameters:
      Name  Flags
      req   

  public org.apache.coyote.RequestGroupInfo getGlobalProcessor();
    descriptor: ()Lorg/apache/coyote/RequestGroupInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 45
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setGlobalProcessor(org.apache.coyote.RequestGroupInfo);
    descriptor: (Lorg/apache/coyote/RequestGroupInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // org.apache.coyote.RequestGroupInfo global
         0: .line 49
            aload 1 /* global */
            ifnull 4
         1: .line 50
            aload 0 /* this */
            aload 1 /* global */
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         2: .line 51
            aload 1 /* global */
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestGroupInfo.addRequestProcessor:(Lorg/apache/coyote/RequestInfo;)V
         3: .line 52
            goto 7
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
            ifnull 7
         5: .line 54
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestGroupInfo.removeRequestProcessor:(Lorg/apache/coyote/RequestInfo;)V
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         7: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.coyote.RequestGroupInfo global
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/coyote/RequestInfo;
            0    8     1  global  Lorg/apache/coyote/RequestGroupInfo;
    MethodParameters:
        Name  Flags
      global  

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.method:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getCurrentUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 75
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.requestURI:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getCurrentQueryString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 79
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.queryString:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 83
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getVirtualHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 87
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.serverName:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public int getServerPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 91
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getServerPort:()I
            ireturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getRemoteAddr();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 95
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            getstatic org.apache.coyote.ActionCode.REQ_HOST_ADDR_ATTRIBUTE:Lorg/apache/coyote/ActionCode;
            aconst_null
            invokevirtual org.apache.coyote.Request.action:(Lorg/apache/coyote/ActionCode;Ljava/lang/Object;)V
         1: .line 96
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.remoteAddr:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/coyote/RequestInfo;

  public java.lang.String getRemoteAddrForwarded();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            ldc "org.apache.tomcat.remoteAddr"
            invokevirtual org.apache.coyote.Request.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* remoteAddrProxy */
        start local 1 // java.lang.String remoteAddrProxy
         1: .line 107
            aload 1 /* remoteAddrProxy */
            ifnonnull 3
         2: .line 108
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestInfo.getRemoteAddr:()Ljava/lang/String;
            areturn
         3: .line 110
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* remoteAddrProxy */
            areturn
        end local 1 // java.lang.String remoteAddrProxy
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/apache/coyote/RequestInfo;
            1    4     1  remoteAddrProxy  Ljava/lang/String;

  public int getContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 114
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getContentLength:()I
            ireturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public long getRequestBytesReceived();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 118
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getBytesRead:()J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public long getRequestBytesSent();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getResponse:()Lorg/apache/coyote/Response;
            invokevirtual org.apache.coyote.Response.getContentWritten:()J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public long getRequestProcessingTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 128
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTime:()J
            lstore 1 /* startTime */
        start local 1 // long startTime
         1: .line 129
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestInfo.getStage:()I
            bipush 7
            if_icmpeq 2
            lload 1 /* startTime */
            lconst_0
            lcmp
            ifge 3
         2: .line 130
      StackMap locals: long
      StackMap stack:
            lconst_0
            lreturn
         3: .line 132
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 1 /* startTime */
            lsub
            lreturn
        end local 1 // long startTime
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/coyote/RequestInfo;
            1    4     1  startTime  J

  void updateCounters();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 160
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.bytesReceived:J
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getBytesRead:()J
            ladd
            putfield org.apache.coyote.RequestInfo.bytesReceived:J
         1: .line 161
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.bytesSent:J
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getResponse:()Lorg/apache/coyote/Response;
            invokevirtual org.apache.coyote.Response.getContentWritten:()J
            ladd
            putfield org.apache.coyote.RequestInfo.bytesSent:J
         2: .line 163
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.requestCount:I
            iconst_1
            iadd
            putfield org.apache.coyote.RequestInfo.requestCount:I
         3: .line 164
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getResponse:()Lorg/apache/coyote/Response;
            invokevirtual org.apache.coyote.Response.getStatus:()I
            sipush 400
            if_icmplt 5
         4: .line 165
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.errorCount:I
            iconst_1
            iadd
            putfield org.apache.coyote.RequestInfo.errorCount:I
         5: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTime:()J
            lstore 1 /* t0 */
        start local 1 // long t0
         6: .line 167
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 3 /* t1 */
        start local 3 // long t1
         7: .line 168
            lload 3 /* t1 */
            lload 1 /* t0 */
            lsub
            lstore 5 /* time */
        start local 5 // long time
         8: .line 169
            aload 0 /* this */
            lload 5 /* time */
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         9: .line 170
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.processingTime:J
            lload 5 /* time */
            ladd
            putfield org.apache.coyote.RequestInfo.processingTime:J
        10: .line 171
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.maxTime:J
            lload 5 /* time */
            lcmp
            ifge 13
        11: .line 172
            aload 0 /* this */
            lload 5 /* time */
            putfield org.apache.coyote.RequestInfo.maxTime:J
        12: .line 173
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.requestURI:()Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.toString:()Ljava/lang/String;
            putfield org.apache.coyote.RequestInfo.maxRequestUri:Ljava/lang/String;
        13: .line 175
      StackMap locals: long long long
      StackMap stack:
            return
        end local 5 // long time
        end local 3 // long t1
        end local 1 // long t0
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/coyote/RequestInfo;
            6   14     1    t0  J
            7   14     3    t1  J
            8   14     5  time  J

  public int getStage();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 178
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.stage:I
            ireturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setStage(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // int stage
         0: .line 182
            aload 0 /* this */
            iload 1 /* stage */
            putfield org.apache.coyote.RequestInfo.stage:I
         1: .line 183
            return
        end local 1 // int stage
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/coyote/RequestInfo;
            0    2     1  stage  I
    MethodParameters:
       Name  Flags
      stage  

  public long getBytesSent();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 186
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.bytesSent:J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setBytesSent(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // long bytesSent
         0: .line 190
            aload 0 /* this */
            lload 1 /* bytesSent */
            putfield org.apache.coyote.RequestInfo.bytesSent:J
         1: .line 191
            return
        end local 1 // long bytesSent
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/coyote/RequestInfo;
            0    2     1  bytesSent  J
    MethodParameters:
           Name  Flags
      bytesSent  

  public long getBytesReceived();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 194
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.bytesReceived:J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setBytesReceived(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // long bytesReceived
         0: .line 198
            aload 0 /* this */
            lload 1 /* bytesReceived */
            putfield org.apache.coyote.RequestInfo.bytesReceived:J
         1: .line 199
            return
        end local 1 // long bytesReceived
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/coyote/RequestInfo;
            0    2     1  bytesReceived  J
    MethodParameters:
               Name  Flags
      bytesReceived  

  public long getProcessingTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 202
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.processingTime:J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setProcessingTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // long processingTime
         0: .line 206
            aload 0 /* this */
            lload 1 /* processingTime */
            putfield org.apache.coyote.RequestInfo.processingTime:J
         1: .line 207
            return
        end local 1 // long processingTime
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/coyote/RequestInfo;
            0    2     1  processingTime  J
    MethodParameters:
                Name  Flags
      processingTime  

  public long getMaxTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 210
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.maxTime:J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setMaxTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // long maxTime
         0: .line 214
            aload 0 /* this */
            lload 1 /* maxTime */
            putfield org.apache.coyote.RequestInfo.maxTime:J
         1: .line 215
            return
        end local 1 // long maxTime
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/coyote/RequestInfo;
            0    2     1  maxTime  J
    MethodParameters:
         Name  Flags
      maxTime  

  public java.lang.String getMaxRequestUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 218
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.maxRequestUri:Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setMaxRequestUri(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // java.lang.String maxRequestUri
         0: .line 222
            aload 0 /* this */
            aload 1 /* maxRequestUri */
            putfield org.apache.coyote.RequestInfo.maxRequestUri:Ljava/lang/String;
         1: .line 223
            return
        end local 1 // java.lang.String maxRequestUri
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/coyote/RequestInfo;
            0    2     1  maxRequestUri  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      maxRequestUri  

  public int getRequestCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 226
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.requestCount:I
            ireturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setRequestCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // int requestCount
         0: .line 230
            aload 0 /* this */
            iload 1 /* requestCount */
            putfield org.apache.coyote.RequestInfo.requestCount:I
         1: .line 231
            return
        end local 1 // int requestCount
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/coyote/RequestInfo;
            0    2     1  requestCount  I
    MethodParameters:
              Name  Flags
      requestCount  

  public int getErrorCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 234
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.errorCount:I
            ireturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setErrorCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // int errorCount
         0: .line 238
            aload 0 /* this */
            iload 1 /* errorCount */
            putfield org.apache.coyote.RequestInfo.errorCount:I
         1: .line 239
            return
        end local 1 // int errorCount
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/coyote/RequestInfo;
            0    2     1  errorCount  I
    MethodParameters:
            Name  Flags
      errorCount  

  public java.lang.String getWorkerThreadName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 242
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.workerThreadName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public javax.management.ObjectName getRpName();
    descriptor: ()Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 246
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.rpName:Ljavax/management/ObjectName;
            areturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public long getLastRequestProcessingTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 250
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
            lreturn
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/RequestInfo;

  public void setWorkerThreadName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // java.lang.String workerThreadName
         0: .line 254
            aload 0 /* this */
            aload 1 /* workerThreadName */
            putfield org.apache.coyote.RequestInfo.workerThreadName:Ljava/lang/String;
         1: .line 255
            return
        end local 1 // java.lang.String workerThreadName
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/apache/coyote/RequestInfo;
            0    2     1  workerThreadName  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      workerThreadName  

  public void setRpName(javax.management.ObjectName);
    descriptor: (Ljavax/management/ObjectName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // javax.management.ObjectName rpName
         0: .line 258
            aload 0 /* this */
            aload 1 /* rpName */
            putfield org.apache.coyote.RequestInfo.rpName:Ljavax/management/ObjectName;
         1: .line 259
            return
        end local 1 // javax.management.ObjectName rpName
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/coyote/RequestInfo;
            0    2     1  rpName  Ljavax/management/ObjectName;
    MethodParameters:
        Name  Flags
      rpName  

  public void setLastRequestProcessingTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.coyote.RequestInfo this
        start local 1 // long lastRequestProcessingTime
         0: .line 262
            aload 0 /* this */
            lload 1 /* lastRequestProcessingTime */
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         1: .line 263
            return
        end local 1 // long lastRequestProcessingTime
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lorg/apache/coyote/RequestInfo;
            0    2     1  lastRequestProcessingTime  J
    MethodParameters:
                           Name  Flags
      lastRequestProcessingTime  
}
SourceFile: "RequestInfo.java"