bace8a1cce
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. |
||
---|---|---|
.. | ||
HttpProxyHandler.java | ||
package-info.java | ||
ProxyConnectException.java | ||
ProxyConnectionEvent.java | ||
ProxyHandler.java | ||
Socks4ProxyHandler.java | ||
Socks5ProxyHandler.java |