class org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler implements org.glassfish.grizzly.http.server.TimeoutHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.comet.CometHandler handler;
    descriptor: Lorg/glassfish/grizzly/comet/CometHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.glassfish.grizzly.comet.CometContext, org.glassfish.grizzly.comet.CometHandler);
    descriptor: (Lorg/glassfish/grizzly/comet/CometContext;Lorg/glassfish/grizzly/comet/CometHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler this
        start local 2 // org.glassfish.grizzly.comet.CometHandler handler
         0: .line 544
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler.this$0:Lorg/glassfish/grizzly/comet/CometContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 545
            aload 0 /* this */
            aload 2 /* handler */
            putfield org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
         2: .line 546
            return
        end local 2 // org.glassfish.grizzly.comet.CometHandler handler
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/glassfish/grizzly/comet/CometContext$CometTimeoutHandler;
            0    3     2  handler  Lorg/glassfish/grizzly/comet/CometHandler;
    MethodParameters:
         Name  Flags
      this$0   final
      handler  

  public boolean onTimeout(org.glassfish.grizzly.http.server.Response);
    descriptor: (Lorg/glassfish/grizzly/http/server/Response;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler this
        start local 1 // org.glassfish.grizzly.http.server.Response response
         0: .line 551
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler.this$0:Lorg/glassfish/grizzly/comet/CometContext;
            getfield org.glassfish.grizzly.comet.CometContext.eventInterrupt:Lorg/glassfish/grizzly/comet/CometEvent;
            invokeinterface org.glassfish.grizzly.comet.CometHandler.onInterrupt:(Lorg/glassfish/grizzly/comet/CometEvent;)V
         1: .line 552
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 553
            getstatic org.glassfish.grizzly.comet.CometContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 554
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 556
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.glassfish.grizzly.http.server.Response response
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/glassfish/grizzly/comet/CometContext$CometTimeoutHandler;
            0    6     1  response  Lorg/glassfish/grizzly/http/server/Response;
            3    5     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "CometContext.java"
NestHost: org.glassfish.grizzly.comet.CometContext
InnerClasses:
  private CometTimeoutHandler = org.glassfish.grizzly.comet.CometContext$CometTimeoutHandler of org.glassfish.grizzly.comet.CometContext