Uses of Interface
org.eclipse.jetty.server.HttpConfiguration.Customizer
Packages that use 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 withAttributes.setAttribute(String, Object).classCustomizer that extracts the attribute of anSSLContextand makes them available viaAttributes.getAttribute(String)using the names:EndPoint.SslSessionData.ATTRIBUTEforEndPoint.SslSessionDataSecureRequestCustomizer.X509_ATTRIBUTEfor the local certificate as aX509instanceMethods 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.booleanHttpConfiguration.removeCustomizer(HttpConfiguration.Customizer customizer) 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.