netty5/handler-proxy/src/main/java/io/netty/handler/proxy
Norman Maurer bace8a1cce
Remove code that accounts for changing EventExecutors in DefaultPromise (#8996)
Motivation:

DefaultPromise requires an EventExecutor which provides the thread to notify listeners on and this EventExecutor can never change. We can remove the code that supported the possibility of a changing the executor as this is not possible anymore.

Modifications:

- Remove constructor which allowed to construct a *Promise without an EventExecutor
- Remove extra state
- Adjusted SslHandler and ProxyHandler for new code

Result:

Fixes https://github.com/netty/netty/issues/8517.
2019-04-03 10:36:55 +02:00
..
HttpProxyHandler.java Use maven plugin to prevent API/ABI breakage as part of build process (#8904) 2019-03-01 19:48: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 migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
ProxyHandler.java Remove code that accounts for changing EventExecutors in DefaultPromise (#8996) 2019-04-03 10:36:55 +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