public class org.eclipse.jetty.server.HttpInput$WrappingContent extends org.eclipse.jetty.server.HttpInput$Content
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.server.HttpInput$WrappingContent
super_class: org.eclipse.jetty.server.HttpInput$Content
{
private final org.eclipse.jetty.server.HttpInput$Content _delegate;
descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean _eof;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.jetty.server.HttpInput$Content, boolean);
descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.getByteBuffer:()Ljava/nio/ByteBuffer;
invokespecial org.eclipse.jetty.server.HttpInput$Content.<init>:(Ljava/nio/ByteBuffer;)V
1: aload 0
aload 1
putfield org.eclipse.jetty.server.HttpInput$WrappingContent._delegate:Lorg/eclipse/jetty/server/HttpInput$Content;
2: aload 0
iload 2
putfield org.eclipse.jetty.server.HttpInput$WrappingContent._eof:Z
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/server/HttpInput$WrappingContent;
0 4 1 delegate Lorg/eclipse/jetty/server/HttpInput$Content;
0 4 2 eof Z
MethodParameters:
Name Flags
delegate
eof
public boolean isEof();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.HttpInput$WrappingContent._eof:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/HttpInput$WrappingContent;
public void succeeded();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.HttpInput$WrappingContent._delegate:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/HttpInput$WrappingContent;
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 start local 1 0: aload 0
getfield org.eclipse.jetty.server.HttpInput$WrappingContent._delegate:Lorg/eclipse/jetty/server/HttpInput$Content;
aload 1
invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/HttpInput$WrappingContent;
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 0: aload 0
getfield org.eclipse.jetty.server.HttpInput$WrappingContent._delegate:Lorg/eclipse/jetty/server/HttpInput$Content;
invokevirtual org.eclipse.jetty.server.HttpInput$Content.getInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/HttpInput$WrappingContent;
}
SourceFile: "HttpInput.java"
NestHost: org.eclipse.jetty.server.HttpInput
InnerClasses:
public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput
public WrappingContent = org.eclipse.jetty.server.HttpInput$WrappingContent of org.eclipse.jetty.server.HttpInput
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable