class org.eclipse.jetty.server.HttpOutput$AsyncFlush extends org.eclipse.jetty.server.HttpOutput$AsyncICB
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.HttpOutput$AsyncFlush
super_class: org.eclipse.jetty.server.HttpOutput$AsyncICB
{
protected volatile boolean _flushed;
descriptor: Z
flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE
final org.eclipse.jetty.server.HttpOutput this$0;
descriptor: Lorg/eclipse/jetty/server/HttpOutput;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.eclipse.jetty.server.HttpOutput);
descriptor: (Lorg/eclipse/jetty/server/HttpOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncFlush this
0: .line 1278
aload 0 /* this */
aload 1
putfield org.eclipse.jetty.server.HttpOutput$AsyncFlush.this$0:Lorg/eclipse/jetty/server/HttpOutput;
1: .line 1279
aload 0 /* this */
aload 1
iconst_0
invokespecial org.eclipse.jetty.server.HttpOutput$AsyncICB.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Z)V
2: .line 1280
return
end local 0 // org.eclipse.jetty.server.HttpOutput$AsyncFlush this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/HttpOutput$AsyncFlush;
MethodParameters:
Name Flags
this$0 final
protected org.eclipse.jetty.util.IteratingCallback$Action process();
descriptor: ()Lorg/eclipse/jetty/util/IteratingCallback$Action;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncFlush this
0: .line 1285
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpOutput$AsyncFlush.this$0:Lorg/eclipse/jetty/server/HttpOutput;
getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
ifeq 4
1: .line 1287
aload 0 /* this */
iconst_1
putfield org.eclipse.jetty.server.HttpOutput$AsyncFlush._flushed:Z
2: .line 1288
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpOutput$AsyncFlush.this$0:Lorg/eclipse/jetty/server/HttpOutput;
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpOutput$AsyncFlush.this$0:Lorg/eclipse/jetty/server/HttpOutput;
getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
iconst_0
aload 0 /* this */
invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
3: .line 1289
getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
areturn
4: .line 1292
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpOutput$AsyncFlush._flushed:Z
ifne 8
5: .line 1294
aload 0 /* this */
iconst_1
putfield org.eclipse.jetty.server.HttpOutput$AsyncFlush._flushed:Z
6: .line 1295
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpOutput$AsyncFlush.this$0:Lorg/eclipse/jetty/server/HttpOutput;
getstatic org.eclipse.jetty.util.BufferUtil.EMPTY_BUFFER:Ljava/nio/ByteBuffer;
iconst_0
aload 0 /* this */
invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
7: .line 1296
getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
areturn
8: .line 1299
StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
areturn
end local 0 // org.eclipse.jetty.server.HttpOutput$AsyncFlush this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/jetty/server/HttpOutput$AsyncFlush;
}
SourceFile: "HttpOutput.java"
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
private AsyncFlush = org.eclipse.jetty.server.HttpOutput$AsyncFlush of org.eclipse.jetty.server.HttpOutput
private abstract AsyncICB = org.eclipse.jetty.server.HttpOutput$AsyncICB of org.eclipse.jetty.server.HttpOutput
protected final Action = org.eclipse.jetty.util.IteratingCallback$Action of org.eclipse.jetty.util.IteratingCallback