|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.httpio.ProxiedProxyChain
public class ProxiedProxyChain
An implementation of ProxyChain that always goes through some other proxy
Constructor Summary | |
---|---|
ProxiedProxyChain(java.net.InetAddress proxy,
int port,
java.lang.String proxyAuth)
Create a new ProxyChain that always will proxy to the given address |
Method Summary | |
---|---|
Resolver |
getResolver(java.lang.String url)
Get the Resolver to use for the given url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxiedProxyChain(java.net.InetAddress proxy, int port, java.lang.String proxyAuth)
proxy
- the hostname to connect toport
- the port to connect toproxyAuth
- the http basic proxy authentication tokenMethod Detail |
---|
public Resolver getResolver(java.lang.String url)
ProxyChain
getResolver
in interface ProxyChain
url
- the address to connect to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |