class org.eclipse.jetty.server.HttpConnection$BlockingReadCallback implements org.eclipse.jetty.util.Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpConnection$BlockingReadCallback
  super_class: java.lang.Object
{
  final org.eclipse.jetty.server.HttpConnection this$0;
    descriptor: Lorg/eclipse/jetty/server/HttpConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.server.HttpConnection);
    descriptor: (Lorg/eclipse/jetty/server/HttpConnection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
         0: .line 648
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpConnection$BlockingReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConnection$BlockingReadCallback;
    MethodParameters:
        Name  Flags
      this$0  final

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
         0: .line 653
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConnection$BlockingReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
            getfield org.eclipse.jetty.server.HttpConnection._input:Lorg/eclipse/jetty/server/HttpInput;
            invokevirtual org.eclipse.jetty.server.HttpInput.unblock:()V
         1: .line 654
            return
        end local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpConnection$BlockingReadCallback;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
        start local 1 // java.lang.Throwable x
         0: .line 659
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConnection$BlockingReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
            getfield org.eclipse.jetty.server.HttpConnection._input:Lorg/eclipse/jetty/server/HttpInput;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.server.HttpInput.failed:(Ljava/lang/Throwable;)Z
            pop
         1: .line 660
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpConnection$BlockingReadCallback;
            0    2     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
         0: .line 667
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConnection$BlockingReadCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConnection$BlockingReadCallback;
}
SourceFile: "HttpConnection.java"
NestHost: org.eclipse.jetty.server.HttpConnection
InnerClasses:
  private BlockingReadCallback = org.eclipse.jetty.server.HttpConnection$BlockingReadCallback of org.eclipse.jetty.server.HttpConnection
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable