Class ProxyCustomizer
java.lang.Object
org.eclipse.jetty.server.ProxyCustomizer
- All Implemented Interfaces:
 HttpConfiguration.Customizer
Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory
and sets them on the request with Attributes.setAttribute(String, Object).
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
REMOTE_ADDRESS_ATTRIBUTE_NAME
The remote address attribute name.- See Also:
 
 - 
REMOTE_PORT_ATTRIBUTE_NAME
 - 
LOCAL_ADDRESS_ATTRIBUTE_NAME
 - 
LOCAL_PORT_ATTRIBUTE_NAME
 
 - 
 - 
Constructor Details
- 
ProxyCustomizer
public ProxyCustomizer() 
 - 
 - 
Method Details
- 
customize
- Specified by:
 customizein interfaceHttpConfiguration.Customizer
 
 -