See: Description
Class | Description |
---|---|
HttpProxyHandler |
Handler that establishes a blind forwarding proxy tunnel using
HTTP/1.1 CONNECT request.
|
ProxyConnectionEvent | |
ProxyHandler |
A common abstraction for protocols that establish blind forwarding proxy tunnels.
|
Socks4ProxyHandler |
Handler that establishes a blind forwarding proxy tunnel using
SOCKS4 protocol.
|
Socks5ProxyHandler |
Handler that establishes a blind forwarding proxy tunnel using
SOCKS Protocol Version 5.
|
Exception | Description |
---|---|
HttpProxyHandler.HttpProxyConnectException |
Specific case of a connection failure, which may include headers from the proxy.
|
ProxyConnectException |
Copyright © 2008–2024 The Netty Project. All rights reserved.