Package com.browserup.bup.proxy.dns
-
Interface Summary Interface Description AdvancedHostResolver This interface defines the "core" DNS-manipulation functionality that BrowserUp Proxy supports, in addition to the basic name resolution capability defined inHostResolver.HostResolver Defines the basic functionality thatBrowserUpProxyimplementations require when resolving hostnames. -
Class Summary Class Description AbstractHostNameRemapper Base class that provides host name remapping capabilities for AdvancedHostResolvers.BasicHostResolver AnAdvancedHostResolverthat throws UnsupportedOperationException on all methods exceptHostResolver.resolve(String).ChainedHostResolver AnAdvancedHostResolverthat applies the AdvancedHostResolver methods to multiple implementations.DelegatingHostResolver A LittleProxy HostResolver that delegates to the specifiedAdvancedHostResolverinstance.DnsJavaResolver Deprecated. The dnsjava resolver has been deprecated in favor of the standard JVM resolver and will be removed in BUP >2.1.NativeCacheManipulatingResolver AnAdvancedHostResolverthat provides native JVM lookup usingNativeResolverbut also implements DNS cache manipulation functionality.NativeResolver AnAdvancedHostResolverthat provides native JVM lookup usingInetAddress.