Package | Description |
---|---|
net.lightbody.bmp | |
net.lightbody.bmp.client | |
net.lightbody.bmp.proxy.dns |
Modifier and Type | Method and Description |
---|---|
AdvancedHostResolver |
BrowserMobProxyServer.getHostNameResolver() |
AdvancedHostResolver |
BrowserMobProxy.getHostNameResolver()
Returns the current host name resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserMobProxyServer.setHostNameResolver(AdvancedHostResolver resolver) |
void |
BrowserMobProxy.setHostNameResolver(AdvancedHostResolver resolver)
Sets the resolver that will be used to look up host names.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHostNameRemapper
Base class that provides host name remapping capabilities for AdvancedHostResolvers.
|
class |
BasicHostResolver
An
AdvancedHostResolver that throws UnsupportedOperationException on all methods except HostResolver.resolve(String) . |
class |
ChainedHostResolver
An
AdvancedHostResolver that applies the AdvancedHostResolver methods to multiple implementations. |
class |
DnsJavaResolver
An
AdvancedHostResolver that uses dnsjava to perform DNS lookups. |
class |
NativeCacheManipulatingResolver
An
AdvancedHostResolver that provides native JVM lookup using NativeResolver
but also implements DNS cache manipulation functionality. |
class |
NativeResolver
An
AdvancedHostResolver that provides native JVM lookup using InetAddress . |
Modifier and Type | Method and Description |
---|---|
AdvancedHostResolver |
DelegatingHostResolver.getResolver() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends AdvancedHostResolver> |
ChainedHostResolver.getResolvers()
Returns the resolvers used by this ChainedHostResolver.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingHostResolver.setResolver(AdvancedHostResolver resolver) |
Constructor and Description |
---|
DelegatingHostResolver(AdvancedHostResolver resolver)
Creates a new resolver that will delegate to the specified resolver.
|
Constructor and Description |
---|
ChainedHostResolver(Collection<? extends AdvancedHostResolver> resolvers)
Creates a ChainedHostResolver that applies
AdvancedHostResolver methods to the specified resolvers
in the order specified by the collection's iterator. |
Copyright © 2016. All Rights Reserved.