public static interface HttpConfiguration.Customizer
An interface that allows a request object to be customized for a particular HTTP connector configuration. Unlike Filters, customizer are applied before the request is submitted for processing and can be specific to the connector on which the request was received.
Typically Customizers perform tasks such as:
Modifier and Type | Method and Description |
---|---|
void |
customize(Connector connector,
HttpConfiguration channelConfig,
Request request) |
void customize(Connector connector, HttpConfiguration channelConfig, Request request)
Copyright © 1995-2015 Webtide. All Rights Reserved.