class org.eclipse.jetty.server.HttpConnection$Content extends org.eclipse.jetty.server.HttpInput$Content
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.HttpConnection$Content
super_class: org.eclipse.jetty.server.HttpInput$Content
{
final org.eclipse.jetty.server.HttpConnection this$0;
descriptor: Lorg/eclipse/jetty/server/HttpConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.eclipse.jetty.server.HttpConnection, java.nio.ByteBuffer);
descriptor: (Lorg/eclipse/jetty/server/HttpConnection;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.eclipse.jetty.server.HttpConnection$Content this
start local 2 // java.nio.ByteBuffer content
0: .line 629
aload 0 /* this */
aload 1
putfield org.eclipse.jetty.server.HttpConnection$Content.this$0:Lorg/eclipse/jetty/server/HttpConnection;
1: .line 630
aload 0 /* this */
aload 2 /* content */
invokespecial org.eclipse.jetty.server.HttpInput$Content.<init>:(Ljava/nio/ByteBuffer;)V
2: .line 631
aload 1
getfield org.eclipse.jetty.server.HttpConnection._contentBufferReferences:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
pop
3: .line 632
return
end local 2 // java.nio.ByteBuffer content
end local 0 // org.eclipse.jetty.server.HttpConnection$Content this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/server/HttpConnection$Content;
0 4 2 content Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
this$0 final
content
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$Content this
0: .line 637
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$Content.this$0:Lorg/eclipse/jetty/server/HttpConnection;
getfield org.eclipse.jetty.server.HttpConnection._contentBufferReferences:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
ifne 2
1: .line 638
aload 0 /* this */
getfield org.eclipse.jetty.server.HttpConnection$Content.this$0:Lorg/eclipse/jetty/server/HttpConnection;
invokevirtual org.eclipse.jetty.server.HttpConnection.releaseRequestBuffer:()V
2: .line 639
StackMap locals:
StackMap stack:
return
end local 0 // org.eclipse.jetty.server.HttpConnection$Content this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/HttpConnection$Content;
public void failed(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 // org.eclipse.jetty.server.HttpConnection$Content this
start local 1 // java.lang.Throwable x
0: .line 644
aload 0 /* this */
invokevirtual org.eclipse.jetty.server.HttpConnection$Content.succeeded:()V
1: .line 645
return
end local 1 // java.lang.Throwable x
end local 0 // org.eclipse.jetty.server.HttpConnection$Content this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/HttpConnection$Content;
0 2 1 x Ljava/lang/Throwable;
MethodParameters:
Name Flags
x
}
SourceFile: "HttpConnection.java"
NestHost: org.eclipse.jetty.server.HttpConnection
InnerClasses:
private Content = org.eclipse.jetty.server.HttpConnection$Content of org.eclipse.jetty.server.HttpConnection
public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput