netty5/common/src
Scott Mitchell 7dba13f276 HttpConversionUtil remove throws from method signature
Motivation:
HttpConversionUtil.toHttp2Headers currently has a throws Exception as part of the signature. This comes from the signature of ByteProcessor.process, but is not necessary because the ByteProcessor used does not throw.

Modifications:
- Remove throws Exception from the signature of HttpConversionUtil.toHttp2Headers.

Result:
HttpConversionUtil.toHttp2Headers interface does not propagate a throws Exception when it is used.
2016-01-15 10:53:34 +01:00
..
main HttpConversionUtil remove throws from method signature 2016-01-15 10:53:34 +01:00
test Builder to construct DomainNameMapping. 2015-12-20 18:50:09 +01:00