class org.eclipse.jetty.server.HttpConnection$AsyncReadCallback implements org.eclipse.jetty.util.Callback
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.HttpConnection$AsyncReadCallback
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$AsyncReadCallback this
0: .line 671
aload 0 /* this */
aload 1
putfield org.eclipse.jetty.server.HttpConnection$AsyncReadCallback.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$AsyncReadCallback this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/HttpConnection$AsyncReadCallback;
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$AsyncReadCallback this
0: .line 676
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$AsyncReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._channel:Lorg/eclipse/jetty/server/HttpChannelOverHttp;
invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadPossible:()Z
ifeq 2
1: .line 677
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$AsyncReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._channel:Lorg/eclipse/jetty/server/HttpChannelOverHttp;
invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.handle:()Z
pop
2: .line 678
StackMap locals:
StackMap stack:
return
end local 0 // org.eclipse.jetty.server.HttpConnection$AsyncReadCallback this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/HttpConnection$AsyncReadCallback;
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$AsyncReadCallback this
start local 1 // java.lang.Throwable x
0: .line 683
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$AsyncReadCallback.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
ifeq 2
1: .line 684
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$AsyncReadCallback.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._channel:Lorg/eclipse/jetty/server/HttpChannelOverHttp;
invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.handle:()Z
pop
2: .line 685
StackMap locals:
StackMap stack:
return
end local 1 // java.lang.Throwable x
end local 0 // org.eclipse.jetty.server.HttpConnection$AsyncReadCallback this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/HttpConnection$AsyncReadCallback;
0 3 1 x Ljava/lang/Throwable;
MethodParameters:
Name Flags
x
}
SourceFile: "HttpConnection.java"
NestHost: org.eclipse.jetty.server.HttpConnection
InnerClasses:
private AsyncReadCallback = org.eclipse.jetty.server.HttpConnection$AsyncReadCallback of org.eclipse.jetty.server.HttpConnection