netty5/codec-http2
nmittler 102e781715 Renaming "Observer" to "Listener" for consistency in HTTP/2
Motivation:

We currently have a mix of "Observer" and "Listener" for interface
names. We should make them all "Listener" to be consistent.

Modifications:

Renamed Http2DataObserver->Http2DataListener and
Http2FrameObserver->Http2FrameListener.

Result:

Listener interface names are consistent.
2014-08-26 18:52:05 -07:00
..
src Renaming "Observer" to "Listener" for consistency in HTTP/2 2014-08-26 18:52:05 -07:00
pom.xml Upgrading to HTTP/2 draft 14 framing 2014-08-18 07:39:36 -07:00