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 639
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 644
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.getRequest:()Lorg/eclipse/jetty/server/Request;
invokevirtual org.eclipse.jetty.server.Request.getHttpInput:()Lorg/eclipse/jetty/server/HttpInput;
invokevirtual org.eclipse.jetty.server.HttpInput.onContentProducible:()Z
ifeq 2
1: .line 645
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 646
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 651
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;
aload 1 /* x */
invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.failed:(Ljava/lang/Throwable;)Z
ifeq 2
1: .line 652
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 653
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
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$AsyncReadCallback this
0: .line 661
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.getRequest:()Lorg/eclipse/jetty/server/Request;
invokevirtual org.eclipse.jetty.server.Request.getHttpInput:()Lorg/eclipse/jetty/server/HttpInput;
invokevirtual org.eclipse.jetty.server.HttpInput.isAsync:()Z
ifeq 1
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
StackMap locals:
StackMap stack: org.eclipse.jetty.util.thread.Invocable$InvocationType
2: areturn
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;
}
SourceFile: "HttpConnection.java"
NestHost: org.eclipse.jetty.server.HttpConnection
InnerClasses:
private AsyncReadCallback = org.eclipse.jetty.server.HttpConnection$AsyncReadCallback of org.eclipse.jetty.server.HttpConnection
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable