netty5/handler
Norman Maurer 7b51412c3c Allow to do async mappings in the SniHandler
Motivation:

Sometimes a user want to do async mappings in the SniHandler as it is not possible to populate a Mapping up front.

Modifications:

Add AsyncMapping interface and make SniHandler work with it.

Result:

It is possible to do async mappings for SNI
2016-01-18 21:02:13 +01:00
..
src Allow to do async mappings in the SniHandler 2016-01-18 21:02:13 +01:00
pom.xml Use jetty-alpn-agent to simplify pom.xml 2016-01-04 20:40:32 +01:00