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 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.RequestInfo.stage:I
         3: .line 155
            aload 0 /* this */
            lconst_0
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         4: .line 43
            aload 0 /* this */
            aload 1 /* req */
            putfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
         5: .line 44
            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 47
            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 51
            aload 1 /* global */
            ifnull 4
         1: .line 52
            aload 0 /* this */
            aload 1 /* global */
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         2: .line 53
            aload 1 /* global */
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestGroupInfo.addRequestProcessor:(Lorg/apache/coyote/RequestInfo;)V
         3: .line 54
            goto 7
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
            ifnull 7
         5: .line 56
            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 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.RequestInfo.global:Lorg/apache/coyote/RequestGroupInfo;
         7: .line 60
      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 73
            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 77
            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 81
            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 85
            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 89
            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 93
            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 97
            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 98
            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 108
            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 109
            aload 1 /* remoteAddrProxy */
            ifnonnull 3
         2: .line 110
            aload 0 /* this */
            invokevirtual org.apache.coyote.RequestInfo.getRemoteAddr:()Ljava/lang/String;
            areturn
         3: .line 112
      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 116
            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 120
            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 124
            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=5, locals=3, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTimeNanos:()J
            lstore 1 /* startTime */
        start local 1 // long startTime
         1: .line 131
            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 132
      StackMap locals: long
      StackMap stack:
            lconst_0
            lreturn
         3: .line 134
      StackMap locals:
      StackMap stack:
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokestatic java.lang.System.nanoTime:()J
            lload 1 /* startTime */
            lsub
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            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=3, args_size=1
        start local 0 // org.apache.coyote.RequestInfo this
         0: .line 163
            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 164
            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 166
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.requestCount:I
            iconst_1
            iadd
            putfield org.apache.coyote.RequestInfo.requestCount:I
         3: .line 167
            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 168
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.errorCount:I
            iconst_1
            iadd
            putfield org.apache.coyote.RequestInfo.errorCount:I
         5: .line 170
      StackMap locals:
      StackMap stack:
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokestatic java.lang.System.nanoTime:()J
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.req:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTimeNanos:()J
            lsub
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            lstore 1 /* time */
        start local 1 // long time
         6: .line 171
            aload 0 /* this */
            lload 1 /* time */
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         7: .line 172
            aload 0 /* this */
            dup
            getfield org.apache.coyote.RequestInfo.processingTime:J
            lload 1 /* time */
            ladd
            putfield org.apache.coyote.RequestInfo.processingTime:J
         8: .line 173
            aload 0 /* this */
            getfield org.apache.coyote.RequestInfo.maxTime:J
            lload 1 /* time */
            lcmp
            ifge 11
         9: .line 174
            aload 0 /* this */
            lload 1 /* time */
            putfield org.apache.coyote.RequestInfo.maxTime:J
        10: .line 175
            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;
        11: .line 177
      StackMap locals: long
      StackMap stack:
            return
        end local 1 // long time
        end local 0 // org.apache.coyote.RequestInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/coyote/RequestInfo;
            6   12     1  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 180
            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 184
            aload 0 /* this */
            iload 1 /* stage */
            putfield org.apache.coyote.RequestInfo.stage:I
         1: .line 185
            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 188
            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 192
            aload 0 /* this */
            lload 1 /* bytesSent */
            putfield org.apache.coyote.RequestInfo.bytesSent:J
         1: .line 193
            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 196
            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 200
            aload 0 /* this */
            lload 1 /* bytesReceived */
            putfield org.apache.coyote.RequestInfo.bytesReceived:J
         1: .line 201
            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 204
            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 208
            aload 0 /* this */
            lload 1 /* processingTime */
            putfield org.apache.coyote.RequestInfo.processingTime:J
         1: .line 209
            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 212
            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 216
            aload 0 /* this */
            lload 1 /* maxTime */
            putfield org.apache.coyote.RequestInfo.maxTime:J
         1: .line 217
            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 220
            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 224
            aload 0 /* this */
            aload 1 /* maxRequestUri */
            putfield org.apache.coyote.RequestInfo.maxRequestUri:Ljava/lang/String;
         1: .line 225
            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 228
            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 232
            aload 0 /* this */
            iload 1 /* requestCount */
            putfield org.apache.coyote.RequestInfo.requestCount:I
         1: .line 233
            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 236
            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 240
            aload 0 /* this */
            iload 1 /* errorCount */
            putfield org.apache.coyote.RequestInfo.errorCount:I
         1: .line 241
            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 244
            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 248
            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 252
            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 256
            aload 0 /* this */
            aload 1 /* workerThreadName */
            putfield org.apache.coyote.RequestInfo.workerThreadName:Ljava/lang/String;
         1: .line 257
            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 260
            aload 0 /* this */
            aload 1 /* rpName */
            putfield org.apache.coyote.RequestInfo.rpName:Ljavax/management/ObjectName;
         1: .line 261
            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 264
            aload 0 /* this */
            lload 1 /* lastRequestProcessingTime */
            putfield org.apache.coyote.RequestInfo.lastRequestProcessingTime:J
         1: .line 265
            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"