public class org.eclipse.jetty.server.HttpInput$SentinelContent 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$SentinelContent
  super_class: org.eclipse.jetty.server.HttpInput$Content
{
  private final java.lang.String _name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput$SentinelContent this
        start local 1 // java.lang.String name
         0: .line 934
            aload 0 /* this */
            getstatic org.eclipse.jetty.util.BufferUtil.EMPTY_BUFFER:Ljava/nio/ByteBuffer;
            invokespecial org.eclipse.jetty.server.HttpInput$Content.<init>:(Ljava/nio/ByteBuffer;)V
         1: .line 935
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jetty.server.HttpInput$SentinelContent._name:Ljava/lang/String;
         2: .line 936
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.HttpInput$SentinelContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpInput$SentinelContent;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput$SentinelContent this
         0: .line 941
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput$SentinelContent._name:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpInput$SentinelContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput$SentinelContent;
}
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 SentinelContent = org.eclipse.jetty.server.HttpInput$SentinelContent of org.eclipse.jetty.server.HttpInput