netty5/codec-http2
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
..
src HttpConversionUtil remove throws from method signature 2016-01-15 10:53:34 +01:00
pom.xml Forking Twitter's hpack 2015-11-14 10:13:32 -08:00