netty5/handler-proxy/src/main/java/io/netty/handler/proxy
Norman Maurer 14ef469f31
Use maven plugin to prevent API/ABI breakage as part of build process (#8904)
Motivation:

Netty is very widely used which can lead to a lot of pain when we break API / ABI. We should make use japicmp-maven-plugin during the build to verify we do not introduce breakage by mistake.

Modifications:

- Add japicmp-maven-plugin to the build process
- Fix a method signature change in HttpProxyHandler that was flagged as a possible problem.

Result:

Ensure no API/ABI breakage accour between releases.
2019-03-01 19:42:29 +01:00
..
HttpProxyHandler.java Use maven plugin to prevent API/ABI breakage as part of build process (#8904) 2019-03-01 19:42:29 +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 Notify connect promise of ProxyHandler after codecs are removed 2017-04-27 14:54:56 +02:00
Socks4ProxyHandler.java Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast 2017-02-14 15:36:42 +01:00
Socks5ProxyHandler.java Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast 2017-02-14 15:36:42 +01:00