netty5/handler-proxy/src/main/java/io/netty/handler/proxy
Guido Medina c3abb9146e Use shaded dependency on JCTools instead of copy and paste
Motivation:
JCTools supports both non-unsafe, unsafe versions of queues and JDK6 which allows us to shade the library in netty-common allowing it to stay "zero dependency".

Modifications:
- Remove copy paste JCTools code and shade the library (dependencies that are shaded should be removed from the <dependencies> section of the generated POM).
- Remove usage of OneTimeTask and remove it all together.

Result:
Less code to maintain and easier to update JCTools and less GC pressure as the queue implementation nt creates so much garbage
2016-06-10 13:19:45 +02:00
..
HttpProxyHandler.java Let CombinedChannelDuplexHandler correctly handle exceptionCaught. Related to [#4528] 2016-01-18 09:54:48 +01:00
package-info.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
ProxyConnectException.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
ProxyConnectionEvent.java Small performance improvements 2014-11-20 00:10:06 -05:00
ProxyHandler.java Use shaded dependency on JCTools instead of copy and paste 2016-06-10 13:19:45 +02:00
Socks4ProxyHandler.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5ProxyHandler.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00