netty5/codec-http/src
Tim Brooks d964bf6f18 Remove usages of deprecated methods group() and childGroup().
Motivation:

These methods were recently deprecated. However, they remained in use in several locations in Netty's codebase.

Modifications:

Netty's code will now access the bootstrap config to get the group or child group.

Result:

No impact on functionality.
2016-06-21 14:06:57 +02:00
..
main/java/io/netty/handler/codec Set some StackTraceElement on pre-instantiated static exceptions 2016-06-20 11:33:05 +02:00
test Remove usages of deprecated methods group() and childGroup(). 2016-06-21 14:06:57 +02:00