netty5/codec-http2
nmittler 124983afb5 Refactoring HTTP/2 Flow Control interfaces.
Motivation:

The terminology used with inbound/outbound is a little confusing since
it's not discussed in the spec. We should switch to using local/remote
instead. Also there is some asymmetry between the inbound/outbound
interfaces which could probably be cleaned up.

Modifications:

Changing the interface names and making a common Http2FlowController
interface for most of the methods.

Result:

The HTTP/2 flow control interfaces should be more clear.
2014-12-08 09:16:06 -08:00
..
src Refactoring HTTP/2 Flow Control interfaces. 2014-12-08 09:16:06 -08:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:53:35 +09:00