Uses of Class
io.netty.handler.proxy.ProxyConnectException
-
Packages that use ProxyConnectException Package Description io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling -
-
Uses of ProxyConnectException in io.netty.handler.proxy
Subclasses of ProxyConnectException in io.netty.handler.proxy Modifier and Type Class Description static class
HttpProxyHandler.HttpProxyConnectException
Specific case of a connection failure, which may include headers from the proxy.
-