public class org.glassfish.grizzly.http.server.Response$SuspendTimeout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.Response$SuspendTimeout
  super_class: java.lang.Object
{
  private final int expectedModCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  org.glassfish.grizzly.http.server.TimeoutHandler timeoutHandler;
    descriptor: Lorg/glassfish/grizzly/http/server/TimeoutHandler;
    flags: (0x0000) 

  long delayMillis;
    descriptor: J
    flags: (0x0000) 

  volatile long timeoutTimeMillis;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  final org.glassfish.grizzly.http.server.Response this$0;
    descriptor: Lorg/glassfish/grizzly/http/server/Response;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.glassfish.grizzly.http.server.Response, int, org.glassfish.grizzly.http.server.TimeoutHandler);
    descriptor: (Lorg/glassfish/grizzly/http/server/Response;ILorg/glassfish/grizzly/http/server/TimeoutHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
        start local 2 // int modCount
        start local 3 // org.glassfish.grizzly.http.server.TimeoutHandler timeoutHandler
         0: .line 2011
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2012
            aload 0 /* this */
            iload 2 /* modCount */
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.expectedModCount:I
         2: .line 2013
            aload 0 /* this */
            aload 3 /* timeoutHandler */
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutHandler:Lorg/glassfish/grizzly/http/server/TimeoutHandler;
         3: .line 2014
            return
        end local 3 // org.glassfish.grizzly.http.server.TimeoutHandler timeoutHandler
        end local 2 // int modCount
        end local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
            0    4     2        modCount  I
            0    4     3  timeoutHandler  Lorg/glassfish/grizzly/http/server/TimeoutHandler;
    MethodParameters:
                Name  Flags
      this$0          final
      modCount        
      timeoutHandler  

  boolean onTimeout();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
         0: .line 2017
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutTimeMillis:J
         1: .line 2018
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutHandler:Lorg/glassfish/grizzly/http/server/TimeoutHandler;
            astore 1 /* localTimeoutHandler */
        start local 1 // org.glassfish.grizzly.http.server.TimeoutHandler localTimeoutHandler
         2: .line 2019
            aload 1 /* localTimeoutHandler */
            ifnull 3
            aload 1 /* localTimeoutHandler */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            invokeinterface org.glassfish.grizzly.http.server.TimeoutHandler.onTimeout:(Lorg/glassfish/grizzly/http/server/Response;)Z
            ifeq 9
         3: .line 2020
      StackMap locals: org.glassfish.grizzly.http.server.TimeoutHandler
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            getfield org.glassfish.grizzly.http.server.Response.request:Lorg/glassfish/grizzly/http/server/Request;
            getfield org.glassfish.grizzly.http.server.Request.httpServerFilter:Lorg/glassfish/grizzly/http/server/HttpServerFilter;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            getfield org.glassfish.grizzly.http.server.Response.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.getConnection:()Lorg/glassfish/grizzly/Connection;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            getfield org.glassfish.grizzly.http.server.Response.request:Lorg/glassfish/grizzly/http/server/Request;
            invokestatic org.glassfish.grizzly.http.server.HttpServerProbeNotifier.notifyRequestTimeout:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
         4: .line 2023
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.checkResponse:()V
         5: .line 2026
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            getfield org.glassfish.grizzly.http.server.Response.suspendedContext:Lorg/glassfish/grizzly/http/server/Response$SuspendedContextImpl;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.expectedModCount:I
            invokevirtual org.glassfish.grizzly.http.server.Response$SuspendedContextImpl.markCancelled:(I)Z
            pop
         6: .line 2029
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Exception
         7: pop
         8: .line 2032
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 2034
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.glassfish.grizzly.http.server.TimeoutHandler localTimeoutHandler
        end local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
            2   10     1  localTimeoutHandler  Lorg/glassfish/grizzly/http/server/TimeoutHandler;
      Exception table:
        from    to  target  type
           4     6       7  Class java.lang.Exception

  private long getTimeout(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
        start local 1 // java.util.concurrent.TimeUnit timeunit
         0: .line 2039
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
            lconst_0
            lcmp
            ifle 2
         1: .line 2040
            aload 1 /* timeunit */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            lreturn
         2: .line 2042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
            lreturn
        end local 1 // java.util.concurrent.TimeUnit timeunit
        end local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
            0    3     1  timeunit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
          Name  Flags
      timeunit  

  private void setTimeout(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit timeunit
         0: .line 2047
            lload 1 /* timeout */
            lconst_0
            lcmp
            ifle 3
         1: .line 2048
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            lload 1 /* timeout */
            aload 3 /* timeunit */
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
         2: .line 2049
            goto 4
         3: .line 2050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
         4: .line 2053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.this$0:Lorg/glassfish/grizzly/http/server/Response;
            getfield org.glassfish.grizzly.http.server.Response.delayQueue:Lorg/glassfish/grizzly/utils/DelayedExecutor$DelayQueue;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual org.glassfish.grizzly.utils.DelayedExecutor$DelayQueue.add:(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)V
         5: .line 2054
            return
        end local 3 // java.util.concurrent.TimeUnit timeunit
        end local 1 // long timeout
        end local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
            0    6     1   timeout  J
            0    6     3  timeunit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
          Name  Flags
      timeout   
      timeunit  

  private void reset();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
         0: .line 2057
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutTimeMillis:J
         1: .line 2058
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutHandler:Lorg/glassfish/grizzly/http/server/TimeoutHandler;
         2: .line 2059
            return
        end local 0 // org.glassfish.grizzly.http.server.Response$SuspendTimeout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
}
SourceFile: "Response.java"
NestHost: org.glassfish.grizzly.http.server.Response
InnerClasses:
  protected SuspendTimeout = org.glassfish.grizzly.http.server.Response$SuspendTimeout of org.glassfish.grizzly.http.server.Response
  public final SuspendedContextImpl = org.glassfish.grizzly.http.server.Response$SuspendedContextImpl of org.glassfish.grizzly.http.server.Response
  public DelayQueue = org.glassfish.grizzly.utils.DelayedExecutor$DelayQueue of org.glassfish.grizzly.utils.DelayedExecutor