| Package | Description |
|---|---|
| net.lightbody.bmp | |
| net.lightbody.bmp.proxy | |
| net.lightbody.bmp.proxy.http |
| Modifier and Type | Method and Description |
|---|---|
Collection<BlacklistEntry> |
BrowserMobProxy.getBlacklist()
Returns all blacklist entries currently in effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserMobProxy.setBlacklist(Collection<BlacklistEntry> blacklist)
Replaces any existing blacklist with the specified blacklist.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BlacklistEntry> |
ProxyServer.getBlacklist()
Deprecated.
|
List<BlacklistEntry> |
LegacyProxyServer.getBlacklistedRequests()
Deprecated.
|
List<BlacklistEntry> |
ProxyServer.getBlacklistedRequests()
Deprecated.
use getBlacklistedUrls()
|
Collection<BlacklistEntry> |
LegacyProxyServer.getBlacklistedUrls() |
Collection<BlacklistEntry> |
ProxyServer.getBlacklistedUrls()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServer.setBlacklist(Collection<BlacklistEntry> blacklist)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlacklistEntry> |
BrowserMobHttpClient.getBlacklistedRequests()
Deprecated.
Use getBlacklistedUrls()
|
Collection<BlacklistEntry> |
BrowserMobHttpClient.getBlacklistedUrls() |
Copyright © 2015. All Rights Reserved.