netty5/codec-http2/src/main/java
Norman Maurer e975c5f6fe Reduce objects by directly implement interface in internal implementations of DefaultHttp2RemoteFlowController
Motivation:

We can just implement the interfaces directly and so reduce object creation in DefaultHttp2RemoteFlowController.

Modifications:

Directly implement the interfaces.

Result:

Less object creation.
2018-01-26 18:33:58 -08:00
..
io/netty/handler/codec/http2 Reduce objects by directly implement interface in internal implementations of DefaultHttp2RemoteFlowController 2018-01-26 18:33:58 -08:00