TomcatProtocolHandlerCustomizer

Callback interface that can be used to customize the ProtocolHandler on the Connector.

Author

Pascal Zwick

Since

2.2.0

Parameters

<T>

specified type for customization based on ProtocolHandler

See also

Functions

Link copied to clipboard
abstract fun customize(protocolHandler: T)
Customize the protocol handler.