3240e97420
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.