public class org.eclipse.jetty.server.HttpInput$EofContent extends org.eclipse.jetty.server.HttpInput$SentinelContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpInput$EofContent
  super_class: org.eclipse.jetty.server.HttpInput$SentinelContent
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput$EofContent this
        start local 1 // java.lang.String name
         0: .line 949
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.eclipse.jetty.server.HttpInput$SentinelContent.<init>:(Ljava/lang/String;)V
         1: .line 950
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.HttpInput$EofContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpInput$EofContent;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "HttpInput.java"
NestHost: org.eclipse.jetty.server.HttpInput
InnerClasses:
  public EofContent = org.eclipse.jetty.server.HttpInput$EofContent of org.eclipse.jetty.server.HttpInput
  public SentinelContent = org.eclipse.jetty.server.HttpInput$SentinelContent of org.eclipse.jetty.server.HttpInput