netty5/codec-http2/src
Norman Maurer 3240e97420 [#5862] Http2EventAdapter#onUnknownFrame(...) should throw Http2Exception
Motivation:

Http2EventAdapter implements the Http2FrameListener interface but implements the #onUnknownFrame(...) method without the interface's throws Http2Exception.

Modifications:

Add throws Http2Exception.

Result:

More correct method signature.
2016-09-29 14:22:13 +02:00
..
main/java/io/netty/handler/codec/http2 [#5862] Http2EventAdapter#onUnknownFrame(...) should throw Http2Exception 2016-09-29 14:22:13 +02:00
test codec-http2: Let users configure per-frame logs 2016-09-23 14:58:23 -07:00