rabbit.io
Interface ProxyChain
- All Known Implementing Classes:
- InOutProxyChain, ProxiedProxyChain, SimpleProxyChain
public interface ProxyChain
Interface to be able to handle different connection strategies
depending on where we want to connect. This makes it possible
to setup a system where we connect directly to computers on the
local network, but connect through the company proxy when trying
to access the internet.
- Author:
- Robert Olofsson
getResolver
Resolver getResolver(String url)
- Get the Resolver to use for the given url
- Parameters:
url
- the address to connect to.
- Returns:
- the Resolver to use