There's no documentation for this item.
| Classes | |
|---|---|
| ConnectError | Used for reporting proxy connection errors. |
| Error | A general exception class for all Proxy errors. |
| HTTP | An implementation of a socket factory that returns a socket which will tunnel the connection through an HTTP proxy. It allows explicit specification of the user and password, but if none are given it will look in the HTTP_PROXY_USER/HTTP_PROXY_PASSWORD and CONNECT_USER/CONNECT_PASSWORD environment variables as well. |
| SOCKS4 | An implementation of a socket factory that returns a socket which will tunnel the connection through a SOCKS4 proxy. It allows explicit specification of the user, but if it is not given it will look in the SOCKS_USER and CONNECT_USER environment variables as well. |
| SOCKS5 | An implementation of a socket factory that returns a socket which will tunnel the connection through a SOCKS5 proxy. It allows explicit specification of the user and password, but if none are given it will look in the SOCKS_USER/SOCKS_PASSWORD and CONNECT_USER/CONNECT_PASSWORD environment variables as well. |
| UnauthorizedError | Used when the server doesn’t recognize the users credentials |
<code/>and<pre/>for code samples.