public class org.eclipse.jetty.server.ProxyCustomizer implements org.eclipse.jetty.server.HttpConfiguration$Customizer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.ProxyCustomizer
  super_class: java.lang.Object
{
  public static final java.lang.String REMOTE_ADDRESS_ATTRIBUTE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jetty.proxy.remote.address"

  public static final java.lang.String REMOTE_PORT_ATTRIBUTE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jetty.proxy.remote.port"

  public static final java.lang.String LOCAL_ADDRESS_ATTRIBUTE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jetty.proxy.local.address"

  public static final java.lang.String LOCAL_PORT_ATTRIBUTE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jetty.proxy.local.port"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyCustomizer this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.server.ProxyCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyCustomizer;

  public void customize(org.eclipse.jetty.server.Connector, org.eclipse.jetty.server.HttpConfiguration, org.eclipse.jetty.server.Request);
    descriptor: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/server/HttpConfiguration;Lorg/eclipse/jetty/server/Request;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.eclipse.jetty.server.ProxyCustomizer this
        start local 1 // org.eclipse.jetty.server.Connector connector
        start local 2 // org.eclipse.jetty.server.HttpConfiguration channelConfig
        start local 3 // org.eclipse.jetty.server.Request request
         0: .line 58
            aload 3 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            astore 4 /* endPoint */
        start local 4 // org.eclipse.jetty.io.EndPoint endPoint
         1: .line 59
            aload 4 /* endPoint */
            instanceof org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint
            ifeq 4
         2: .line 61
            aload 4 /* endPoint */
            checkcast org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint.unwrap:()Lorg/eclipse/jetty/io/EndPoint;
            astore 5 /* underlyingEndpoint */
        start local 5 // org.eclipse.jetty.io.EndPoint underlyingEndpoint
         3: .line 62
            aload 3 /* request */
            new org.eclipse.jetty.server.ProxyCustomizer$ProxyAttributes
            dup
            aload 5 /* underlyingEndpoint */
            invokeinterface org.eclipse.jetty.io.EndPoint.getRemoteAddress:()Ljava/net/InetSocketAddress;
            aload 5 /* underlyingEndpoint */
            invokeinterface org.eclipse.jetty.io.EndPoint.getLocalAddress:()Ljava/net/InetSocketAddress;
            aload 3 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
            invokespecial org.eclipse.jetty.server.ProxyCustomizer$ProxyAttributes.<init>:(Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;Lorg/eclipse/jetty/util/Attributes;)V
            invokevirtual org.eclipse.jetty.server.Request.setAttributes:(Lorg/eclipse/jetty/util/Attributes;)V
        end local 5 // org.eclipse.jetty.io.EndPoint underlyingEndpoint
         4: .line 64
      StackMap locals: org.eclipse.jetty.io.EndPoint
      StackMap stack:
            return
        end local 4 // org.eclipse.jetty.io.EndPoint endPoint
        end local 3 // org.eclipse.jetty.server.Request request
        end local 2 // org.eclipse.jetty.server.HttpConfiguration channelConfig
        end local 1 // org.eclipse.jetty.server.Connector connector
        end local 0 // org.eclipse.jetty.server.ProxyCustomizer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/jetty/server/ProxyCustomizer;
            0    5     1           connector  Lorg/eclipse/jetty/server/Connector;
            0    5     2       channelConfig  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    5     3             request  Lorg/eclipse/jetty/server/Request;
            1    5     4            endPoint  Lorg/eclipse/jetty/io/EndPoint;
            3    4     5  underlyingEndpoint  Lorg/eclipse/jetty/io/EndPoint;
    MethodParameters:
               Name  Flags
      connector      
      channelConfig  
      request        
}
SourceFile: "ProxyCustomizer.java"
NestMembers:
  org.eclipse.jetty.server.ProxyCustomizer$ProxyAttributes
InnerClasses:
  public abstract Customizer = org.eclipse.jetty.server.HttpConfiguration$Customizer of org.eclipse.jetty.server.HttpConfiguration
  public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory
  private ProxyAttributes = org.eclipse.jetty.server.ProxyCustomizer$ProxyAttributes of org.eclipse.jetty.server.ProxyCustomizer