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 2139
            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 2140
            aload 0 /* this */
            iload 2 /* modCount */
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.expectedModCount:I
         2: .line 2141
            aload 0 /* this */
            aload 3 /* timeoutHandler */
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutHandler:Lorg/glassfish/grizzly/http/server/TimeoutHandler;
         3: .line 2142
            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 2145
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutTimeMillis:J
         1: .line 2146
            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 2147
            aload 1 /* localTimeoutHandler */
            ifnull 4
         3: .line 2148
            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 11
         4: .line 2150
      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;
         5: .line 2149
            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
         6: .line 2153
            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
         7: .line 2156
            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
         8: .line 2159
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: pop
        10: .line 2162
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        11: .line 2164
      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   12     0                 this  Lorg/glassfish/grizzly/http/server/Response$SuspendTimeout;
            2   12     1  localTimeoutHandler  Lorg/glassfish/grizzly/http/server/TimeoutHandler;
      Exception table:
        from    to  target  type
           6     8       9  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 2169
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
            lconst_0
            lcmp
            ifle 2
         1: .line 2170
            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 2172
      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 2177
            lload 1 /* timeout */
            lconst_0
            lcmp
            ifle 3
         1: .line 2178
            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 2179
            goto 4
         3: .line 2180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.delayMillis:J
         4: .line 2183
      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 2184
            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 2187
            aload 0 /* this */
            ldc -1
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutTimeMillis:J
         1: .line 2188
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.Response$SuspendTimeout.timeoutHandler:Lorg/glassfish/grizzly/http/server/TimeoutHandler;
         2: .line 2189
            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