netty5/handler
Roger Kapsi 57d3393527 Ability to extend SniHandler and configure it with arbitrary runtime data
Motivation

SniHandler is "hardcoded" to use hostname -> SslContext mappings but there are use-cases where it's desireable and necessary to return more information than a SslContext. The only option so far has been to use a delegation pattern

Modifications

Extract parts of the existing SniHandler into an abstract base class and extend SniHandler from it. Users can do the same by extending the new abstract base class and implement custom behavior that is possibly very different from the common/default SniHandler.

Touches

- f97866dbc6
- b604a22395

Result

Fixes #6603
2017-04-26 19:05:16 -07:00
..
src Ability to extend SniHandler and configure it with arbitrary runtime data 2017-04-26 19:05:16 -07:00
pom.xml Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00