Package org.eclipse.jetty.server
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(Connector connector, HttpConfiguration channelConfig, Request request) Deprecated.
-
Field Details
-
REMOTE_ADDRESS_ATTRIBUTE_NAME
Deprecated.The remote address attribute name.- See Also:
-
REMOTE_PORT_ATTRIBUTE_NAME
Deprecated.The remote port attribute name.- See Also:
-
LOCAL_ADDRESS_ATTRIBUTE_NAME
Deprecated.The local address attribute name.- See Also:
-
LOCAL_PORT_ATTRIBUTE_NAME
Deprecated.The local port attribute name.- See Also:
-
-
Constructor Details
-
ProxyCustomizer
public ProxyCustomizer()Deprecated.
-
-
Method Details
-
customize
Deprecated.- Specified by:
customize
in interfaceHttpConfiguration.Customizer
-