class org.glassfish.grizzly.comet.CometContext$CometInputHandler implements org.glassfish.grizzly.ReadHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.comet.CometContext$CometInputHandler
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.http.io.NIOInputStream nioInputStream;
    descriptor: Lorg/glassfish/grizzly/http/io/NIOInputStream;
    flags: (0x0010) ACC_FINAL

  private final org.glassfish.grizzly.comet.CometHandler handler;
    descriptor: Lorg/glassfish/grizzly/comet/CometHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.grizzly.http.io.NIOInputStream, org.glassfish.grizzly.comet.CometHandler);
    descriptor: (Lorg/glassfish/grizzly/http/io/NIOInputStream;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$CometInputHandler this
        start local 1 // org.glassfish.grizzly.http.io.NIOInputStream nioInputStream
        start local 2 // org.glassfish.grizzly.comet.CometHandler handler
         0: .line 566
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 568
            aload 0 /* this */
            aload 1 /* nioInputStream */
            putfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
         2: .line 569
            aload 0 /* this */
            aload 2 /* handler */
            putfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
         3: .line 570
            return
        end local 2 // org.glassfish.grizzly.comet.CometHandler handler
        end local 1 // org.glassfish.grizzly.http.io.NIOInputStream nioInputStream
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
            0    4     1  nioInputStream  Lorg/glassfish/grizzly/http/io/NIOInputStream;
            0    4     2         handler  Lorg/glassfish/grizzly/comet/CometHandler;
    MethodParameters:
                Name  Flags
      nioInputStream  
      handler         

  public void onDataAvailable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
         0: .line 574
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
            invokestatic org.glassfish.grizzly.comet.CometContext.notifyOnAsyncRead:(Lorg/glassfish/grizzly/comet/CometHandler;)V
         1: .line 575
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.notifyAvailable:(Lorg/glassfish/grizzly/ReadHandler;)V
         2: .line 576
            return
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
        start local 1 // java.lang.Throwable t
         0: .line 580
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
            0    1     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onAllDataRead();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
         0: .line 584
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.isReady:()Z
            ifeq 2
         1: .line 585
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
            invokestatic org.glassfish.grizzly.comet.CometContext.notifyOnAsyncRead:(Lorg/glassfish/grizzly/comet/CometHandler;)V
         2: .line 587
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.comet.CometContext$CometInputHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
}
SourceFile: "CometContext.java"
NestHost: org.glassfish.grizzly.comet.CometContext
InnerClasses:
  private CometInputHandler = org.glassfish.grizzly.comet.CometContext$CometInputHandler of org.glassfish.grizzly.comet.CometContext