netty5/transport
Norman Maurer 99bd43ed51 Allow to get existing ChannelOption / AttributeKey from String
Motivation:

We should allow to get a ChannelOption/AttributeKey from a String. This will make it a lot easier to make use of configuration files in applications.

Modifications:

- Add exists(...), newInstance(...) method to ChannelOption and AttributeKey and alter valueOf(...) to return an existing instance for a String or create one.
- Add unit tests.

Result:

Much more flexible usage of ChannelOption and AttributeKey.
2015-02-18 09:29:37 +01:00
..
src Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
pom.xml Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00