netty5/handler-proxy
Nick Hill d539864f83 Also use java.util.Base64 in handler-proxy module (#8850)
Motivation

In netty 5 we can use java.util.Base64 which is simpler/faster for some
purposes than netty's own ByteBuf-based Base64 utilities. This covers a
couple of additional places to the one changed in #8837

Modifications

Modify HttpProxyHandler and HttpProxyServer classes to use
java.util.Base64 instead of
io.netty.handler.codec.base64.Base64 (latter is a test
one).

Result

More efficient base64 processing in proxy impl.
2019-02-12 08:04:09 -08:00
..
src Also use java.util.Base64 in handler-proxy module (#8850) 2019-02-12 08:04:09 -08:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:02:00 +01:00