Class ProxyCustomizer

java.lang.Object
org.eclipse.jetty.server.ProxyCustomizer
All Implemented Interfaces:
HttpConfiguration.Customizer

@Deprecated(since="2021-05-27") public class ProxyCustomizer extends Object implements HttpConfiguration.Customizer
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory and sets them on the request with ServletRequest.setAttribute(String, Object).

  • Field Details

    • REMOTE_ADDRESS_ATTRIBUTE_NAME

      public static final String REMOTE_ADDRESS_ATTRIBUTE_NAME
      Deprecated.
      The remote address attribute name.
      See Also:
    • REMOTE_PORT_ATTRIBUTE_NAME

      public static final String REMOTE_PORT_ATTRIBUTE_NAME
      Deprecated.
      The remote port attribute name.
      See Also:
    • LOCAL_ADDRESS_ATTRIBUTE_NAME

      public static final String LOCAL_ADDRESS_ATTRIBUTE_NAME
      Deprecated.
      The local address attribute name.
      See Also:
    • LOCAL_PORT_ATTRIBUTE_NAME

      public static final String LOCAL_PORT_ATTRIBUTE_NAME
      Deprecated.
      The local port attribute name.
      See Also:
  • Constructor Details

    • ProxyCustomizer

      public ProxyCustomizer()
      Deprecated.
  • Method Details