Uses of Interface
org.eclipse.jetty.server.HttpConfiguration.Customizer
Packages that use HttpConfiguration.Customizer
Package
Description
Jetty Server : Core Server API
-
Uses of HttpConfiguration.Customizer in org.eclipse.jetty.rewrite
Classes in org.eclipse.jetty.rewrite that implement HttpConfiguration.Customizer -
Uses of HttpConfiguration.Customizer in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpConfiguration.CustomizerModifier and TypeClassDescriptionclassCustomize Requests for Proxy Forwarding.classAdds a missingHostheader (for example, HTTP 1.0 or 2.0 requests).classCustomizer that extracts the real local and remote address:port pairs from aProxyConnectionFactoryand sets them on the request withServletRequest.setAttribute(String, Object).classCustomizer that extracts the attribute from anSSLContextand sets them on the request withServletRequest.setAttribute(String, Object)according to Servlet Specification Requirements.Methods in org.eclipse.jetty.server that return types with arguments of type HttpConfiguration.CustomizerMethods in org.eclipse.jetty.server with parameters of type HttpConfiguration.CustomizerModifier and TypeMethodDescriptionvoidHttpConfiguration.addCustomizer(HttpConfiguration.Customizer customizer) Adds aHttpConfiguration.Customizerthat is invoked for every request received.Method parameters in org.eclipse.jetty.server with type arguments of type HttpConfiguration.CustomizerModifier and TypeMethodDescriptionvoidHttpConfiguration.setCustomizers(List<HttpConfiguration.Customizer> customizers) Sets theHttpConfiguration.Customizers that are invoked for every request received.