T
- specified type for customization based on ProtocolHandler
@FunctionalInterface public interface TomcatProtocolHandlerCustomizer<T extends org.apache.coyote.ProtocolHandler>
ProtocolHandler
on the
Connector
.ConfigurableTomcatWebServerFactory
Modifier and Type | Method and Description |
---|---|
void |
customize(T protocolHandler)
Customize the protocol handler.
|
void customize(T protocolHandler)
protocolHandler
- the protocol handler to customize