Interface TomcatProtocolHandlerCustomizer<T extends ProtocolHandler>
- Type Parameters:
T
- specified type for customization based onProtocolHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize the
ProtocolHandler
on the
Connector
.- Since:
- 2.2.0
- Author:
- Pascal Zwick
- See Also:
-
Method Summary
-
Method Details
-
customize
Customize the protocol handler.- Parameters:
protocolHandler
- the protocol handler to customize
-