Uses of Interface
org.eclipse.jetty.server.HttpConfiguration.Customizer
Package
Description
Jetty Server : Core Server API
-
Uses of HttpConfiguration.Customizer in org.eclipse.jetty.http2.server
Modifier and TypeClassDescriptionclass
AHttpConfiguration.Customizer
that synthesizes the authority when theHttpHeader.C_AUTHORITY
header is missing. -
Uses of HttpConfiguration.Customizer in org.eclipse.jetty.rewrite
Modifier and TypeClassDescriptionclass
ARuleContainer
that is anHttpConfiguration.Customizer
, so that its rules are processed at request customization time. -
Uses of HttpConfiguration.Customizer in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
Customize Requests for Proxy Forwarding.class
Adds a missingHost
header (for example, HTTP 1.0 or 2.0 requests).class
Customizer that extracts the real local and remote address:port pairs from aProxyConnectionFactory
and sets them on the request withAttributes.setAttribute(String, Object)
.class
Customizer that extracts the attribute of anSSLContext
and makes them available viaAttributes.getAttribute(String)
using the names:EndPoint.SslSessionData.ATTRIBUTE
forEndPoint.SslSessionData
SecureRequestCustomizer.X509_ATTRIBUTE
for the local certificate as aX509
instanceModifier and TypeMethodDescriptionvoid
HttpConfiguration.addCustomizer
(HttpConfiguration.Customizer customizer) Adds aHttpConfiguration.Customizer
that is invoked for every request received.boolean
HttpConfiguration.removeCustomizer
(HttpConfiguration.Customizer customizer) Modifier and TypeMethodDescriptionvoid
HttpConfiguration.setCustomizers
(List<HttpConfiguration.Customizer> customizers) Sets theHttpConfiguration.Customizer
s that are invoked for every request received.