class org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort extends org.eclipse.jetty.util.HostPort
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort
  super_class: org.eclipse.jetty.util.HostPort
{
  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.ForwardedRequestCustomizer$PossiblyPartialHostPort this
        start local 1 // java.lang.String authority
         0: .line 507
            aload 0 /* this */
            aload 1 /* authority */
            invokespecial org.eclipse.jetty.util.HostPort.<init>:(Ljava/lang/String;)V
         1: .line 508
            return
        end local 1 // java.lang.String authority
        end local 0 // org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/server/ForwardedRequestCustomizer$PossiblyPartialHostPort;
            0    2     1  authority  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      authority  

  protected void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort this
        start local 1 // java.lang.String host
        start local 2 // int port
         0: .line 512
            aload 0 /* this */
            aload 1 /* host */
            iload 2 /* port */
            invokespecial org.eclipse.jetty.util.HostPort.<init>:(Ljava/lang/String;I)V
         1: .line 513
            return
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ForwardedRequestCustomizer$PossiblyPartialHostPort;
            0    2     1  host  Ljava/lang/String;
            0    2     2  port  I
    MethodParameters:
      Name  Flags
      host  
      port  
}
SourceFile: "ForwardedRequestCustomizer.java"
NestHost: org.eclipse.jetty.server.ForwardedRequestCustomizer
InnerClasses:
  private PossiblyPartialHostPort = org.eclipse.jetty.server.ForwardedRequestCustomizer$PossiblyPartialHostPort of org.eclipse.jetty.server.ForwardedRequestCustomizer