1d8c7ff52e
Motivation: Subclasses of AbstractHttp2ConnectionHandler have to implement all frame handler methods, many of which can be ignored in many cases. Also there is no easy way to access the connection object. Modifications: Added default implementations for frame handler methods to AbstractHttp2ConnectionHandler, and added an accessor for the connection. Also fixed example test for HTTP/2 with cleartext upgrade. It must have been broken by recent commits. Result: AbstractHttp2ConnectionHandler is more subclass-friendly. |
||
---|---|---|
.. | ||
src | ||
pom.xml |