Interface TomcatProtocolHandlerCustomizer<T extends ProtocolHandler>
- Type Parameters:
- T- specified type for customization based on- ProtocolHandler
- 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:
- 4.0.0
- Author:
- Pascal Zwick
- See Also:
- 
Method Summary
- 
Method Details- 
customizeCustomize the protocol handler.- Parameters:
- protocolHandler- the protocol handler to customize
 
 
-