public final class org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input extends org.glassfish.grizzly.streams.BufferedInput
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input
  super_class: org.glassfish.grizzly.streams.BufferedInput
{
  private org.glassfish.grizzly.nio.transport.DefaultStreamReader parentStreamReader;
    descriptor: Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input$InputInterceptor interceptor;
    descriptor: Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input$InputInterceptor;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
         0: .line 46
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.streams.BufferedInput.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;

  protected void onOpenInputSource();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
         0: .line 53
            aload 0 /* this */
            getfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.parentStreamReader:Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader;
            invokevirtual org.glassfish.grizzly.nio.transport.DefaultStreamReader.getConnection:()Lorg/glassfish/grizzly/Connection;
            astore 1 /* connection */
        start local 1 // org.glassfish.grizzly.Connection connection
         1: .line 54
            aload 1 /* connection */
            invokeinterface org.glassfish.grizzly.Connection.getTransport:()Lorg/glassfish/grizzly/Transport;
            astore 2 /* transport */
        start local 2 // org.glassfish.grizzly.Transport transport
         2: .line 55
            aload 2 /* transport */
            aload 1 /* connection */
            invokeinterface org.glassfish.grizzly.Transport.getReader:(Lorg/glassfish/grizzly/Connection;)Lorg/glassfish/grizzly/Reader;
            astore 3 /* reader */
        start local 3 // org.glassfish.grizzly.Reader reader
         3: .line 57
            aload 0 /* this */
            new org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input$InputInterceptor
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input$InputInterceptor.<init>:(Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;)V
            putfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.interceptor:Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input$InputInterceptor;
         4: .line 58
            aload 3 /* reader */
            aload 1 /* connection */
            aconst_null
            aconst_null
            aload 0 /* this */
            getfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.interceptor:Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input$InputInterceptor;
            invokeinterface org.glassfish.grizzly.Reader.read:(Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/Interceptor;)V
         5: .line 59
            return
        end local 3 // org.glassfish.grizzly.Reader reader
        end local 2 // org.glassfish.grizzly.Transport transport
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;
            1    6     1  connection  Lorg/glassfish/grizzly/Connection;
            2    6     2   transport  Lorg/glassfish/grizzly/Transport;
            3    6     3      reader  Lorg/glassfish/grizzly/Reader;
    Exceptions:
      throws java.io.IOException

  protected void onCloseInputSource();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
         0: .line 63
            aload 0 /* this */
            getfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.interceptor:Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input$InputInterceptor;
            iconst_1
            putfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input$InputInterceptor.isDone:Z
         1: .line 64
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.interceptor:Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input$InputInterceptor;
         2: .line 65
            return
        end local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;
    Exceptions:
      throws java.io.IOException

  protected void notifyCompleted(org.glassfish.grizzly.CompletionHandler<java.lang.Integer>);
    descriptor: (Lorg/glassfish/grizzly/CompletionHandler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
        start local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
         0: .line 69
            aload 1 /* completionHandler */
            ifnull 2
         1: .line 70
            aload 1 /* completionHandler */
            aload 0 /* this */
            getfield org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.remaining:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
         2: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        end local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;
            0    3     1  completionHandler  Lorg/glassfish/grizzly/CompletionHandler<Ljava/lang/Integer;>;
    Signature: (Lorg/glassfish/grizzly/CompletionHandler<Ljava/lang/Integer;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  final

  protected void notifyFailure(org.glassfish.grizzly.CompletionHandler<java.lang.Integer>, java.lang.Throwable);
    descriptor: (Lorg/glassfish/grizzly/CompletionHandler;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
        start local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        start local 2 // java.lang.Throwable failure
         0: .line 77
            aload 1 /* completionHandler */
            ifnull 2
         1: .line 78
            aload 1 /* completionHandler */
            aload 2 /* failure */
            invokeinterface org.glassfish.grizzly.CompletionHandler.failed:(Ljava/lang/Throwable;)V
         2: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable failure
        end local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        end local 0 // org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/glassfish/grizzly/nio/transport/DefaultStreamReader$Input;
            0    3     1  completionHandler  Lorg/glassfish/grizzly/CompletionHandler<Ljava/lang/Integer;>;
            0    3     2            failure  Ljava/lang/Throwable;
    Signature: (Lorg/glassfish/grizzly/CompletionHandler<Ljava/lang/Integer;>;Ljava/lang/Throwable;)V
    MethodParameters:
                   Name  Flags
      completionHandler  final
      failure            final
}
SourceFile: "DefaultStreamReader.java"
NestHost: org.glassfish.grizzly.nio.transport.DefaultStreamReader
InnerClasses:
  public final Input = org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input of org.glassfish.grizzly.nio.transport.DefaultStreamReader
  private InputInterceptor = org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input$InputInterceptor of org.glassfish.grizzly.nio.transport.DefaultStreamReader$Input