mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
Introduced class SslHandshakeListener that can be registered as a bean in both the ServerConnector and in clients such as HttpClient and HTTP2Client. When creating SslConnection instances, the factory will query the connector (client or server) for SslHandshakeListener beans and, if present, will be added to the SslConnection.