netty5/handler-proxy/src/test/java/io/netty/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
..
HttpProxyHandlerTest.java http-proxy: attach headers to connection exception (#8824) 2019-02-02 07:24:49 +01:00
HttpProxyServer.java Also use java.util.Base64 in handler-proxy module (#8850) 2019-02-12 08:04:09 -08:00
ProxyHandlerTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
ProxyServer.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
Socks4ProxyServer.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
Socks5ProxyServer.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
TestMode.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
UnresponsiveHandler.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00