Package | Description |
---|---|
net.lightbody.bmp | |
net.lightbody.bmp.filters | |
net.lightbody.bmp.proxy |
Modifier and Type | Method and Description |
---|---|
EnumSet<CaptureType> |
BrowserMobProxyServer.getHarCaptureTypes() |
EnumSet<CaptureType> |
BrowserMobProxy.getHarCaptureTypes() |
Modifier and Type | Method and Description |
---|---|
void |
BrowserMobProxyServer.disableHarCaptureTypes(CaptureType... captureTypes) |
void |
BrowserMobProxy.disableHarCaptureTypes(CaptureType... captureTypes)
Disables the specified HAR capture types.
|
void |
BrowserMobProxyServer.enableHarCaptureTypes(CaptureType... captureTypes) |
void |
BrowserMobProxy.enableHarCaptureTypes(CaptureType... captureTypes)
Enables the specified HAR capture types.
|
void |
BrowserMobProxyServer.setHarCaptureTypes(CaptureType... captureTypes) |
void |
BrowserMobProxy.setHarCaptureTypes(CaptureType... captureTypes)
Sets the data types that will be captured in the HAR file for future requests.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserMobProxyServer.disableHarCaptureTypes(Set<CaptureType> captureTypes) |
void |
BrowserMobProxy.disableHarCaptureTypes(Set<CaptureType> captureTypes)
Disables the specified HAR capture types.
|
void |
BrowserMobProxyServer.enableHarCaptureTypes(Set<CaptureType> captureTypes) |
void |
BrowserMobProxy.enableHarCaptureTypes(Set<CaptureType> captureTypes)
Enables the specified HAR capture types.
|
void |
BrowserMobProxyServer.setHarCaptureTypes(Set<CaptureType> harCaptureSettings) |
void |
BrowserMobProxy.setHarCaptureTypes(Set<CaptureType> captureTypes)
Sets the data types that will be captured in the HAR file for future requests.
|
Constructor and Description |
---|
HarCaptureFilter(io.netty.handler.codec.http.HttpRequest originalRequest,
io.netty.channel.ChannelHandlerContext ctx,
Har har,
String currentPageRef,
Set<CaptureType> dataToCapture)
Create a new instance of the HarCaptureFilter that will capture request and response information.
|
Modifier and Type | Method and Description |
---|---|
static CaptureType |
CaptureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureType[] |
CaptureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<CaptureType> |
CaptureType.getAllContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getBinaryContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getCookieCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getHeaderCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getNonBinaryContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getRequestCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getResponseCaptureTypes() |
Copyright © 2016. All Rights Reserved.