netty5/handler
Kevin Oliver 34e0007f07 LoggingHandler does not override channelReadComplete or channelWritabilityChanged
Motivation:

`io.netty.handler.logging.LoggingHandler` does not log when these
events happen.

Modifiations:

Add overrides with logging to these methods.

Result:

Logging now happens for these two events.
2017-04-03 11:46:01 -07:00
..
src LoggingHandler does not override channelReadComplete or channelWritabilityChanged 2017-04-03 11:46:01 -07:00
pom.xml Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00