netty5/common/src
Trustin Lee 0f8ccbb1ac Overall clean-up of the initial SniHandler/DomainNameMapping work
- Parameterize DomainNameMapping to make it useful for other use cases
  than just mapping to SslContext
- Move DomainNameMapping to io.netty.util
- Clean-up the API documentation
- Make SniHandler.hostname and sslContext volatile because they can be
  accessed by non-I/O threads
2014-12-04 18:23:24 +09:00
..
main/java/io/netty/util Overall clean-up of the initial SniHandler/DomainNameMapping work 2014-12-04 18:23:24 +09:00
test/java/io/netty/util Add back IntObjectMap.values(Class<V>) 2014-11-22 07:42:33 +09:00